Searched defs:string_view (Results 1 – 10 of 10) sorted by relevance
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
| D | memory_filesystem.cpp | 75 IDirectory::Ptr MemoryFilesystem::OpenDirectory(const string_view /* path */) in OpenDirectory() 80 IDirectory::Ptr MemoryFilesystem::CreateDirectory(const string_view /* path */) in CreateDirectory() 85 bool MemoryFilesystem::DeleteDirectory(const string_view /* path */) in DeleteDirectory() 95 bool MemoryFilesystem::Rename(const string_view /* fromPath */, const string_view /* toPath */) in Rename()
|
| D | rofs_filesystem.cpp | 255 IFile::Ptr RoFileSystem::CreateFile(const string_view /* path */) in CreateFile() 260 bool RoFileSystem::DeleteFile(const string_view /* path */) in DeleteFile() 279 IDirectory::Ptr RoFileSystem::CreateDirectory(const string_view /* path */) in CreateDirectory() 284 bool RoFileSystem::DeleteDirectory(const string_view /* path */) in DeleteDirectory() 294 bool RoFileSystem::Rename(const string_view /* fromPath */, const string_view /* toPath */) in Rename()
|
| D | std_file.cpp | 104 bool StdFile::IsValidPath(const string_view /* path */) in IsValidPath()
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
| D | scoped_handle.h | 29 using string_view = basic_string_view<char>; variable
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
| D | log.h | 190 inline void PluginCheckOnceReset(const BASE_NS::string_view /* id */) in PluginCheckOnceReset()
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| D | unordered_map.h | 859 pair<typename base::iterator, bool> insert(pair<string_view, T>&& v) in insert() 871 pair<typename base::iterator, bool> insert(const pair<string_view, T>& v) in insert()
|
| D | string_view.h | 31 using string_view = BASE_NS::basic_string_view<char>; variable
|
| D | string.h | 356 operator string_view() const noexcept in string_view() function
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| D | egl_state.cpp | 95 …GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei, const string_view, const void*) n… in FilterError()
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
| D | app.cpp | 742 … const std::pair<std::string_view, uint32_t>& item) { return item.first == argument; }); in AddFile()
|