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

Function add_null_internal

src/mcpack2pb/serializer.cpp:490–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488// append null.
489
490inline void add_null_internal(OutputStream* stream,
491 Serializer::GroupInfo& group_info) {
492 ++group_info.pending_null_count;
493}
494
495struct NullLayout {
496 FieldFixedHead head;

Callers 1

add_nullMethod · 0.85

Calls 11

object_add_itemFunction · 0.85
append_packed_podMethod · 0.80
emptyMethod · 0.45
goodMethod · 0.45
set_badMethod · 0.45
set_typeMethod · 0.45
set_name_sizeMethod · 0.45
sizeMethod · 0.45
appendMethod · 0.45
dataMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected