Searched refs:first_expectation (Results 1 – 3 of 3) sorted by relevance
61 expectation* first_expectation; member67 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()
41 expectation* first_expectation; member48 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()
31 expectation* first_expectation; member47 return v->first_expectation; in cq_verifier_get_first_expectation()51 v->first_expectation = e; in cq_verifier_set_first_expectation()