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

Method add_multiple_double

src/mcpack2pb/serializer.cpp:396–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394void Serializer::add_multiple_float(const float* values, size_t count)
395{ add_primitives(_stream, peek_group_info(), values, count); }
396void Serializer::add_multiple_double(const double* values, size_t count)
397{ add_primitives(_stream, peek_group_info(), values, count); }
398
399// ==================
400// append string/raw

Callers

nothing calls this directly

Calls 1

add_primitivesFunction · 0.85

Tested by

no test coverage detected