Public Member Functions | Public Attributes | List of all members
Expectation Struct Reference

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
 
boolseen
 
int success
 
void * tag
 
grpc_completion_type type
 

Detailed Description

Definition at line 56 of file cq_verifier.cc.

Constructor & Destructor Documentation

◆ Expectation()

Expectation::Expectation ( const char *  f,
int  l,
grpc_completion_type  t,
void *  tag_arg,
bool  check_success_arg,
int  success_arg,
bool seen_arg 
)
inline

Definition at line 57 of file cq_verifier.cc.

Member Data Documentation

◆ check_success

bool Expectation::check_success

Definition at line 70 of file cq_verifier.cc.

◆ file

const char* Expectation::file

Definition at line 66 of file cq_verifier.cc.

◆ line

int Expectation::line

Definition at line 67 of file cq_verifier.cc.

◆ seen

bool* Expectation::seen

Definition at line 72 of file cq_verifier.cc.

◆ success

int Expectation::success

Definition at line 71 of file cq_verifier.cc.

◆ tag

void* Expectation::tag

Definition at line 69 of file cq_verifier.cc.

◆ type

grpc_completion_type Expectation::type

Definition at line 68 of file cq_verifier.cc.


The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:43