Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Concat
Method · 0.85
Borrowed
Method · 0.85
FromExternal
Method · 0.85
Substring
Method · 0.85
Clone
Method · 0.85
TEST_P
Function · 0.85
TEST
Function · 0.85
Calls
4
NewDeleteAllocator
Class · 0.85
SetSmallEmpty
Function · 0.85
Borrowed
Class · 0.85
arena
Method · 0.45
Tested by
2
TEST_P
Function · 0.68
TEST
Function · 0.68