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

Function ProtoMemoryManagerRef

extensions/protobuf/memory_manager.h:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32// `MemoryManagerRef::ReferenceCounting()`.
33MemoryManager ProtoMemoryManager(google::protobuf::Arena* arena);
34inline MemoryManager ProtoMemoryManagerRef(google::protobuf::Arena* arena) {
35 return ProtoMemoryManager(arena);
36}
37
38// Gets the underlying `google::protobuf::Arena`. If `MemoryManager` was not created using
39// either `ProtoMemoryManagerRef` or `ProtoMemoryManager`, this returns

Callers 5

TESTFunction · 0.85
QualifyImplFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

ProtoMemoryManagerFunction · 0.85

Tested by 4

TESTFunction · 0.68
TEST_PFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68