Home
last modified time | relevance | path

Searched refs:grpc_gcp_HandshakerReq (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.c66 …PB_FIELD( 1, MESSAGE , OPTIONAL, STATIC , FIRST, grpc_gcp_HandshakerReq, client_start, client_st…
67 …PB_FIELD( 2, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerReq, server_start, client_st…
68 …PB_FIELD( 3, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerReq, next, server_start, &gr…
107 …e(grpc_gcp_HandshakerReq, client_start) < 65536 && pb_membersize(grpc_gcp_HandshakerReq, server_st…
118 …ize(grpc_gcp_HandshakerReq, client_start) < 256 && pb_membersize(grpc_gcp_HandshakerReq, server_st…
Dalts_handshaker_service_api_util.h51 typedef grpc_gcp_HandshakerReq grpc_gcp_handshaker_req;
Dhandshaker.pb.h144 } grpc_gcp_HandshakerReq; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/
Dhandshaker.upb.h31 struct grpc_gcp_HandshakerReq;
43 typedef struct grpc_gcp_HandshakerReq grpc_gcp_HandshakerReq; typedef
492 UPB_INLINE grpc_gcp_HandshakerReq *grpc_gcp_HandshakerReq_new(upb_arena *arena) { in grpc_gcp_HandshakerReq_new()
493 return (grpc_gcp_HandshakerReq *)_upb_msg_new(&grpc_gcp_HandshakerReq_msginit, arena); in grpc_gcp_HandshakerReq_new()
495 UPB_INLINE grpc_gcp_HandshakerReq *grpc_gcp_HandshakerReq_parse(const char *buf, size_t size, in grpc_gcp_HandshakerReq_parse()
497 grpc_gcp_HandshakerReq *ret = grpc_gcp_HandshakerReq_new(arena); in grpc_gcp_HandshakerReq_parse()
500 UPB_INLINE grpc_gcp_HandshakerReq *grpc_gcp_HandshakerReq_parse_ex(const char *buf, size_t size, in grpc_gcp_HandshakerReq_parse_ex()
502 grpc_gcp_HandshakerReq *ret = grpc_gcp_HandshakerReq_new(arena); in grpc_gcp_HandshakerReq_parse_ex()
506 UPB_INLINE char *grpc_gcp_HandshakerReq_serialize(const grpc_gcp_HandshakerReq *msg, upb_arena *are… in grpc_gcp_HandshakerReq_serialize()
516 …req_oneof_oneofcases grpc_gcp_HandshakerReq_req_oneof_case(const grpc_gcp_HandshakerReq* msg) { re… in grpc_gcp_HandshakerReq_req_oneof_case()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc470 grpc_gcp_HandshakerReq* req, upb_arena* arena) { in get_serialized_handshaker_req()
489 grpc_gcp_HandshakerReq* req = grpc_gcp_HandshakerReq_new(arena.ptr()); in get_serialized_start_client()
554 grpc_gcp_HandshakerReq* req = grpc_gcp_HandshakerReq_new(arena.ptr()); in get_serialized_start_server()
606 grpc_gcp_HandshakerReq* req = grpc_gcp_HandshakerReq_new(arena.ptr()); in get_serialized_next()