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

Method HasNext

common/values/value_builder.cc:885–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883 : begin_(map->begin()), end_(map->end()) {}
884
885 bool HasNext() override { return begin_ != end_; }
886
887 absl::Status Next(const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
888 google::protobuf::MessageFactory* absl_nonnull message_factory,

Callers 14

MapValueToExprFunction · 0.45
ListValueToExprFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
ListValueEqualFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
MapValueEqualFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 10

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36