OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_expectation
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/test/core/end2end/
cq_verifier_native.cc
31
expectation*
first_expectation
;
member in struct:cq_verifier
47
return v->
first_expectation
;
51
v->
first_expectation
= e;
cq_verifier_uv.cc
41
expectation*
first_expectation
;
member in struct:cq_verifier
48
v->
first_expectation
= NULL;
68
return v->
first_expectation
;
72
v->
first_expectation
= e;
cq_verifier.cc
61
expectation*
first_expectation
;
member in struct:cq_verifier
67
v->
first_expectation
= nullptr;
206
for (e = v->
first_expectation
; e != nullptr; e = e->next) {
253
while (v->
first_expectation
!= nullptr) {
261
for (e = v->
first_expectation
; e != nullptr; e = e->next) {
264
if (e == v->
first_expectation
) v->
first_expectation
= e->next;
293
GPR_ASSERT(v->
first_expectation
== nullptr &&
315
e->next = v->
first_expectation
;
316
v->
first_expectation
= e
[
all
...]
Completed in 112 milliseconds