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

Method read_var_uint64

cpp/fory/serialization/context.h:584–586  ·  view source on GitHub ↗

Read uint64_t value as varint from buffer. Sets error on failure.

Source from the content-addressed store, hash-verified

582
583 /// Read uint64_t value as varint from buffer. Sets error on failure.
584 FORY_ALWAYS_INLINE uint64_t read_var_uint64(Error &error) {
585 return buffer().read_var_uint64(error);
586 }
587
588 /// Read int64_t value as zigzag varint from buffer. Sets error on failure.
589 FORY_ALWAYS_INLINE int64_t read_var_int64(Error &error) {

Callers 15

readMethod · 0.45
read_dataMethod · 0.45
read_configurable_intFunction · 0.45
read_configured_scalarFunction · 0.45
run_test_buffer_varFunction · 0.45
read_scalarFunction · 0.45
read_int_targetFunction · 0.45
read_uint_targetFunction · 0.45

Calls

no outgoing calls

Tested by 1

run_test_buffer_varFunction · 0.36