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

Method descriptor_pool

common/value_testing.h:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 google::protobuf::Arena* absl_nonnull arena() { return &arena_; }
248
249 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool() {
250 return ::cel::internal::GetTestingDescriptorPool();
251 }
252
253 google::protobuf::MessageFactory* absl_nonnull message_factory() {
254 return ::cel::internal::GetTestingMessageFactory();

Callers 1

StdLibCompilerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected