Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc33 decode_repeated_string_cb; in grpc_gcp_handshaker_decoded_req_create()
35 decode_repeated_string_cb; in grpc_gcp_handshaker_decoded_req_create()
49 &decode_repeated_string_cb; in grpc_gcp_handshaker_decoded_req_create()
54 .value.record_protocols.funcs.decode = &decode_repeated_string_cb; in grpc_gcp_handshaker_decoded_req_create()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_util.h146 bool decode_repeated_string_cb(pb_istream_t* stream, const pb_field_t* field,
Dalts_handshaker_service_api_util.cc135 bool decode_repeated_string_cb(pb_istream_t* stream, const pb_field_t* field, in decode_repeated_string_cb() function