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

Method Arena

common/memory.h:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 static Borrower Arena(google::protobuf::Arena* absl_nonnull arena
325 ABSL_ATTRIBUTE_LIFETIME_BOUND) noexcept {
326 ABSL_DCHECK(arena != nullptr);
327 return Borrower(reinterpret_cast<uintptr_t>(arena) | Owner::kArenaBit);
328 }
329
330 static Borrower Arena(std::nullptr_t) = delete;
331

Callers

nothing calls this directly

Calls 1

BorrowerClass · 0.85

Tested by

no test coverage detected