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

Method read_int16

cpp/fory/serialization/context.h:529–531  ·  view source on GitHub ↗

Read int16_t value from buffer. Sets error on failure.

Source from the content-addressed store, hash-verified

527
528 /// Read int16_t value from buffer. Sets error on failure.
529 FORY_ALWAYS_INLINE int16_t read_int16(Error &error) {
530 return buffer().read_int16(error);
531 }
532
533 /// Read uint32_t value from buffer (fixed 4 bytes). Sets error on failure.
534 FORY_ALWAYS_INLINE uint32_t read_uint32(Error &error) {

Callers 8

run_test_bufferFunction · 0.45
read_scalarFunction · 0.45
read_int_targetFunction · 0.45
read_uint_targetFunction · 0.45
readMethod · 0.45
read_dataMethod · 0.45

Calls

no outgoing calls

Tested by 1

run_test_bufferFunction · 0.36