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

Method add_uint8

src/mcpack2pb/serializer.cpp:338–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336void Serializer::add_int64(const StringWrapper& name, int64_t value)
337{ add_primitive(_stream, peek_group_info(), name, value); }
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)

Callers

nothing calls this directly

Calls 1

add_primitiveFunction · 0.85

Tested by

no test coverage detected