MCPcopy 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
168private:
169 void init(InputStream* stream, size_t n);

Callers 15

JsonValueToProtoMessageFunction · 0.80
ExceedMaxDepthFunction · 0.80
ConvertMethod · 0.80
IsProtobufMapFunction · 0.80
StartInternalMethod · 0.80
WriteAMFObjectFunction · 0.80
ProcessHttpResponseFunction · 0.80
~HttpResponseSenderMethod · 0.80
ProcessHttpRequestFunction · 0.80
ParseNsheadMetaMethod · 0.80
InitMethod · 0.80
is_map_entryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected