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

Function absl_nullable GetSmallArena

common/internal/byte_string.h:399–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 }
398
399 google::protobuf::Arena* absl_nullable GetSmallArena() const {
400 ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kSmall);
401 return GetSmallArena(rep_.small);
402 }
403
404 static google::protobuf::Arena* absl_nullable GetSmallArena(
405 const SmallByteStringRep& rep) {

Callers

nothing calls this directly

Calls 1

GetKindFunction · 0.85

Tested by

no test coverage detected