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

Method ListKeys

common/values/value_builder.cc:1022–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020 size_t Size() const override { return map_.size(); }
1021
1022 absl::Status ListKeys(
1023 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
1024 google::protobuf::MessageFactory* absl_nonnull message_factory,
1025 google::protobuf::Arena* absl_nonnull arena,
1026 ListValue* absl_nonnull result) const override {
1027 *result = CustomListValue(ProjectKeys(), map_.get_allocator().arena());
1028 return absl::OkStatus();
1029 }
1030
1031 absl::Status ForEach(
1032 ForEachCallback callback,

Callers

nothing calls this directly

Calls 2

CustomListValueClass · 0.70
arenaMethod · 0.45

Tested by

no test coverage detected