Searched refs:ToStringView (Results 1 – 7 of 7) sorted by relevance
143 ada::parse<ada::url_aggregator>(input.ToStringView(), base_pointer); in CanParse()164 auto out = ada::parse<ada::url>(href.ToStringView()); in Format()214 ada::parse<ada::url_aggregator>(input.ToStringView(), base_pointer); in Parse()241 std::string_view new_value_view = new_value.ToStringView(); in Update()242 auto out = ada::parse<ada::url_aggregator>(input.ToStringView()); in Update()308 auto out = ada::idna::to_ascii(input.ToStringView()); in ToASCII()319 auto out = ada::idna::to_unicode(input.ToStringView()); in ToUnicode()
98 writer->json_keyvalue("localEndpoint", buffer.ToStringView()); in ReportPipeEndpoints()112 writer->json_keyvalue("remoteEndpoint", buffer.ToStringView()); in ReportPipeEndpoints()151 writer->json_keyvalue("filename", buffer.ToStringView()); in ReportPath()
411 writer->json_keyvalue(k.ToStringView(), v.ToStringView()); in PrintJavaScriptErrorProperties()
479 inline std::basic_string_view<T> ToStringView() const { in ToStringView() function
1418 auto plain_name = utf8name.ToStringView(); in Query()1564 std::string ascii_hostname = ada::idna::to_ascii(hostname.ToStringView()); in GetAddrInfo()
456 *message ? message.ToStringView() : "<toString() threw exception>"); in ReportFatalException()
720 module_filename = node::url::FromFilePath(filename.ToStringView()); in jsvm_module_register_by_symbol()