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

Function UInt64MapFieldKeyAccessor

common/value.cc:403–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void UInt64MapFieldKeyAccessor(const google::protobuf::MapKey& key,
404 const google::protobuf::Message* absl_nonnull message,
405 google::protobuf::Arena* absl_nonnull arena,
406 Value* absl_nonnull result) {
407 ABSL_DCHECK(message != nullptr);
408 ABSL_DCHECK(arena != nullptr);
409 ABSL_DCHECK(result != nullptr);
410
411 *result = UintValue(key.GetUInt64Value());
412}
413
414void StringMapFieldKeyAccessor(const google::protobuf::MapKey& key,
415 const google::protobuf::Message* absl_nonnull message,

Callers

nothing calls this directly

Calls 1

UintValueClass · 0.50

Tested by

no test coverage detected