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

Method read_var_int64

cpp/fory/serialization/context.h:589–591  ·  view source on GitHub ↗

Read int64_t value as zigzag varint from buffer. Sets error on failure.

Source from the content-addressed store, hash-verified

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) {
590 return buffer().read_var_int64(error);
591 }
592
593 /// Read uint64_t value using tagged encoding from buffer. Sets error on
594 /// failure.

Callers 15

read_configurable_intFunction · 0.45
read_configured_scalarFunction · 0.45
read_dataMethod · 0.45
read_dataMethod · 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