MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / begin

Method begin

common/ast/navigable_ast_internal.h:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 explicit NavigableAstRange(SpanType span) : span_(span) {}
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(); }

Callers 15

MakeStdlibSubsetFunction · 0.45
LookupTypeNameMethod · 0.45
LookupEnumConstantMethod · 0.45
LookupStructFieldMethod · 0.45
CreateMethod · 0.45
ToVectorMethod · 0.45
ToVectorMethod · 0.45
operator==Method · 0.45

Calls 1

IteratorClass · 0.85

Tested by 6

WellKnownTypeMethod · 0.36
FieldByNameMethod · 0.36
FieldByNumberMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36