Home
last modified time | relevance | path

Searched refs:encode_repeated_string_cb (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.cc146 encode_repeated_string_cb; in grpc_gcp_handshaker_req_add_application_protocol()
152 encode_repeated_string_cb; in grpc_gcp_handshaker_req_add_application_protocol()
169 req->client_start.record_protocols.funcs.encode = encode_repeated_string_cb; in grpc_gcp_handshaker_req_add_record_protocol()
388 param->record_protocols.funcs.encode = &encode_repeated_string_cb; in grpc_gcp_handshaker_req_param_add_record_protocol()
Dalts_handshaker_service_api_util.h130 bool encode_repeated_string_cb(pb_ostream_t* stream, const pb_field_t* field,
Dalts_handshaker_service_api_util.cc98 bool encode_repeated_string_cb(pb_ostream_t* stream, const pb_field_t* field, in encode_repeated_string_cb() function