Lines Matching full:stringview
36 Path(const util::StringView &absolutePath, ArenaAllocator *allocator);
37 …Path(const util::StringView &relativePath, const util::StringView &basePath, ArenaAllocator *alloc…
40 const util::StringView &GetPath() const;
41 const util::StringView &GetAbsolutePath() const;
42 const util::StringView &GetExtension() const;
43 const util::StringView &GetFileName() const;
44 const util::StringView &GetParentFolder() const;
45 const util::StringView &GetAbsoluteParentFolder() const;
54 util::StringView path_ {};
55 util::StringView basePath_ {};
56 util::StringView absolutePath_ {};
57 util::StringView fileName_ {};
58 util::StringView fileExtension_ {};
59 util::StringView parentFolder_ {};
60 util::StringView absoluteParentFolder_ {};