Home
last modified time | relevance | path

Searched defs:string_view (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dmemory_filesystem.cpp70 IDirectory::Ptr MemoryFilesystem::OpenDirectory(const string_view /* path */) in OpenDirectory()
75 IDirectory::Ptr MemoryFilesystem::CreateDirectory(const string_view /* path */) in CreateDirectory()
80 bool MemoryFilesystem::DeleteDirectory(const string_view /* path */) in DeleteDirectory()
85 bool MemoryFilesystem::Rename(const string_view /* fromPath */, const string_view /* toPath */) in Rename()
H A Drofs_filesystem.cpp249 IFile::Ptr RoFileSystem::CreateFile(const string_view /* path */) in CreateFile()
254 bool RoFileSystem::DeleteFile(const string_view /* path */) in DeleteFile()
269 IDirectory::Ptr RoFileSystem::CreateDirectory(const string_view /* path */) in CreateDirectory()
274 bool RoFileSystem::DeleteDirectory(const string_view /* path */) in DeleteDirectory()
279 bool RoFileSystem::Rename(const string_view /* fromPath */, const string_view /* toPath */) in Rename()
H A Dstd_file.cpp101 bool StdFile::IsValidPath(const string_view /* path */) in IsValidPath()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dscoped_handle.h29 using string_view = basic_string_view<char>; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_object.cpp177BASE_NS::unordered_map<BASE_NS::string_view, BASE_NS::vector<BASE_NS::string_view>> names) override in DefineTargetProperties()
H A Dnode_impl.cpp328 BASE_NS::unordered_map<BASE_NS::string_view, BASE_NS::vector<BASE_NS::string_view>> names) in DefineTargetProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h764 pair<typename base::iterator, bool> insert(pair<string_view, T>&& v) in insert()
776 pair<typename base::iterator, bool> insert(const pair<string_view, T>& v) in insert()
H A Dstring_view.h31 using string_view = BASE_NS::basic_string_view<char>; variable
H A Dstring.h356 operator string_view() const noexcept in string_view() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp89 …GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei, const string_view, const void*) n… in FilterError()