Searched refs:KeyType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 69 typedef std::map<KeyType, ValueSP> MapType; 76 void Add(KeyType name, const ValueSP &entry) { in Add() 88 bool Delete(KeyType name) { in Delete() 106 bool Get(KeyType name, ValueSP &entry) { in Get() 120 KeyType type = pos->first; in ForEach() 142 KeyType GetKeyAtIndex(size_t index) { in GetKeyAtIndex() 150 return KeyType(); in GetKeyAtIndex() 164 friend class FormattersContainer<KeyType, ValueType>; 170 typedef FormatMap<KeyType, ValueType> BackEndType; 187 Add_Impl(type, entry, static_cast<KeyType *>(nullptr)); in Add() [all …]
|
| H A D | TypeCategoryMap.h | 27 typedef ConstString KeyType; typedef 34 typedef std::map<KeyType, ValueSP> MapType; 46 void Add(KeyType name, const ValueSP &entry); 48 bool Delete(KeyType name); 50 bool Enable(KeyType category_name, Position pos = Default); 52 bool Disable(KeyType category_name); 64 bool Get(KeyType name, ValueSP &entry); 116 friend class FormattersContainer<KeyType, ValueType>;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 29 void TypeCategoryMap::Add(KeyType name, const ValueSP &entry) { in Add() 36 bool TypeCategoryMap::Delete(KeyType name) { in Delete() 48 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable() 56 bool TypeCategoryMap::Disable(KeyType category_name) { in Disable() 135 bool TypeCategoryMap::Get(KeyType name, ValueSP &entry) { in Get()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | MappedHash.h | 146 typedef __KeyType KeyType; typedef 160 KeyType key; 261 virtual const char *GetStringForKeyType(KeyType key) const = 0;
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 961 using KeyType = KeyT; variable 2060 using KeyType = typename MapA::KeyType; variable 2117 KeyType start() const { in start() 2118 KeyType ak = a().start(); in start() 2119 KeyType bk = b().start(); in start() 2124 KeyType stop() const { in stop() 2125 KeyType ak = a().stop(); in stop() 2126 KeyType bk = b().stop(); in stop() 2154 void advanceTo(KeyType x) { in advanceTo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | HashedNameToDIE.h | 122 const char *GetStringForKeyType(KeyType key) const override;
|
| H A D | HashedNameToDIE.cpp | 357 DWARFMappedHash::MemoryTable::GetStringForKeyType(KeyType key) const { in GetStringForKeyType() 549 KeyType key = m_data.GetU32(&hash_data_offset); in AppendAllDIEsInRange()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 803 template <typename Map, typename KeyType, typename Func> 804 void for_each_found(Map &, const KeyType &, Func); 805 template <typename Map, typename KeyType> 806 void touchAndErase(Map &, const KeyType &); 2065 template <typename Map, typename KeyType, typename Func> 2066 void NewGVN::for_each_found(Map &M, const KeyType &Key, Func F) { in for_each_found() 2075 template <typename Map, typename KeyType> 2076 void NewGVN::touchAndErase(Map &M, const KeyType &Key) { in touchAndErase()
|
| /freebsd-12.1/contrib/unbound/validator/ |
| H A D | val_secalgo.c | 914 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3312 typedef typename RawPairType::first_type KeyType; 3317 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) { 3346 const Matcher<const KeyType&> inner_matcher_;
|