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

Function SetSmallEmpty

common/internal/byte_string.h:450–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 }
449
450 void SetSmallEmpty(google::protobuf::Arena* absl_nullable arena) {
451 rep_.header.kind = ByteStringKind::kSmall;
452 rep_.small.size = 0;
453 rep_.small.arena = arena;
454 }
455
456 void SetSmall(google::protobuf::Arena* absl_nullable arena, absl::string_view string);
457

Callers 2

ByteStringFunction · 0.85
ToCordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected