Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h69 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 DTypeCategoryMap.h27 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 DTypeCategoryMap.cpp29 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 DMappedHash.h146 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 DIntervalMap.h961 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 DHashedNameToDIE.h122 const char *GetStringForKeyType(KeyType key) const override;
H A DHashedNameToDIE.cpp357 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 DNewGVN.cpp803 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 Dval_secalgo.c914 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3312 typedef typename RawPairType::first_type KeyType;
3317 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) {
3346 const Matcher<const KeyType&> inner_matcher_;