Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/end2end/
Dcq_verifier.cc61 expectation* first_expectation; member
67 v->first_expectation = nullptr; in cq_verifier_create()
206 for (e = v->first_expectation; e != nullptr; e = e->next) { in expectations_to_strvec()
253 while (v->first_expectation != nullptr) { in cq_verify()
261 for (e = v->first_expectation; e != nullptr; e = e->next) { in cq_verify()
264 if (e == v->first_expectation) v->first_expectation = e->next; in cq_verify()
293 GPR_ASSERT(v->first_expectation == nullptr && in cq_verify_empty_timeout()
315 e->next = v->first_expectation; in add()
316 v->first_expectation = e; in add()
Dcq_verifier_uv.cc41 expectation* first_expectation; member
48 v->first_expectation = NULL; in cq_verifier_create()
68 return v->first_expectation; in cq_verifier_get_first_expectation()
72 v->first_expectation = e; in cq_verifier_set_first_expectation()
Dcq_verifier_native.cc31 expectation* first_expectation; member
47 return v->first_expectation; in cq_verifier_get_first_expectation()
51 v->first_expectation = e; in cq_verifier_set_first_expectation()