MCPcopy 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_i64Method · 0.80
write_typed_payloadFunction · 0.80
fory_write_dataMethod · 0.80
writeMethod · 0.80
test_bufferFunction · 0.80
fory_write_dataMethod · 0.80
fory_write_dataMethod · 0.80
prepare_i32_bufferFunction · 0.80
bench_write_i32Function · 0.80

Calls 1

write_u32Method · 0.80

Tested by 1

test_bufferFunction · 0.64