Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ field_count
Method
field_count
src/mcpack2pb/parser.h:166–166 ·
view source on GitHub ↗
Number of fields in the object.
Source
from the content-addressed store, hash-verified
164
165
// Number of fields in the object.
166
uint32_t field_count() const { return _field_count; }
167
168
private:
169
void init(InputStream* stream, size_t n);
Callers
15
JsonValueToProtoMessage
Function · 0.80
ExceedMaxDepth
Function · 0.80
Convert
Method · 0.80
IsProtobufMap
Function · 0.80
StartInternal
Method · 0.80
WriteAMFObject
Function · 0.80
ProcessHttpResponse
Function · 0.80
~HttpResponseSender
Method · 0.80
ProcessHttpRequest
Function · 0.80
ParseNsheadMeta
Method · 0.80
Init
Method · 0.80
is_map_entry
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected