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

Method write_var_int64

cpp/fory/serialization/context.h:254–256  ·  view source on GitHub ↗

write int64_t value as zigzag varint to buffer.

Source from the content-addressed store, hash-verified

252
253 /// write int64_t value as zigzag varint to buffer.
254 FORY_ALWAYS_INLINE void write_var_int64(int64_t value) {
255 buffer_.write_var_int64(value);
256 }
257
258 /// write uint64_t value using tagged encoding to buffer.
259 FORY_ALWAYS_INLINE void write_tagged_uint64(uint64_t value) {

Callers 9

write_configured_scalarFunction · 0.45
write_single_fieldFunction · 0.45
write_dataMethod · 0.45
write_dataMethod · 0.45
run_test_buffer_varFunction · 0.45
write_union_value_dataFunction · 0.45
write_dataMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

run_test_buffer_varFunction · 0.36
TESTFunction · 0.36