Searched refs:MakeInvalidURIStatus (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/src/core/lib/uri/ |
D | uri_parser.cc | 77 absl::Status MakeInvalidURIStatus(absl::string_view part_name, in MakeInvalidURIStatus() function 91 return MakeInvalidURIStatus("scheme", uri_text, "Scheme not found."); in Parse() 97 return MakeInvalidURIStatus("scheme", uri_text, in Parse() 101 return MakeInvalidURIStatus( in Parse() 126 return MakeInvalidURIStatus("query", uri_text, "Invalid query string."); in Parse() 129 return MakeInvalidURIStatus("query string", uri_text, in Parse() 145 return MakeInvalidURIStatus("fragment", uri_text, in Parse()
|