Searched defs:ComponentCase (Results 1 – 2 of 2) sorted by relevance
51 struct ComponentCase { struct52 const char* url;53 const char* protocol;54 const char* host;55 const int port;56 const char* user;57 const char* pass;58 const char* path;59 const char* lastPath;60 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;