Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Draw_end2end_test.cc68 int Next(CompletionQueue* cq, bool ignore_ok) { in Next() argument
72 GotTag(got_tag, ok, ignore_ok); in Next()
86 void GotTag(void* got_tag, bool ok, bool ignore_ok) { in GotTag() argument
89 if (!ignore_ok) { in GotTag()
Dasync_end2end_test.cc88 int Next(CompletionQueue* cq, bool ignore_ok) { in Next() argument
92 GotTag(got_tag, ok, ignore_ok); in Next()
114 void Verify(CompletionQueue* cq, bool ignore_ok) { in Verify() argument
117 Next(cq, ignore_ok); in Verify()
163 void GotTag(void* got_tag, bool ok, bool ignore_ok) { in GotTag() argument
166 if (!ignore_ok) { in GotTag()
177 if (!ignore_ok) { in GotTag()