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

Method add_multiple_int64

src/mcpack2pb/serializer.cpp:382–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)
383{ add_primitives(_stream, peek_group_info(), values, count); }
384void Serializer::add_multiple_uint8(const uint8_t* values, size_t count)
385{ add_primitives(_stream, peek_group_info(), values, count); }
386void Serializer::add_multiple_uint16(const uint16_t* values, size_t count)

Callers

nothing calls this directly

Calls 1

add_primitivesFunction · 0.85

Tested by

no test coverage detected