MCPcopy 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

MakeStdlibSubsetFunction · 0.45
LookupVariableMethod · 0.45
LookupFunctionMethod · 0.45
LookupTypeNameMethod · 0.45
LookupEnumConstantMethod · 0.45
LookupStructFieldMethod · 0.45
LookupLocalVariableMethod · 0.45
CheckStdMacroOverlapFunction · 0.45
ConfigureTypeCheckEnvMethod · 0.45

Calls 2

IteratorClass · 0.85
sizeMethod · 0.45

Tested by 11

GetFieldTableMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
WellKnownTypeMethod · 0.36
FieldByNameMethod · 0.36
FieldByNumberMethod · 0.36
FindWellKnownTypeFunction · 0.36
ConvertProtoTypeToNativeFunction · 0.36
TESTFunction · 0.36