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

Method write_int64

cpp/fory/serialization/context.h:234–236  ·  view source on GitHub ↗

write int64_t value to buffer.

Source from the content-addressed store, hash-verified

232
233 /// write int64_t value to buffer.
234 FORY_ALWAYS_INLINE void write_int64(int64_t value) {
235 buffer_.write_int64(value);
236 }
237
238 /// write uint32_t value as varint to buffer.
239 FORY_ALWAYS_INLINE void write_var_uint32(uint32_t value) {

Callers 7

write_configured_scalarFunction · 0.45
write_single_fieldFunction · 0.45
write_dataMethod · 0.45
run_test_bufferFunction · 0.45
write_union_value_dataFunction · 0.45

Calls

no outgoing calls

Tested by 1

run_test_bufferFunction · 0.36