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 D | client_header_internal.h | 55 class ARROW_FLIGHT_EXPORT CaseInsensitiveHash { 129 std::unordered_map<std::string, Cookie, CaseInsensitiveHash, CaseInsensitiveComparator>
|
H A D | client_header_internal.cc | 62 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 D | client_header_internal.h | 55 class ARROW_FLIGHT_EXPORT CaseInsensitiveHash { 129 std::unordered_map<std::string, Cookie, CaseInsensitiveHash, CaseInsensitiveComparator>
|
H A D | client_header_internal.cc | 62 size_t CaseInsensitiveHash::operator()(const std::string& key) const { in operator ()()
|
/dports/databases/kdb/kdb-3.2.0/src/tools/ |
H A D | KDbUtils.h | 338 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 D | utility.hpp | 45 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 D | parse_test.cpp | 129 CaseInsensitiveHash hash; in main()
|
/dports/games/warzone2100/warzone2100/src/ |
H A D | urlrequest.cpp | 367 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 D | kexiquerydesignerguieditor.cpp | 889 KDbUtils::CaseInsensitiveHash<QString, KDbExpression> criterias; in showFieldsOrRelationsForQueryInternal()
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/ |
H A D | ChangeLog-2006-05-10 | 7076 * 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 D | ChangeLog-2005-12-19 | 11705 (KXMLCore::CaseInsensitiveHash::hash): 11706 (KXMLCore::CaseInsensitiveHash::equal):
|
H A D | ChangeLog-2008-08-10 | 66204 - replaced the WTF::CaseInsensitiveHash<> class template with the 66455 (WebCore::CaseFoldingHash::hash): Merged the CaseInsensitiveHash<> template
|