MCPcopy Create free account
hub / github.com/NativeScript/android / PrintTo

Method PrintTo

test-app/runtime/src/main/cpp/ada/ada.h:5364–5373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5362
5363#if ADA_TESTING
5364 friend void PrintTo(const url_pattern& c, std::ostream* os) {
5365 *os << "protocol_component: '" << c.get_protocol() << ", ";
5366 *os << "username_component: '" << c.get_username() << ", ";
5367 *os << "password_component: '" << c.get_password() << ", ";
5368 *os << "hostname_component: '" << c.get_hostname() << ", ";
5369 *os << "port_component: '" << c.get_port() << ", ";
5370 *os << "pathname_component: '" << c.get_pathname() << ", ";
5371 *os << "search_component: '" << c.get_search() << ", ";
5372 *os << "hash_component: '" << c.get_hash();
5373 }
5374#endif // ADA_TESTING
5375
5376 template <url_pattern_regex::regex_concept P>

Callers

nothing calls this directly

Calls 8

get_pathnameMethod · 0.80
get_protocolMethod · 0.60
get_usernameMethod · 0.60
get_passwordMethod · 0.60
get_hostnameMethod · 0.60
get_portMethod · 0.60
get_searchMethod · 0.60
get_hashMethod · 0.60

Tested by

no test coverage detected