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

Method write_int8

cpp/fory/serialization/context.h:219–221  ·  view source on GitHub ↗

write int8_t value to buffer.

Source from the content-addressed store, hash-verified

217
218 /// write int8_t value to buffer.
219 FORY_ALWAYS_INLINE void write_int8(int8_t value) {
220 buffer_.write_int8(value);
221 }
222
223 /// write uint16_t value to buffer.
224 FORY_ALWAYS_INLINE void write_uint16(uint16_t value) {

Callers 15

write_configured_valueFunction · 0.45
write_single_fieldFunction · 0.45
write_with_type_infoMethod · 0.45
run_test_bufferFunction · 0.45
write_union_ref_flagFunction · 0.45
writeMethod · 0.45
write_data_genericMethod · 0.45
try_write_shared_refMethod · 0.45
writeMethod · 0.45
write_dataMethod · 0.45

Calls

no outgoing calls

Tested by 2

run_test_bufferFunction · 0.36
TESTFunction · 0.36