MCPcopy Create free account
hub / github.com/apache/brpc / add_multiple_int16

Method add_multiple_int16

src/mcpack2pb/serializer.cpp:378–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376void Serializer::add_multiple_int8(const int8_t* values, size_t count)
377{ add_primitives(_stream, peek_group_info(), values, count); }
378void Serializer::add_multiple_int16(const int16_t* values, size_t count)
379{ add_primitives(_stream, peek_group_info(), values, count); }
380void Serializer::add_multiple_int32(const int32_t* values, size_t count)
381{ add_primitives(_stream, peek_group_info(), values, count); }
382void Serializer::add_multiple_int64(const int64_t* values, size_t count)

Callers

nothing calls this directly

Calls 1

add_primitivesFunction · 0.85

Tested by

no test coverage detected