Searched refs:KeyType (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h28 typedef ConstString KeyType; typedef in class:lldb_private::TypeCategoryMap
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,
143 friend class FormatNavigator<KeyType, ValueType>;
H A DFormatNavigator.h103 template<typename KeyType, typename ValueType>
106 template<typename KeyType, typename ValueType>
112 typedef std::map<KeyType, ValueSP> MapType;
114 typedef bool(*CallbackType)(void*, KeyType, const ValueSP&);
124 Add(KeyType name,
139 Delete (KeyType name)
161 Get(KeyType name,
181 KeyType type = pos->first;
210 KeyType
221 return KeyType();
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp35 TypeCategoryMap::Add (KeyType name, const ValueSP& entry)
44 TypeCategoryMap::Delete (KeyType name)
58 TypeCategoryMap::Enable (KeyType category_name, Position pos)
68 TypeCategoryMap::Disable (KeyType category_name)
130 TypeCategoryMap::Get (KeyType name, ValueSP& entry)
260 KeyType type = pos->first;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h183 typedef __KeyType KeyType; typedef in class:MappedHash::ExportTable
189 KeyType key;
195 typedef std::map<KeyType, ValueArrayType> HashData;
199 virtual KeyType
359 typedef __KeyType KeyType; typedef in class:MappedHash::MemoryTable
372 KeyType key;
480 // The KeyType is user specified and must somehow result in a string
481 // value. For example, the KeyType might be a string offset in a string
488 GetStringForKeyType (KeyType key) const = 0;
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h963 typedef KeyT KeyType;
2059 typedef typename MapA::KeyType KeyType;
2115 KeyType start() const {
2116 KeyType ak = a().start();
2117 KeyType bk = b().start();
2122 KeyType stop() const {
2123 KeyType ak = a().stop();
2124 KeyType bk = b().stop();
2152 void advanceTo(KeyType
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h604 GetStringForKeyType (KeyType key) const
826 KeyType key = m_data.GetU32 (&hash_data_offset);
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_secalgo.c646 static SECKEYPublicKey* nss_key_create(KeyType ktype)
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dactbl2.h1061 UINT8 KeyType; member in struct:acpi_slic_key
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c1852 {ACPI_DMT_UINT8, ACPI_SLIC0_OFFSET (KeyType), "Key Type", 0},

Completed in 188 milliseconds