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

Function DestroyLarge

common/internal/byte_string.h:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496 }
497
498 void DestroyLarge() {
499 ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kLarge);
500 DestroyLarge(rep_.large);
501 }
502
503 static void DestroyLarge(LargeByteStringRep& rep) { GetLarge(rep).~Cord(); }
504

Callers 6

RemovePrefixMethod · 0.85
RemoveSuffixMethod · 0.85
CopyFromMethod · 0.85
MoveFromMethod · 0.85
SwapMethod · 0.85
DestroyMethod · 0.85

Calls 1

GetKindFunction · 0.85

Tested by

no test coverage detected