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

Method read_int32

cpp/fory/serialization/context.h:539–541  ·  view source on GitHub ↗

Read int32_t value from buffer (fixed 4 bytes). Sets error on failure.

Source from the content-addressed store, hash-verified

537
538 /// Read int32_t value from buffer (fixed 4 bytes). Sets error on failure.
539 FORY_ALWAYS_INLINE int32_t read_int32(Error &error) {
540 return buffer().read_int32(error);
541 }
542
543 /// Read uint64_t value from buffer (fixed 8 bytes). Sets error on failure.
544 FORY_ALWAYS_INLINE uint64_t read_uint64(Error &error) {

Callers 15

read_configurable_intFunction · 0.45
read_configured_scalarFunction · 0.45
read_compatibleMethod · 0.45
read_dataMethod · 0.45
read_dataMethod · 0.45
run_test_bufferFunction · 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_bufferFunction · 0.36