Home
last modified time | relevance | path

Searched refs:FString (Results 1 – 25 of 1194) sorted by relevance

12345678910>>...48

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dzstring.h127 class FString
133 FString (const FString &other) { AttachToOther (other); } in FString() function
139 FString (const FString &head, const FString &tail);
140 FString (const FString &head, const char *tail);
141 FString (const FString &head, char tail);
142 FString (const char *head, const FString &tail);
144 FString (char head, const FString &tail);
149 ~FString ();
174 FString &operator = (const FString &other);
177 FString operator + (const FString &tail) const;
[all …]
H A Dzstring.cpp86 FString::FString (char oneChar) in FString() function in FString
101 FString::FString (const FString &head, const FString &tail) in FString() function in FString
110 FString::FString (const FString &head, const char *tail) in FString() function in FString
119 FString::FString (const FString &head, char tail) in FString() function in FString
128 FString::FString (const char *head, const FString &tail) in FString() function in FString
146 FString::FString (char head, const FString &tail) in FString() function in FString
154 FString::~FString () in ~FString()
199 FString &FString::operator = (const FString &other) in operator =()
281 FString *str = (FString *)data; in FormatHelper()
292 FString FString::operator + (const FString &tail) const in operator +()
[all …]
H A Dgi.h73 FString tl;
74 FString t;
75 FString tr;
76 FString l;
77 FString r;
78 FString bl;
79 FString b;
80 FString br;
110 FString TitlePage;
128 FString chatSound;
[all …]
H A Dm_specialpaths.cpp44 FString testpath; in UseKnownFolders()
140 FString path; in M_GetCachePath()
176 FString path; in M_GetCajunPath()
198 FString path; in M_GetConfigPath()
262 FString path; in M_GetScreenshotsPath()
294 FString path; in M_GetSavegamesPath()
332 FString path; in M_GetCachePath()
360 FString path; in M_GetAutoexecPath()
383 FString path; in M_GetCajunPath()
430 FString path; in M_GetScreenshotsPath()
[all …]
H A Dg_level.h278 FString MapName;
279 FString NextMap;
281 FString PName;
282 FString SkyPic1;
283 FString SkyPic2;
285 FString F1Pic;
296 FString Music;
327 FString ExitPic;
332 FString SndSeq;
415 FString Music;
[all …]
H A Dd_main.h69 FString Path;
70 FString Name;
76 FString Name; // Title banner text for this IWAD
79 FString Required; // Requires another IWAD
83 FString MapInfo; // Base mapinfo to load
84 TArray<FString> Load; // Wads to be loaded with this one.
85 TArray<FString> Lumps; // Lump names for identification
94 FString Name;
97 FString Song;
121 TArray<FString> mIWadNames;
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dzstring.h123 class FString
129 FString (const FString &other) { AttachToOther (other); } in FString() function
135 FString (const FString &head, const FString &tail);
136 FString (const FString &head, const char *tail);
137 FString (const FString &head, char tail);
138 FString (const char *head, const FString &tail);
140 FString (char head, const FString &tail);
145 ~FString ();
170 FString &operator = (const FString &other);
173 FString operator + (const FString &tail) const;
[all …]
H A Dg_mapinfo.h48 FString SignonLump;
59 FString BorderFlat;
63 FString TitlePage;
65 FString MenuMusic;
91 FString str;
138 FString l, r;
165 FString Music;
207 FString Name;
240 FString Flat;
241 FString Music;
[all …]
H A Dzstring.cpp86 FString::FString (char oneChar) in FString() function in FString
101 FString::FString (const FString &head, const FString &tail) in FString() function in FString
110 FString::FString (const FString &head, const char *tail) in FString() function in FString
119 FString::FString (const FString &head, char tail) in FString() function in FString
128 FString::FString (const char *head, const FString &tail) in FString() function in FString
146 FString::FString (char head, const FString &tail) in FString() function in FString
154 FString::~FString () in ~FString()
199 FString &FString::operator = (const FString &other) in operator =()
281 FString *str = (FString *)data; in FormatHelper()
292 FString FString::operator + (const FString &tail) const in operator +()
[all …]
H A Dfilesys.h72 FString GetSteamPath(ESteamApp game);
73 FString GetGOGPath(ESteamApp game);
78 FString OSX_FindFolder(ESpecialDirectory dir);
85 File(const FString &filename);
90 FString getDirectory() const;
91 FString getFileName() const;
93 FString getInsensitiveFile(const FString &filename, bool sensitiveExtension) const;
98 void rename(const FString &newname);
102 void init(FString filename);
104 FString filename;
[all …]
H A Dfilesys_steam.cpp155 FString key(sc->str);
174 TArray<FString> dirs;
231 FString path; in GetSteamPath()
273 return FString(); in GetSteamPath()
281 FString regPath; in GetSteamPath()
290 return FString(); in GetSteamPath()
312 return FString(); in GetSteamPath()
330 return FString(); in GetGOGPath()
333 FString path; in GetGOGPath()
358 return FString(); in GetGOGPath()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/examples/unrealstatus/Plugins/discordrpc/Source/DiscordRpc/Public/
H A DDiscordRpcBlueprint.h18 FString userId;
20 FString username;
22 FString discriminator;
24 FString avatar;
57 FString state;
59 FString details;
66 FString largeImageKey;
70 FString smallImageKey;
74 FString partyId;
80 FString matchSecret;
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/examples/unrealstatus/Plugins/discordrpc/Source/DiscordRpc/Public/
H A DDiscordRpcBlueprint.h18 FString userId;
20 FString username;
22 FString discriminator;
24 FString avatar;
57 FString state;
59 FString details;
66 FString largeImageKey;
70 FString smallImageKey;
74 FString partyId;
80 FString matchSecret;
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
36 bool RemoveDirWithSubItems(const FString &path);
39 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
45 bool GetCurrentDir(FString &resultPath);
49 bool MyGetTempPath(FString &resultPath);
54 FString _path;
59 const FString &GetPath() const { return _path; } in GetPath()
69 FString _path;
82 FString _path;
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
49 bool RemoveDirWithSubItems(const FString &path);
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
58 bool GetCurrentDir(FString &resultPath);
62 bool MyGetTempPath(FString &resultPath);
67 FString _path;
72 const FString &GetPath() const { return _path; } in GetPath()
82 FString _path;
95 FString _path;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
36 bool RemoveDirWithSubItems(const FString &path);
39 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
45 bool GetCurrentDir(FString &resultPath);
49 bool MyGetTempPath(FString &resultPath);
54 FString _path;
59 const FString &GetPath() const { return _path; } in GetPath()
69 FString _path;
82 FString _path;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
49 bool RemoveDirWithSubItems(const FString &path); in GetSystemDir()
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
58 bool GetCurrentDir(FString &resultPath);
62 bool MyGetTempPath(FString &resultPath);
67 FString _path;
72 const FString &GetPath() const { return _path; } in SetDirTime()
82 FString _path;
95 FString _path;
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
49 bool RemoveDirWithSubItems(const FString &path);
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
58 bool GetCurrentDir(FString &resultPath);
62 bool MyGetTempPath(FString &resultPath);
67 FString _path;
72 const FString &GetPath() const { return _path; } in GetPath()
82 FString _path;
95 FString _path;
[all …]
/dports/archivers/lzma/lzma-19.00/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
49 bool RemoveDirWithSubItems(const FString &path);
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
58 bool GetCurrentDir(FString &resultPath);
62 bool MyGetTempPath(FString &resultPath);
67 FString _path;
72 const FString &GetPath() const { return _path; } in GetPath()
82 FString _path;
95 FString _path;
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
53 bool RemoveDirWithSubItems(const FString &path);
56 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
62 bool GetCurrentDir(FString &resultPath);
66 bool MyGetTempPath(FString &resultPath);
71 FString _path;
76 const FString &GetPath() const { return _path; } in GetPath()
88 FString _path;
103 FString _path;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
36 bool RemoveDirWithSubItems(const FString &path);
39 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
45 bool GetCurrentDir(FString &resultPath);
49 bool MyGetTempPath(FString &resultPath);
54 FString _path;
59 const FString &GetPath() const { return _path; } in GetPath()
69 FString _path;
82 FString _path;
[all …]
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
49 bool RemoveDirWithSubItems(const FString &path);
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
58 bool GetCurrentDir(FString &resultPath);
62 bool MyGetTempPath(FString &resultPath);
67 FString _path;
72 const FString &GetPath() const { return _path; } in GetPath()
82 FString _path;
95 FString _path;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
49 bool RemoveDirWithSubItems(const FString &path);
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
58 bool GetCurrentDir(FString &resultPath);
62 bool MyGetTempPath(FString &resultPath);
67 FString _path;
72 const FString &GetPath() const { return _path; } in GetPath()
82 FString _path;
95 FString _path;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
49 bool RemoveDirWithSubItems(const FString &path);
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
58 bool GetCurrentDir(FString &resultPath);
62 bool MyGetTempPath(FString &resultPath);
67 FString _path;
72 const FString &GetPath() const { return _path; } in GetPath()
82 FString _path;
95 FString _path;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/Windows/
H A DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
49 bool RemoveDirWithSubItems(const FString &path);
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
58 bool GetCurrentDir(FString &resultPath);
62 bool MyGetTempPath(FString &resultPath);
67 FString _path;
72 const FString &GetPath() const { return _path; } in GetPath()
82 FString _path;
95 FString _path;
[all …]

12345678910>>...48