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

Function InsertOrLookupMapValue

extensions/protobuf/internal/map_reflection.cc:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115bool InsertOrLookupMapValue(const google::protobuf::Reflection& reflection,
116 google::protobuf::Message* message,
117 const google::protobuf::FieldDescriptor& field,
118 const google::protobuf::MapKey& key,
119 google::protobuf::MapValueRef* value) {
120 return google::protobuf::expr::CelMapReflectionFriend::InsertOrLookupMapValue(
121 reflection, message, field, key, value);
122}
123
124bool DeleteMapValue(const google::protobuf::Reflection* absl_nonnull reflection,
125 google::protobuf::Message* absl_nonnull message,

Callers 2

InsertFieldMethod · 0.85
SetMapFieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected