MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / MapSize

Function MapSize

extensions/protobuf/internal/map_reflection.cc:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94int MapSize(const google::protobuf::Reflection& reflection,
95 const google::protobuf::Message& message,
96 const google::protobuf::FieldDescriptor& field) {
97 return google::protobuf::expr::CelMapReflectionFriend::MapSize(reflection, message,
98 field);
99}
100
101google::protobuf::ConstMapIterator ConstMapBegin(const google::protobuf::Reflection& reflection,
102 const google::protobuf::Message& message,

Callers 3

FieldsSizeMethod · 0.85
MapFieldEqualsMethod · 0.85
SizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected