Searched refs:KeyType (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | FormattersContainer.h | 88 template<typename KeyType, typename ValueType> 91 template<typename KeyType, typename ValueType> 97 typedef std::map<KeyType, ValueSP> MapType; 99 typedef bool(*CallbackType)(void*, KeyType, const ValueSP&); 109 Add(KeyType name, in Add() 124 Delete (KeyType name) in Delete() 146 Get(KeyType name, in Get() 166 KeyType type = pos->first; in LoopThrough() 195 KeyType 206 return KeyType(); in GetKeyAtIndex() [all …]
|
| HD | TypeCategoryMap.h | 28 typedef ConstString KeyType; typedef 35 typedef std::map<KeyType, ValueSP> MapType; 47 Add (KeyType name, 51 Delete (KeyType name); 54 Enable (KeyType category_name, 58 Disable (KeyType category_name); 77 Get (KeyType name, 157 friend class FormattersContainer<KeyType, ValueType>;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | MappedHash.h | 183 typedef __KeyType KeyType; typedef 189 KeyType key; 195 typedef std::map<KeyType, ValueArrayType> HashData; 199 virtual KeyType 359 typedef __KeyType KeyType; typedef 372 KeyType key; 488 GetStringForKeyType (KeyType key) const = 0;
|
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | TypeCategoryMap.cpp | 36 TypeCategoryMap::Add (KeyType name, const ValueSP& entry) in Add() 45 TypeCategoryMap::Delete (KeyType name) in Delete() 59 TypeCategoryMap::Enable (KeyType category_name, Position pos) in Enable() 69 TypeCategoryMap::Disable (KeyType category_name) in Disable() 171 TypeCategoryMap::Get (KeyType name, ValueSP& entry) in Get() 361 KeyType type = pos->first; in LoopThrough()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | IntervalMap.h | 959 typedef KeyT KeyType; typedef 2049 typedef typename MapA::KeyType KeyType; typedef 2105 KeyType start() const { in start() 2106 KeyType ak = a().start(); in start() 2107 KeyType bk = b().start(); in start() 2112 KeyType stop() const { in stop() 2113 KeyType ak = a().stop(); in stop() 2114 KeyType bk = b().stop(); in stop() 2142 void advanceTo(KeyType x) { in advanceTo()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | HashedNameToDIE.h | 604 GetStringForKeyType (KeyType key) const in GetStringForKeyType() 826 KeyType key = m_data.GetU32 (&hash_data_offset); in AppendAllDIEsInRange()
|
| /NextBSD/contrib/unbound/validator/ |
| HD | val_secalgo.c | 702 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
|