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

Method read_var_int32

cpp/fory/serialization/context.h:579–581  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

577
578 /// Read int32_t value as zigzag varint from buffer. Sets error on failure.
579 FORY_ALWAYS_INLINE int32_t read_var_int32(Error &error) {
580 return buffer().read_var_int32(error);
581 }
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) {

Callers 15

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
read_union_value_dataFunction · 0.45

Calls

no outgoing calls

Tested by 1

run_test_buffer_varFunction · 0.36