Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/url/
H A Durl_canon.h834 struct URLComponentSource { struct
838 URLComponentSource() in URLComponentSource() argument
850 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource() function
862 RAW_PTR_EXCLUSION const CHAR* scheme;
865 RAW_PTR_EXCLUSION const CHAR* username;
868 RAW_PTR_EXCLUSION const CHAR* password;
871 RAW_PTR_EXCLUSION const CHAR* host;
874 RAW_PTR_EXCLUSION const CHAR* port;
877 RAW_PTR_EXCLUSION const CHAR* path;
880 RAW_PTR_EXCLUSION const CHAR* query;
[all …]