Home
last modified time | relevance | path

Searched defs:wxIsEmpty (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dwxcrt.h30 inline bool wxIsEmpty(const char *s) { return !s || !*s; } in wxIsEmpty() function
31 inline bool wxIsEmpty(const wchar_t *s) { return !s || !*s; } in wxIsEmpty() function
32 inline bool wxIsEmpty(const wxScopedCharBuffer& s) { return wxIsEmpty(s.data()); } in wxIsEmpty() function
33 inline bool wxIsEmpty(const wxScopedWCharBuffer& s) { return wxIsEmpty(s.data()); } in wxIsEmpty() function
34 inline bool wxIsEmpty(const wxString& s) { return s.empty(); } in wxIsEmpty() function
35 inline bool wxIsEmpty(const wxCStrData& s) { return s.AsString().empty(); } in wxIsEmpty() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dwxcrt.h30 inline bool wxIsEmpty(const char *s) { return !s || !*s; } in wxIsEmpty() function
31 inline bool wxIsEmpty(const wchar_t *s) { return !s || !*s; } in wxIsEmpty() function
32 inline bool wxIsEmpty(const wxScopedCharBuffer& s) { return wxIsEmpty(s.data()); } in wxIsEmpty() function
33 inline bool wxIsEmpty(const wxScopedWCharBuffer& s) { return wxIsEmpty(s.data()); } in wxIsEmpty() function
34 inline bool wxIsEmpty(const wxString& s) { return s.empty(); } in wxIsEmpty() function
35 inline bool wxIsEmpty(const wxCStrData& s) { return s.AsString().empty(); } in wxIsEmpty() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dwxcrt.h30 inline bool wxIsEmpty(const char *s) { return !s || !*s; } in wxIsEmpty() function
31 inline bool wxIsEmpty(const wchar_t *s) { return !s || !*s; } in wxIsEmpty() function
32 inline bool wxIsEmpty(const wxScopedCharBuffer& s) { return wxIsEmpty(s.data()); } in wxIsEmpty() function
33 inline bool wxIsEmpty(const wxScopedWCharBuffer& s) { return wxIsEmpty(s.data()); } in wxIsEmpty() function
34 inline bool wxIsEmpty(const wxString& s) { return s.empty(); } in wxIsEmpty() function
35 inline bool wxIsEmpty(const wxCStrData& s) { return s.AsString().empty(); } in wxIsEmpty() function
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dwxchar.h570 inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } in wxIsEmpty() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dwxchar.h862 inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } in wxIsEmpty() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dwxchar.h862 inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } in wxIsEmpty() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dwxchar.h862 inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } in wxIsEmpty() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dwxchar.h862 inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } in wxIsEmpty() function