Home
last modified time | relevance | path

Searched refs:CaseInsensitiveHash (Results 1 – 12 of 12) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dclient_header_internal.h55 class ARROW_FLIGHT_EXPORT CaseInsensitiveHash {
129 std::unordered_map<std::string, Cookie, CaseInsensitiveHash, CaseInsensitiveComparator>
H A Dclient_header_internal.cc62 size_t CaseInsensitiveHash::operator()(const std::string& key) const { in operator ()()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/flight/
H A Dclient_header_internal.h55 class ARROW_FLIGHT_EXPORT CaseInsensitiveHash {
129 std::unordered_map<std::string, Cookie, CaseInsensitiveHash, CaseInsensitiveComparator>
H A Dclient_header_internal.cc62 size_t CaseInsensitiveHash::operator()(const std::string& key) const { in operator ()()
/dports/databases/kdb/kdb-3.2.0/src/tools/
H A DKDbUtils.h338 class CaseInsensitiveHash : public QHash<Key, T>
341 CaseInsensitiveHash() : QHash<Key, T>() {} in CaseInsensitiveHash() function
/dports/www/simple-web-server/Simple-Web-Server-0f8b26ff19d757db039d6f70e252219326cc3d8f/
H A Dutility.hpp45 class CaseInsensitiveHash { class
56 …sitiveMultimap = std::unordered_multimap<std::string, std::string, CaseInsensitiveHash, CaseInsens…
/dports/www/simple-web-server/Simple-Web-Server-0f8b26ff19d757db039d6f70e252219326cc3d8f/tests/
H A Dparse_test.cpp129 CaseInsensitiveHash hash; in main()
/dports/games/warzone2100/warzone2100/src/
H A Durlrequest.cpp367 class CaseInsensitiveHash class
387 typedef std::unordered_map<std::string, std::string, CaseInsensitiveHash, CaseInsensitiveEqualFunc>…
/dports/databases/kexi/kexi-3.2.0/src/plugins/queries/
H A Dkexiquerydesignerguieditor.cpp889 KDbUtils::CaseInsensitiveHash<QString, KDbExpression> criterias; in showFieldsOrRelationsForQueryInternal()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2006-05-107076 * platform/StringImpl.h: Moved StrHash, CaseInsensitiveHash, and HashTraits
18511 (KXMLCore::CaseInsensitiveHash::hash):
18512 (KXMLCore::CaseInsensitiveHash::equal):
37436 … version of the hash function that works on char* to CaseInsensitiveHash as preparation for an
H A DChangeLog-2005-12-1911705 (KXMLCore::CaseInsensitiveHash::hash):
11706 (KXMLCore::CaseInsensitiveHash::equal):
H A DChangeLog-2008-08-1066204 - replaced the WTF::CaseInsensitiveHash<> class template with the
66455 (WebCore::CaseFoldingHash::hash): Merged the CaseInsensitiveHash<> template