Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ write_i16
Method
write_i16
rust/fory-core/src/buffer.rs:111–113 ·
view source on GitHub ↗
(&mut self, value: i16)
Source
from the content-addressed store, hash-verified
109
110
#[inline(always)]
111
pub fn write_i16(&mut self, value: i16) {
112
self.write_u16(value as u16);
113
}
114
115
// ============ INT32 (TypeId = 4) ============
116
Callers
7
write_isize
Method · 0.80
write_typed_payload
Function · 0.80
write_data
Method · 0.80
write_map_dynamic
Function · 0.80
write_map_data
Function · 0.80
write_map_data_dyn_ref
Function · 0.80
test_buffer
Function · 0.80
Calls
1
write_u16
Method · 0.80
Tested by
1
test_buffer
Function · 0.64