Home
last modified time | relevance | path

Searched refs:binary_error_details (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DErrorStatus.php29 private $binary_error_details = ''; variable in Grpc\\Testing\\ErrorStatus
86 return $this->binary_error_details;
97 $this->binary_error_details = $var;
DRequestParams.php71 private $binary_error_details = ''; variable in Grpc\\Testing\\RequestParams
366 return $this->binary_error_details;
377 $this->binary_error_details = $var;
/external/grpc-grpc/src/proto/grpc/testing/
Decho_messages.proto30 string binary_error_details = 3; field
46 string binary_error_details = 13; field
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall.h566 grpc::string binary_error_details = metadata_map_->GetBinaryErrorDetails(); in FinishOp() local
573 binary_error_details); in FinishOp()
/external/grpc-grpc/test/cpp/end2end/
Dtest_service_impl.cc91 error.binary_error_details()); in Echo()
Dend2end_test.cc1236 error->set_binary_error_details(iter->binary_error_details()); in TEST_P()
1242 EXPECT_EQ(iter->binary_error_details(), s.error_details()); in TEST_P()