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

Method add_uint64

src/mcpack2pb/serializer.cpp:344–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)
347{ add_primitive(_stream, peek_group_info(), name, value); }
348void Serializer::add_float(const StringWrapper& name, float value)

Callers

nothing calls this directly

Calls 1

add_primitiveFunction · 0.85

Tested by

no test coverage detected