Searched refs:maybe_expectations_ (Results 1 – 1 of 1) sorted by relevance
81 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::__anonf10ab8ac0111::Verifier