Searched refs:ignore_ok (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/test/cpp/end2end/ |
D | raw_end2end_test.cc | 68 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()
|
D | async_end2end_test.cc | 88 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()
|