Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ write_i32
Method
write_i32
rust/fory-core/src/buffer.rs:118–120 ·
view source on GitHub ↗
(&mut self, value: i32)
Source
from the content-addressed store, hash-verified
116
117
#[inline(always)]
118
pub fn write_i32(&mut self, value: i32) {
119
self.write_u32(value as u32);
120
}
121
122
// ============ VARINT32 (TypeId = 5) ============
123
Callers
9
write_tagged_i64
Method · 0.80
write_typed_payload
Function · 0.80
fory_write_data
Method · 0.80
write
Method · 0.80
test_buffer
Function · 0.80
fory_write_data
Method · 0.80
fory_write_data
Method · 0.80
prepare_i32_buffer
Function · 0.80
bench_write_i32
Function · 0.80
Calls
1
write_u32
Method · 0.80
Tested by
1
test_buffer
Function · 0.64