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

Function ConstMapEnd

extensions/protobuf/internal/map_reflection.cc:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108google::protobuf::ConstMapIterator ConstMapEnd(const google::protobuf::Reflection& reflection,
109 const google::protobuf::Message& message,
110 const google::protobuf::FieldDescriptor& field) {
111 return google::protobuf::expr::CelMapReflectionFriend::ConstMapEnd(reflection, message,
112 field);
113}
114
115bool InsertOrLookupMapValue(const google::protobuf::Reflection& reflection,
116 google::protobuf::Message* message,

Callers 6

EndFieldsMethod · 0.85
MapFieldEqualsMethod · 0.85
MessageMapFieldToJsonMethod · 0.85
ListKeysMethod · 0.85
ForEachMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected