Home
last modified time | relevance | path

Searched defs:binary_error_details (Results 1 – 4 of 4) sorted by relevance

/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/src/php/tests/qps/generated_code/Grpc/Testing/
DErrorStatus.php29 private $binary_error_details = ''; variable in Grpc\\Testing\\ErrorStatus
DRequestParams.php71 private $binary_error_details = ''; variable in Grpc\\Testing\\RequestParams
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall.h566 grpc::string binary_error_details = metadata_map_->GetBinaryErrorDetails(); in FinishOp() local