Home
last modified time | relevance | path

Searched defs:application_protocols (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
Dhandshaker.proto68 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/
Dhandshaker.proto68 repeated string application_protocols = 2; field
113 repeated string application_protocols = 1; field
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto68 repeated string application_protocols = 2; field
113 repeated string application_protocols = 1; field
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto68 repeated string application_protocols = 2; field
113 repeated string application_protocols = 1; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/
Dhandshaker.proto78 repeated string application_protocols = 2; field
126 repeated string application_protocols = 1; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dlistener.proto140 repeated string application_protocols = 10; field
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.h107 pb_callback_t application_protocols; member
123 pb_callback_t application_protocols; member
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc581 std::vector<std::string> application_protocols; member
2156 auto* application_protocols = in FilterChainMatchParse() local