Searched defs:ComponentCase (Results 1 – 2 of 2) sorted by relevance
48 struct ComponentCase { struct49 const char* url;50 const char* protocol;51 const char* host;52 const int port;53 const char* user;54 const char* pass;55 const char* path;56 const char* lastPath;57 const char* query;[all …]
55 struct ComponentCase { struct56 const char* input;57 const char* expected;58 url_parse::Component expected_component;59 bool expected_success;