Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/url/
H A Durl_parse_unittest.cc76 struct FileSystemURLParseCase { struct
77 const char* input;
79 const char* inner_scheme;
80 const char* inner_username;
81 const char* inner_password;
82 const char* inner_host;
83 int inner_port;
84 const char* inner_path;
85 const char* path;
86 const char* query;
[all …]