MCPcopy Create free account
hub / github.com/apache/fory / write_uint16

Method write_uint16

cpp/fory/serialization/context.h:224–226  ·  view source on GitHub ↗

write uint16_t value to buffer.

Source from the content-addressed store, hash-verified

222
223 /// write uint16_t value to buffer.
224 FORY_ALWAYS_INLINE void write_uint16(uint16_t value) {
225 buffer_.write_uint16(value);
226 }
227
228 /// write uint32_t value to buffer.
229 FORY_ALWAYS_INLINE void write_uint32(uint32_t value) {

Callers 4

write_map_data_fastFunction · 0.45
write_map_data_slowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected