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

Function UInt32MapFieldKeyAccessor

common/value.cc:392–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void UInt32MapFieldKeyAccessor(const google::protobuf::MapKey& key,
393 const google::protobuf::Message* absl_nonnull message,
394 google::protobuf::Arena* absl_nonnull arena,
395 Value* absl_nonnull result) {
396 ABSL_DCHECK(message != nullptr);
397 ABSL_DCHECK(arena != nullptr);
398 ABSL_DCHECK(result != nullptr);
399
400 *result = UintValue(key.GetUInt32Value());
401}
402
403void UInt64MapFieldKeyAccessor(const google::protobuf::MapKey& key,
404 const google::protobuf::Message* absl_nonnull message,

Callers

nothing calls this directly

Calls 1

UintValueClass · 0.50

Tested by

no test coverage detected