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

Function ByteString

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

Source from the content-addressed store, hash-verified

173 google::protobuf::Arena* absl_nonnull arena);
174
175 ByteString() : ByteString(NewDeleteAllocator()) {}
176
177 explicit ByteString(const char* absl_nullable string)
178 : ByteString(NewDeleteAllocator(), string) {}

Callers 7

ConcatMethod · 0.85
BorrowedMethod · 0.85
FromExternalMethod · 0.85
SubstringMethod · 0.85
CloneMethod · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85

Calls 4

NewDeleteAllocatorClass · 0.85
SetSmallEmptyFunction · 0.85
BorrowedClass · 0.85
arenaMethod · 0.45

Tested by 2

TEST_PFunction · 0.68
TESTFunction · 0.68