Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ end
Method
end
common/ast/navigable_ast_internal.h:107–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
Iterator begin() const { return Iterator(span_, 0); }
107
Iterator end() const { return Iterator(span_, span_.size()); }
108
109
explicit operator bool() const { return !span_.empty(); }
110
Callers
15
MakeStdlibSubset
Function · 0.45
IncludeOverloadsByIdPredicate
Function · 0.45
ExcludeOverloadsByIdPredicate
Function · 0.45
LookupVariable
Method · 0.45
LookupFunction
Method · 0.45
LookupTypeName
Method · 0.45
LookupEnumConstant
Method · 0.45
LookupStructField
Method · 0.45
LookupLocalVariable
Method · 0.45
CheckStdMacroOverlap
Function · 0.45
ConfigureTypeCheckEnv
Method · 0.45
FindStructTypeFieldByNameImpl
Method · 0.45
Calls
2
Iterator
Class · 0.85
size
Method · 0.45
Tested by
11
FindStructTypeFieldByNameImpl
Method · 0.36
GetFieldTable
Method · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
WellKnownType
Method · 0.36
FieldByName
Method · 0.36
FieldByNumber
Method · 0.36
FindWellKnownType
Function · 0.36
FindWellKnownTypeFieldByName
Function · 0.36
ListFieldsForWellKnownType
Function · 0.36
ConvertProtoTypeToNative
Function · 0.36
TEST
Function · 0.36