Searched defs:uri_ (Results 1 – 2 of 2) sorted by relevance
32 optional<string> uri_; member in __anon25e9d6600111::WantImpl
89 std::string uri_; // The URI of the document member91 Location(std::string uri = "", const Range range = Range()) : uri_(uri), range_(range) {} in uri_() function