/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | handshaker.pb.c | 27 …G , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, application_protocols, handshake… 28 …ED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, record_protocols, application_protocols, 0), 45 …D, CALLBACK, FIRST, grpc_gcp_StartServerHandshakeReq, application_protocols, application_protocols… 46 … , OTHER, grpc_gcp_StartServerHandshakeReq, handshake_parameters, application_protocols, &grpc_gcp…
|
D | alts_handshaker_service_api.cc | 56 req->client_start.application_protocols.arg)); in grpc_gcp_handshaker_req_destroy() 86 req->server_start.application_protocols.arg)); in grpc_gcp_handshaker_req_destroy() 143 &req->client_start.application_protocols.arg), in grpc_gcp_handshaker_req_add_application_protocol() 145 req->client_start.application_protocols.funcs.encode = in grpc_gcp_handshaker_req_add_application_protocol() 149 &req->server_start.application_protocols.arg), in grpc_gcp_handshaker_req_add_application_protocol() 151 req->server_start.application_protocols.funcs.encode = in grpc_gcp_handshaker_req_add_application_protocol()
|
D | handshaker.pb.h | 107 pb_callback_t application_protocols; member 123 pb_callback_t application_protocols; member
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 32 req->client_start.application_protocols.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 48 req->server_start.application_protocols.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 475 static_cast<const repeated_field*>(l_req->application_protocols.arg), in grpc_gcp_handshaker_client_start_req_equals() 476 static_cast<const repeated_field*>(r_req->application_protocols.arg)); in grpc_gcp_handshaker_client_start_req_equals() 516 static_cast<const repeated_field*>(l_req->application_protocols.arg), in grpc_gcp_handshaker_server_start_req_equals() 517 static_cast<const repeated_field*>(r_req->application_protocols.arg)); in grpc_gcp_handshaker_server_start_req_equals()
|
D | alts_handshaker_client_test.cc | 174 req->client_start.application_protocols.arg)) in check_client_start_success() 215 req->server_start.application_protocols.arg)) in check_server_start_success()
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | handshaker.proto | 68 repeated string application_protocols = 2; field 113 repeated string application_protocols = 1; field
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 68 repeated string application_protocols = 2; field 113 repeated string application_protocols = 1; field
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 68 repeated string application_protocols = 2; field 113 repeated string application_protocols = 1; field
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 68 repeated string application_protocols = 2; field 113 repeated string application_protocols = 1; field
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/ |
D | handshaker.proto | 78 repeated string application_protocols = 2; field 126 repeated string application_protocols = 1; field
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_api.cc | 581 std::vector<std::string> application_protocols; member 629 if (!application_protocols.empty()) { in ToString() 631 absl::StrJoin(application_protocols, ", "), in ToString() 2156 auto* application_protocols = in FilterChainMatchParse() local 2160 filter_chain_match->application_protocols.push_back( in FilterChainMatchParse() 2161 UpbStringToStdString(application_protocols[i])); in FilterChainMatchParse() 2345 if (!filter_chain.filter_chain_match.application_protocols.empty()) { in AddFilterChainDataForApplicationProtocols()
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | listener.proto | 140 repeated string application_protocols = 10; field
|