Home
last modified time | relevance | path

Searched defs:uri_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/taihe/test/ani_bundle/author/src/
Dohos_app_ability_want.impl.cpp32 optional<string> uri_; member in __anon25e9d6600111::WantImpl
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dapi.h89 std::string uri_; // The URI of the document member
91 Location(std::string uri = "", const Range range = Range()) : uri_(uri), range_(range) {} in uri_() function