Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ write_i64
Method
write_i64
rust/fory-core/src/buffer.rs:133–135 ·
view source on GitHub ↗
(&mut self, value: i64)
Source
from the content-addressed store, hash-verified
131
132
#[inline(always)]
133
pub fn write_i64(&mut self, value: i64) {
134
self.write_u64(value as u64);
135
}
136
137
// ============ VARINT64 (TypeId = 7) ============
138
Callers
10
write_tagged_i64
Method · 0.80
write_typed_payload
Function · 0.80
fory_write_data
Method · 0.80
write_meta_string_bytes
Method · 0.80
write
Method · 0.80
to_bytes
Method · 0.80
rejects_hash_consistent_trailing_body_bytes
Function · 0.80
test_buffer
Function · 0.80
prepare_i64_buffer
Function · 0.80
bench_write_i64
Function · 0.80
Calls
1
write_u64
Method · 0.80
Tested by
2
rejects_hash_consistent_trailing_body_bytes
Function · 0.64
test_buffer
Function · 0.64