Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Owner
Function
Owner
common/memory.h:154–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
Owner() = default;
153
154
Owner(const Owner& other) noexcept : Owner(CopyFrom(other.ptr_)) {}
155
156
Owner(Owner&& other) noexcept : Owner(MoveFrom(other.ptr_)) {}
157
Callers
6
memory.h
File · 0.85
Arena
Function · 0.85
ReferenceCount
Function · 0.85
Owned
Method · 0.85
Own
Method · 0.85
TEST_P
Function · 0.85
Calls
2
CopyFrom
Function · 0.85
MoveFrom
Function · 0.85
Tested by
1
TEST_P
Function · 0.68