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

Function ConstMapBegin

extensions/protobuf/internal/map_reflection.cc:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101google::protobuf::ConstMapIterator ConstMapBegin(const google::protobuf::Reflection& reflection,
102 const google::protobuf::Message& message,
103 const google::protobuf::FieldDescriptor& field) {
104 return google::protobuf::expr::CelMapReflectionFriend::ConstMapBegin(reflection,
105 message, field);
106}
107
108google::protobuf::ConstMapIterator ConstMapEnd(const google::protobuf::Reflection& reflection,
109 const google::protobuf::Message& message,

Callers 6

BeginFieldsMethod · 0.85
MapFieldEqualsMethod · 0.85
MessageMapFieldToJsonMethod · 0.85
ListKeysMethod · 0.85
ForEachMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected