Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ GetBool
Method
GetBool
eval/public/structs/field_access_impl.cc:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
class FieldAccessor {
55
public:
56
bool GetBool() const { return static_cast<const Derived*>(this)->GetBool(); }
57
58
int64_t GetInt32() const {
59
return static_cast<const Derived*>(this)->GetInt32();
Callers
15
GetBool
Method · 0.45
TEST_F
Function · 0.45
GetTestingMessageFactory(), &arena_); Value value; AttributeTrail attr; ASSERT_THAT(op->Evaluate(frame, value, attr), IsOk())
Method · 0.45
AttributeQualifierFromValue
Function · 0.45
Calculate
Method · 0.45
Evaluate
Method · 0.45
AttributeQualifierFromValue
Function · 0.45
Evaluate1Unknown
Method · 0.45
Evaluate1Known
Method · 0.45
Evaluate2
Method · 0.45
Evaluate1
Method · 0.45
Evaluate
Method · 0.45
Calls
no outgoing calls
Tested by
15
TEST_F
Function · 0.36
GetTestingMessageFactory(), &arena_); Value value; AttributeTrail attr; ASSERT_THAT(op->Evaluate(frame, value, attr), IsOk())
Method · 0.36
BM_ExistsComprehensionBestCase
Function · 0.36
BM_ExistsComprehensionWorstCase
Function · 0.36
BM_AllComprehensionBestCase
Function · 0.36
BM_AllComprehensionWorstCase
Function · 0.36
TEST_P
Function · 0.36
CompileAndEvalBooleanExpr
Function · 0.36
TEST_P
Function · 0.36
TEST
Function · 0.36
TEST_P
Function · 0.36
TEST_P
Function · 0.36