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/ |
D | handshaker.upb.h | 24 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/ |
D | handshaker.pb.h | 41 } grpc_gcp_Identity; typedef 68 grpc_gcp_Identity peer_identity; 70 grpc_gcp_Identity local_identity; 111 grpc_gcp_Identity local_identity;
|
D | alts_handshaker_service_api_util.h | 43 typedef grpc_gcp_Identity grpc_gcp_identity;
|
D | handshaker.pb.c | 20 …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/ |
D | alts_tsi_handshaker.cc | 263 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()
|
D | alts_handshaker_client.cc | 512 grpc_gcp_Identity* target_identity = in get_serialized_start_client()
|