Home
last modified time | relevance | path

Searched refs:EncodeUriMultiplePathSegments (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Dhttp_client_util_test.cc266 result = EncodeUriMultiplePathSegments(unencoded_multi_path_segment_chars); in TEST()
277 result = EncodeUriMultiplePathSegments("#?+%/"); in TEST()
287 result = EncodeUriMultiplePathSegments("abc#?123+%/XYZ"); in TEST()
298 result = EncodeUriMultiplePathSegments(""); in TEST()
308 result = EncodeUriMultiplePathSegments("€"); in TEST()
H A Dhttp_client_util.cc228 absl::StatusOr<std::string> EncodeUriMultiplePathSegments( in EncodeUriMultiplePathSegments() function
240 EncodeUriMultiplePathSegments(resource_name)); in CreateByteStreamUploadUriSuffix()
H A Dprotocol_request_helper.cc106 EncodeUriMultiplePathSegments(operation_name)); in CreateGetOperationUriSuffix()
115 EncodeUriMultiplePathSegments(operation_name)); in CreateCancelOperationUriSuffix()
H A Dhttp_client_util.h126 absl::StatusOr<std::string> EncodeUriMultiplePathSegments(