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

Method add_uint16

src/mcpack2pb/serializer.cpp:340–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338void Serializer::add_uint8(const StringWrapper& name, uint8_t value)
339{ add_primitive(_stream, peek_group_info(), name, value); }
340void Serializer::add_uint16(const StringWrapper& name, uint16_t value)
341{ add_primitive(_stream, peek_group_info(), name, value); }
342void Serializer::add_uint32(const StringWrapper& name, uint32_t value)
343{ add_primitive(_stream, peek_group_info(), name, value); }
344void Serializer::add_uint64(const StringWrapper& name, uint64_t value)

Callers

nothing calls this directly

Calls 1

add_primitiveFunction · 0.85

Tested by

no test coverage detected