Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiekick/ImGuiFileDialog
/ size
Method
size
ImGuiFileDialog.h:268–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
return m_Array.empty();
267
}
268
size_t size() const {
269
return m_Array.size();
270
}
271
T& operator[](const size_t& vIdx) {
272
return m_Array[vIdx];
273
}
Callers
15
FileSystemDirent
Class · 0.80
ReplaceExtentionWithCurrentFilterIfNeeded
Method · 0.80
FinalizeFileTypeParsing
Method · 0.80
GetComposerSize
Method · 0.80
GetFullFileListSize
Method · 0.80
GetFullFileAt
Method · 0.80
GetFilteredListSize
Method · 0.80
GetPathFilteredListSize
Method · 0.80
GetFilteredFileAt
Method · 0.80
GetFilteredPathAt
Method · 0.80
m_RemoveFileNameInSelection
Method · 0.80
m_AddFileNameInSelection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected