Home
last modified time | relevance | path

Searched defs:PercentDecode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/percent-encoding/src/
Dlib.rs366 pub struct PercentDecode<'a> { struct
378 impl<'a> Iterator for PercentDecode<'a> { implementation
407 impl<'a> PercentDecode<'a> { implementation
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_alt_svc_wire_format.cc302 bool SpdyAltSvcWireFormat::PercentDecode(absl::string_view::const_iterator c, in PercentDecode() function in spdy::SpdyAltSvcWireFormat
H A Dspdy_alt_svc_wire_format_test.cc25 static bool PercentDecode(absl::string_view::const_iterator c, in PercentDecode() function in spdy::test::SpdyAltSvcWireFormatPeer
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/uri/
Duri_parser.cc188 std::string URI::PercentDecode(absl::string_view str) { in PercentDecode() function in grpc_core::URI
/aosp_15_r20/external/grpc-grpc/src/core/lib/uri/
H A Duri_parser.cc187 std::string URI::PercentDecode(absl::string_view str) { in PercentDecode() function in grpc_core::URI