Public Member Functions | |
Expectation (const char *f, int l, grpc_completion_type t, void *tag_arg, bool check_success_arg, int success_arg, bool *seen_arg) | |
Public Attributes | |
bool | check_success |
const char * | file |
int | line |
bool * | seen |
int | success |
void * | tag |
grpc_completion_type | type |
Definition at line 56 of file cq_verifier.cc.
|
inline |
Definition at line 57 of file cq_verifier.cc.
bool Expectation::check_success |
Definition at line 70 of file cq_verifier.cc.
const char* Expectation::file |
Definition at line 66 of file cq_verifier.cc.
int Expectation::line |
Definition at line 67 of file cq_verifier.cc.
bool* Expectation::seen |
Definition at line 72 of file cq_verifier.cc.
int Expectation::success |
Definition at line 71 of file cq_verifier.cc.
void* Expectation::tag |
Definition at line 69 of file cq_verifier.cc.
grpc_completion_type Expectation::type |
Definition at line 68 of file cq_verifier.cc.