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

Method SetDescriptorPool

env/env.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 void SetDescriptorPool(
52 std::shared_ptr<const google::protobuf::DescriptorPool> descriptor_pool) {
53 descriptor_pool_ = std::move(descriptor_pool);
54 }
55
56 const google::protobuf::DescriptorPool* GetDescriptorPool() const {
57 return descriptor_pool_.get();

Callers 7

TEST_PFunction · 0.45
TEST_PFunction · 0.45
SetUpMethod · 0.45
TEST_PFunction · 0.45
env_test.ccFile · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 6

TEST_PFunction · 0.36
TEST_PFunction · 0.36
SetUpMethod · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36