Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dasync_end2end_test.cc81 maybe_expectations_[tag(i)] = MaybeExpect{expect_ok, seen}; in ExpectMaybe()
115 GPR_ASSERT(!expectations_.empty() || !maybe_expectations_.empty()); in Verify()
171 auto it2 = maybe_expectations_.find(got_tag); in GotTag()
172 if (it2 != maybe_expectations_.end()) { in GotTag()
193 std::map<void*, MaybeExpect> maybe_expectations_; member in grpc::testing::__anon60ba754e0111::Verifier