Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/
Dhandshaker.upb.h24 struct grpc_gcp_Identity;
36 typedef struct grpc_gcp_Identity grpc_gcp_Identity; typedef
111 UPB_INLINE grpc_gcp_Identity *grpc_gcp_Identity_new(upb_arena *arena) { in grpc_gcp_Identity_new()
112 return (grpc_gcp_Identity *)_upb_msg_new(&grpc_gcp_Identity_msginit, arena); in grpc_gcp_Identity_new()
114 UPB_INLINE grpc_gcp_Identity *grpc_gcp_Identity_parse(const char *buf, size_t size, in grpc_gcp_Identity_parse()
116 grpc_gcp_Identity *ret = grpc_gcp_Identity_new(arena); in grpc_gcp_Identity_parse()
119 UPB_INLINE grpc_gcp_Identity *grpc_gcp_Identity_parse_ex(const char *buf, size_t size, in grpc_gcp_Identity_parse_ex()
121 grpc_gcp_Identity *ret = grpc_gcp_Identity_new(arena); in grpc_gcp_Identity_parse_ex()
125 UPB_INLINE char *grpc_gcp_Identity_serialize(const grpc_gcp_Identity *msg, upb_arena *arena, size_t… in grpc_gcp_Identity_serialize()
134 …entity_oneof_oneofcases grpc_gcp_Identity_identity_oneof_case(const grpc_gcp_Identity* msg) { retu… in grpc_gcp_Identity_identity_oneof_case()
[all …]
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.h41 } grpc_gcp_Identity; typedef
68 grpc_gcp_Identity peer_identity;
70 grpc_gcp_Identity local_identity;
111 grpc_gcp_Identity local_identity;
Dalts_handshaker_service_api_util.h43 typedef grpc_gcp_Identity grpc_gcp_identity;
Dhandshaker.pb.c20 …PB_FIELD( 1, STRING , OPTIONAL, CALLBACK, FIRST, grpc_gcp_Identity, service_account, service_acc…
21 …PB_FIELD( 2, STRING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_Identity, hostname, service_account, 0…
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc263 const grpc_gcp_Identity* identity = in alts_tsi_handshaker_result_create()
298 const grpc_gcp_Identity* local_identity = in alts_tsi_handshaker_result_create()
337 grpc_gcp_Identity* peer_identity = const_cast<grpc_gcp_Identity*>(identity); in alts_tsi_handshaker_result_create()
Dalts_handshaker_client.cc512 grpc_gcp_Identity* target_identity = in get_serialized_start_client()