Home
last modified time | relevance | path

Searched refs:expectations_ (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Draw_end2end_test.cc62 expectations_[tag(i)] = expect_ok; in Expect()
79 GPR_ASSERT(!expectations_.empty()); in Verify()
80 while (!expectations_.empty()) { in Verify()
87 auto it = expectations_.find(got_tag); in GotTag()
88 if (it != expectations_.end()) { in GotTag()
92 expectations_.erase(it); in GotTag()
96 std::map<void*, bool> expectations_; member in grpc::testing::__anoncd5f51d80111::Verifier
Dasync_end2end_test.cc72 expectations_[tag(i)] = expect_ok; in ExpectUnless()
115 GPR_ASSERT(!expectations_.empty() || !maybe_expectations_.empty()); in Verify()
116 while (!expectations_.empty()) { in Verify()
124 if (expectations_.empty()) { in Verify()
130 while (!expectations_.empty()) { in Verify()
146 if (expectations_.empty()) { in Verify()
152 while (!expectations_.empty()) { in Verify()
164 auto it = expectations_.find(got_tag); in GotTag()
165 if (it != expectations_.end()) { in GotTag()
169 expectations_.erase(it); in GotTag()
[all …]
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-spec-builders.h596 return expectations_ == rhs.expectations_;
604 expectations_.insert(e);
608 int size() const { return static_cast<int>(expectations_.size()); } in size()
610 const_iterator begin() const { return expectations_.begin(); } in begin()
611 const_iterator end() const { return expectations_.end(); } in end()
614 Expectation::Set expectations_;
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h614 return expectations_ == rhs.expectations_;
622 expectations_.insert(e);
626 int size() const { return static_cast<int>(expectations_.size()); } in size()
628 const_iterator begin() const { return expectations_.begin(); } in begin()
629 const_iterator end() const { return expectations_.end(); } in end()
632 Expectation::Set expectations_;
/external/fmtlib/test/gmock/
Dgmock.h9159 return expectations_ == rhs.expectations_;
9167 expectations_.insert(e);
9171 int size() const { return static_cast<int>(expectations_.size()); }
9173 const_iterator begin() const { return expectations_.begin(); }
9174 const_iterator end() const { return expectations_.end(); }
9177 Expectation::Set expectations_;
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h9772 return expectations_ == rhs.expectations_;
9780 expectations_.insert(e);
9784 int size() const { return static_cast<int>(expectations_.size()); }
9786 const_iterator begin() const { return expectations_.begin(); }
9787 const_iterator end() const { return expectations_.end(); }
9790 Expectation::Set expectations_;