Home
last modified time | relevance | path

Searched defs:ci_less (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/weather/
H A DWeatherJob.h39 struct ci_less struct
56 std::map<std::string, int, ci_less> m_localizedTokens; argument
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/
H A Dutilities.hpp75 struct ci_less : std::binary_function<std::string, std::string, bool> { struct
77 struct nocase_compare
84 bool operator() (std::string const & s1, std::string const & s2) const { in operator ()()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/
H A Dutilities.hpp75 struct ci_less : std::binary_function<std::string, std::string, bool> { struct
77 struct nocase_compare
84 bool operator() (std::string const & s1, std::string const & s2) const { in operator ()()
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/
H A Dutilities.hpp75 struct ci_less { struct
77 struct nocase_compare {
82 bool operator() (std::string const & s1, std::string const & s2) const { in operator ()()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/
H A Dutilities.hpp75 struct ci_less { struct
77 struct nocase_compare {
82 bool operator() (std::string const & s1, std::string const & s2) const { in operator ()()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/ttvfs/
H A DVFSDir.h21 struct ci_less struct
28 typedef ci_less map_compare; argument
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/addons/
H A Dscriptbuilder.h176 struct ci_less struct
183 std::set<std::string, ci_less> includedScripts; argument
/dports/lang/angelscript/sdk/add_on/scriptbuilder/
H A Dscriptbuilder.h199 struct ci_less struct
206 std::set<std::string, ci_less> includedScripts; argument
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win10/network/
H A DNetworkWin10.cpp203 struct ci_less in queryInterfaceList() struct
206 struct nocase_compare in queryInterfaceList()
212 bool operator()(const std::wstring & s1, const std::wstring & s2) const { in queryInterfaceList()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/quest/
H A Dstring.cpp85 bool ci_less(const String &str1, const String &str2) { in ci_less() function
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dinternal.cpp113 bool ci_less(const std::string &a, const std::string &b) noexcept { in ci_less() function