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

Method add_uint32

src/mcpack2pb/serializer.cpp:342–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)
345{ add_primitive(_stream, peek_group_info(), name, value); }
346void Serializer::add_bool(const StringWrapper& name, bool value)

Callers

nothing calls this directly

Calls 1

add_primitiveFunction · 0.85

Tested by

no test coverage detected