Lines Matching refs:gpr_log
62 gpr_log(GPR_ERROR, "Error status code: %d (expected: %d), message: %s", in AssertStatusCode()
81 gpr_log(GPR_DEBUG, "Sending RPC and expecting reset stream after header"); in DoRstAfterHeader()
87 gpr_log(GPR_DEBUG, "Done testing reset stream after header"); in DoRstAfterHeader()
92 gpr_log(GPR_DEBUG, "Sending RPC and expecting reset stream after data"); in DoRstAfterData()
98 gpr_log(GPR_DEBUG, "Done testing reset stream after data"); in DoRstAfterData()
103 gpr_log(GPR_DEBUG, "Sending RPC and expecting reset stream during data"); in DoRstDuringData()
109 gpr_log(GPR_DEBUG, "Done testing reset stream during data"); in DoRstDuringData()
114 gpr_log(GPR_DEBUG, "Sending two RPCs and expecting goaway"); in DoGoaway()
129 gpr_log(GPR_DEBUG, "Done testing goaway"); in DoGoaway()
134 gpr_log(GPR_DEBUG, "Sending RPC and expecting ping"); in DoPing()
139 gpr_log(GPR_DEBUG, "Done testing ping"); in DoPing()
152 gpr_log(GPR_DEBUG, "Testing max streams"); in DoMaxStreams()
172 gpr_log(GPR_DEBUG, "Done testing max streams"); in DoMaxStreams()
202 gpr_log(GPR_INFO, "Testing case: %s", FLAGS_test_case.c_str()); in main()
223 gpr_log(GPR_ERROR, "Unsupported test case %s. Valid options are\n%s", in main()