Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
490
inline void add_null_internal(OutputStream* stream,
491
Serializer::GroupInfo& group_info) {
492
++group_info.pending_null_count;
493
}
494
495
struct NullLayout {
496
FieldFixedHead head;
Callers
1
add_null
Method · 0.85
Calls
11
object_add_item
Function · 0.85
append_packed_pod
Method · 0.80
empty
Method · 0.45
good
Method · 0.45
set_bad
Method · 0.45
set_type
Method · 0.45
set_name_size
Method · 0.45
size
Method · 0.45
append
Method · 0.45
data
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected