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

Method Get

eval/eval/comprehension_slots.h:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 ComprehensionSlots& operator=(ComprehensionSlots&&) = delete;
120
121 Slot* absl_nonnull Get(size_t index) ABSL_ATTRIBUTE_LIFETIME_BOUND {
122 ABSL_DCHECK_LT(index, size());
123
124 return &slots_[index];
125 }
126
127 void Reset() {
128 for (Slot& slot : slots_) {

Callers 14

TEST_PFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
LookupSlotFunction · 0.45
EvaluateMethod · 0.45
PerformSelectMethod · 0.45
LookupInMapFunction · 0.45
LookupInListFunction · 0.45
EvaluateMethod · 0.45
EvaluateMethod · 0.45
Evaluate1Method · 0.45
Evaluate2Method · 0.45

Calls 1

sizeFunction · 0.50

Tested by 5

TEST_PFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36