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

Method add_multiple_int8

src/mcpack2pb/serializer.cpp:376–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374{ add_primitive(_stream, peek_group_info(), value); }
375
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)

Callers

nothing calls this directly

Calls 1

add_primitivesFunction · 0.85

Tested by

no test coverage detected