Home
last modified time | relevance | path

Searched refs:ExampleIterator (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/test/core/util/
Dfuzzer_corpus_test.cc121 class ExampleIterator class
124 ExampleIterator(const ExampleGenerator& base_, in ExampleIterator() function in ExampleIterator
131 ExampleIterator* Clone() const override { return new ExampleIterator(*this); } in Clone()
136 current_ == dynamic_cast<const ExampleIterator*>(&other)->current_; in Equals()
140 ExampleIterator(const ExampleIterator& other) in ExampleIterator() function in ExampleIterator
151 return new ExampleIterator(*this, examples_.begin()); in Begin()
157 return new ExampleIterator(*this, examples_.end()); in End()
/external/federated-compute/fcp/client/engine/
Dexample_iterator_factory.h43 virtual absl::StatusOr<std::unique_ptr<ExampleIterator>>
63 std::function<absl::StatusOr<std::unique_ptr<ExampleIterator>>( in FunctionalExampleIteratorFactory()
82 std::function<absl::StatusOr<std::unique_ptr<ExampleIterator>>( in FunctionalExampleIteratorFactory()
97 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator( in CreateExampleIterator()
108 std::function<absl::StatusOr<std::unique_ptr<ExampleIterator>>(
Dexample_query_plan_engine_test.cc76 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator( in CreateExampleIterator()
94 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator( in CreateExampleIterator()
106 std::function<absl::StatusOr<std::unique_ptr<ExampleIterator>>( in TwoExampleIteratorsFactory()
111 std::function<absl::StatusOr<std::unique_ptr<ExampleIterator>>( in TwoExampleIteratorsFactory()
128 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator( in CreateExampleIterator()
142 std::function<absl::StatusOr<std::unique_ptr<ExampleIterator>>(
145 std::function<absl::StatusOr<std::unique_ptr<ExampleIterator>>(
Dplan_engine_helpers.h101 DatasetIterator(std::unique_ptr<ExampleIterator> example_iterator,
113 std::unique_ptr<ExampleIterator> example_iterator_
Dplan_engine_helpers.cc87 absl::StatusOr<std::unique_ptr<ExampleIterator>> example_iterator = in MakeDataset()
113 std::unique_ptr<ExampleIterator> example_iterator, in DatasetIterator()
Dexample_query_plan_engine.cc205 absl::StatusOr<std::unique_ptr<ExampleIterator>> example_iterator = in RunPlan()
/external/federated-compute/fcp/client/
Dsimple_task_environment.h34 class ExampleIterator {
36 virtual ~ExampleIterator() = default;
68 virtual absl::StatusOr<std::unique_ptr<ExampleIterator>>
73 virtual absl::StatusOr<std::unique_ptr<ExampleIterator>>
Dfederated_select_test.cc48 using ::fcp::client::ExampleIterator;
187 absl::StatusOr<std::unique_ptr<ExampleIterator>> iterator = in TEST_F()
241 absl::StatusOr<std::unique_ptr<ExampleIterator>> iterator1 = in TEST_F()
290 absl::StatusOr<std::unique_ptr<ExampleIterator>> iterator2 = in TEST_F()
334 absl::StatusOr<std::unique_ptr<ExampleIterator>> iterator = in TEST_F()
372 absl::StatusOr<std::unique_ptr<ExampleIterator>> iterator = in TEST_F()
428 absl::StatusOr<std::unique_ptr<ExampleIterator>> iterator = in TEST_F()
Dclient_runner.h87 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator( in CreateExampleIterator()
94 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator( in CreateExampleIterator()
120 class FakeExampleIterator : public ExampleIterator {
Dfederated_select.cc65 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator( in CreateExampleIterator()
145 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator(
160 absl::StatusOr<std::unique_ptr<ExampleIterator>>
Dclient_runner_example_data.proto22 // The serialized examples that will be returned by the ExampleIterator.
Dfederated_select.h136 class InMemoryFederatedSelectExampleIterator : public ExampleIterator {
Dtest_helpers.h506 MOCK_METHOD((absl::StatusOr<std::unique_ptr<ExampleIterator>>),
511 MOCK_METHOD((absl::StatusOr<std::unique_ptr<ExampleIterator>>),
522 class MockExampleIterator : public ExampleIterator {
529 class SimpleExampleIterator : public ExampleIterator {
819 MOCK_METHOD(absl::StatusOr<std::unique_ptr<ExampleIterator>>,
Dfl_runner.proto74 // elements returned by all ExampleIterator::Next() calls. For
/external/federated-compute/fcp/client/opstats/
Dopstats_example_store_test.cc90 absl::StatusOr<std::unique_ptr<ExampleIterator>> status_or = in TEST_F()
101 absl::StatusOr<std::unique_ptr<ExampleIterator>> status_or = in TEST_F()
115 absl::StatusOr<std::unique_ptr<ExampleIterator>> status_or = in TEST_F()
125 absl::StatusOr<std::unique_ptr<ExampleIterator>> status_or = in TEST_F()
150 absl::StatusOr<std::unique_ptr<ExampleIterator>> iterator_or = in TEST_F()
153 std::unique_ptr<ExampleIterator> iterator = std::move(iterator_or.value()); in TEST_F()
198 absl::StatusOr<std::unique_ptr<ExampleIterator>> iterator_or = in TEST_F()
201 std::unique_ptr<ExampleIterator> iterator = std::move(iterator_or.value()); in TEST_F()
237 absl::StatusOr<std::unique_ptr<ExampleIterator>> iterator_or = in TEST_F()
241 std::unique_ptr<ExampleIterator> iterator = std::move(iterator_or.value()); in TEST_F()
[all …]
Dopstats_example_store.h73 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator(
Dopstats_example_store.cc146 class OpStatsExampleIterator : public fcp::client::ExampleIterator {
179 absl::StatusOr<std::unique_ptr<fcp::client::ExampleIterator>>
/external/federated-compute/fcp/client/testing/
Dutils.h55 class TestExampleIterator : public ExampleIterator {
84 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator( in CreateExampleIterator()
91 absl::StatusOr<std::unique_ptr<ExampleIterator>> CreateExampleIterator( in CreateExampleIterator()
94 std::unique_ptr<ExampleIterator> iter = in CreateExampleIterator()