Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
Dmemory_filesystem.cpp75 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()
Drofs_filesystem.cpp255 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()
Dstd_file.cpp104 bool StdFile::IsValidPath(const string_view /* path */) in IsValidPath()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
Dscoped_handle.h29 using string_view = basic_string_view<char>; variable
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
Dlog.h190 inline void PluginCheckOnceReset(const BASE_NS::string_view /* id */) in PluginCheckOnceReset()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
Dunordered_map.h859 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()
Dstring_view.h31 using string_view = BASE_NS::basic_string_view<char>; variable
Dstring.h356 operator string_view() const noexcept in string_view() function
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Degl_state.cpp95 …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/
Dapp.cpp742const std::pair<std::string_view, uint32_t>& item) { return item.first == argument; }); in AddFile()