Searched refs:KeyType (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | FormattersContainer.h | 106 template<typename KeyType, typename ValueType> 109 template<typename KeyType, typename ValueType> 115 typedef std::map<KeyType, ValueSP> MapType; 117 typedef bool(*CallbackType)(void*, KeyType, const ValueSP&); 127 Add(KeyType name, in Add() 142 Delete (KeyType name) in Delete() 164 Get(KeyType name, in Get() 184 KeyType type = pos->first; in LoopThrough() 213 KeyType 224 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); 71 Get (KeyType name, 147 friend class FormattersContainer<KeyType, ValueType>;
|
| /trueos/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | TypeCategoryMap.cpp | 38 TypeCategoryMap::Add (KeyType name, const ValueSP& entry) in Add() 47 TypeCategoryMap::Delete (KeyType name) in Delete() 61 TypeCategoryMap::Enable (KeyType category_name, Position pos) in Enable() 71 TypeCategoryMap::Disable (KeyType category_name) in Disable() 133 TypeCategoryMap::Get (KeyType name, ValueSP& entry) in Get() 295 KeyType type = pos->first; in LoopThrough()
|
| /trueos/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;
|
| /trueos/contrib/llvm/include/llvm/ADT/ |
| HD | IntervalMap.h | 963 typedef KeyT KeyType; typedef 2059 typedef typename MapA::KeyType KeyType; typedef 2115 KeyType start() const { in start() 2116 KeyType ak = a().start(); in start() 2117 KeyType bk = b().start(); in start() 2122 KeyType stop() const { in stop() 2123 KeyType ak = a().stop(); in stop() 2124 KeyType bk = b().stop(); in stop() 2152 void advanceTo(KeyType x) { in advanceTo()
|
| /trueos/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()
|
| /trueos/contrib/unbound/validator/ |
| HD | val_secalgo.c | 648 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
|