Home
last modified time | relevance | path

Searched refs:ToStringView (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Dnode_url.cc143 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()
Dnode_report_utils.cc98 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()
Dnode_report.cc411 writer->json_keyvalue(k.ToStringView(), v.ToStringView()); in PrintJavaScriptErrorProperties()
Dutil.h479 inline std::basic_string_view<T> ToStringView() const { in ToStringView() function
Dcares_wrap.cc1418 auto plain_name = utf8name.ToStringView(); in Query()
1564 std::string ascii_hostname = ada::idna::to_ascii(hostname.ToStringView()); in GetAddrInfo()
Dnode_errors.cc456 *message ? message.ToStringView() : "<toString() threw exception>"); in ReportFatalException()
Dnode_api.cc720 module_filename = node::url::FromFilePath(filename.ToStringView()); in jsvm_module_register_by_symbol()