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

Method GetArena

common/data.h:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 Data& operator=(Data&&) = default;
55
56 google::protobuf::Arena* absl_nullable GetArena() const {
57 return (owner_ & kOwnerBits) == kOwnerArenaBit
58 ? reinterpret_cast<google::protobuf::Arena*>(owner_ & kOwnerPointerMask)
59 : nullptr;
60 }
61
62 protected:
63 // At this point, the reference count has not been created. So we create it

Callers 15

ReleaseListValueMethod · 0.45
ReleaseStructValueMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
WrapMessageMethod · 0.45
WrapMessageUnsafeMethod · 0.45
new_objectMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36