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

Method add_double

src/mcpack2pb/serializer.cpp:350–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348void Serializer::add_float(const StringWrapper& name, float value)
349{ add_primitive(_stream, peek_group_info(), name, value); }
350void Serializer::add_double(const StringWrapper& name, double value)
351{ add_primitive(_stream, peek_group_info(), name, value); }
352
353void Serializer::add_int8(int8_t value)
354{ add_primitive(_stream, peek_group_info(), value); }

Callers

nothing calls this directly

Calls 1

add_primitiveFunction · 0.85

Tested by

no test coverage detected