Searched refs:KeyType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeCategoryMap.h | 26 typedef ConstString KeyType; typedef 33 typedef std::map<KeyType, ValueSP> MapType; 45 void Add(KeyType name, const ValueSP &entry); 47 bool Delete(KeyType name); 49 bool Enable(KeyType category_name, Position pos = Default); 51 bool Disable(KeyType category_name); 63 bool Get(KeyType name, ValueSP &entry);
|
| /freebsd-13.1/contrib/kyua/engine/ |
| H A D | scanner.cpp | 55 template< typename KeyType, typename ValueType > 56 static std::deque< KeyType > 57 map_keys(const std::map< KeyType, ValueType >& map) in map_keys() argument 59 std::deque< KeyType > keys; in map_keys() 60 for (typename std::map< KeyType, ValueType >::const_iterator iter = in map_keys()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 27 void TypeCategoryMap::Add(KeyType name, const ValueSP &entry) { in Add() 34 bool TypeCategoryMap::Delete(KeyType name) { in Delete() 46 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable() 54 bool TypeCategoryMap::Disable(KeyType category_name) { in Disable() 133 bool TypeCategoryMap::Get(KeyType name, ValueSP &entry) { in Get()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | MappedHash.h | 143 typedef __KeyType KeyType; typedef 157 KeyType key; 258 virtual const char *GetStringForKeyType(KeyType key) const = 0;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 965 using KeyType = KeyT; variable 2065 using KeyType = typename MapA::KeyType; variable 2122 KeyType start() const { in start() 2123 KeyType ak = a().start(); in start() 2124 KeyType bk = b().start(); in start() 2129 KeyType stop() const { in stop() 2130 KeyType ak = a().stop(); in stop() 2131 KeyType bk = b().stop(); in stop() 2159 void advanceTo(KeyType x) { in advanceTo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | HashedNameToDIE.h | 130 const char *GetStringForKeyType(KeyType key) const override;
|
| H A D | HashedNameToDIE.cpp | 311 DWARFMappedHash::MemoryTable::GetStringForKeyType(KeyType key) const { in GetStringForKeyType() 502 KeyType key = m_data.GetU32(&hash_data_offset); in AppendAllDIEsInRange()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 841 template <typename Map, typename KeyType> 842 void touchAndErase(Map &, const KeyType &); 2019 template <typename Map, typename KeyType> 2020 void NewGVN::touchAndErase(Map &M, const KeyType &Key) { in touchAndErase()
|
| /freebsd-13.1/contrib/unbound/validator/ |
| H A D | val_secalgo.c | 1001 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
|
| /freebsd-13.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_;
|