Searched refs:encode_string_or_bytes_cb (Results 1 – 4 of 4) sorted by relevance
81 resp->result.application_protocol.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_application_protocol()96 resp->result.record_protocol.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_record_protocol()110 resp->result.key_data.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_key_data()118 identity->hostname.funcs.encode = encode_string_or_bytes_cb; in set_identity_hostname()125 identity->service_account.funcs.encode = encode_string_or_bytes_cb; in set_identity_service_account()222 resp->status.details.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_details()237 resp->out_frames.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_out_frames()
127 req->client_start.target_name.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_req_set_target_name()177 identity->hostname.funcs.encode = encode_string_or_bytes_cb; in set_identity_hostname()184 identity->service_account.funcs.encode = encode_string_or_bytes_cb; in set_identity_service_account()256 endpoint->ip_address.funcs.encode = encode_string_or_bytes_cb; in set_endpoint()343 req->next.in_bytes.funcs.encode = &encode_string_or_bytes_cb; in grpc_gcp_handshaker_req_set_in_bytes()346 req->server_start.in_bytes.funcs.encode = &encode_string_or_bytes_cb; in grpc_gcp_handshaker_req_set_in_bytes()
119 bool encode_string_or_bytes_cb(pb_ostream_t* stream, const pb_field_t* field,
77 bool encode_string_or_bytes_cb(pb_ostream_t* stream, const pb_field_t* field, in encode_string_or_bytes_cb() function