Searched defs:string_view (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | memory_filesystem.cpp | 70 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 D | rofs_filesystem.cpp | 249 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 D | std_file.cpp | 101 bool StdFile::IsValidPath(const string_view /* path */) in IsValidPath()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
H A D | scoped_handle.h | 29 using string_view = basic_string_view<char>; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_object.cpp | 177 …BASE_NS::unordered_map<BASE_NS::string_view, BASE_NS::vector<BASE_NS::string_view>> names) override in DefineTargetProperties()
|
H A D | node_impl.cpp | 328 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 D | unordered_map.h | 764 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 D | string_view.h | 31 using string_view = BASE_NS::basic_string_view<char>; variable
|
H A D | string.h | 356 operator string_view() const noexcept in string_view() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 89 …GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei, const string_view, const void*) n… in FilterError()
|