Searched defs:KeyType (Results 1 - 7 of 7) sorted by relevance

/external/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>;
/external/vixl/test/
H A Dtest-invalset.cc37 typedef ptrdiff_t KeyType; typedef in namespace:vixl
44 Obj(KeyType key, ValType val) : key_(key), val_(val) {}
45 KeyType key_;
66 static const KeyType kInvalidKey = PTRDIFF_MAX;
72 KeyType,
78 inline KeyType InvalSet<Obj,
80 KeyType,
89 KeyType,
92 kReclaimFactor>::SetKey(Obj* obj, KeyType key) {
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h21 typedef int KeyType; typedef in struct:Eigen::StdMapTraits
22 typedef std::map<KeyType,Scalar> Type;
27 static void setInvalidKey(Type&, const KeyType&) {} argument
49 typedef int KeyType; typedef in struct:Eigen::StdUnorderedMapTraits
50 typedef std::unordered_map<KeyType,Scalar> Type;
55 static void setInvalidKey(Type&, const KeyType&) {} argument
66 typedef int KeyType; typedef in struct:Eigen::GoogleDenseHashMapTraits
67 typedef google::dense_hash_map<KeyType,Scalar> Type;
72 static void setInvalidKey(Type& map, const KeyType& k)
84 typedef int KeyType; typedef in struct:Eigen::GoogleSparseHashMapTraits
90 setInvalidKey(Type&, const KeyType&) argument
164 typedef typename MapTraits<ScalarWrapper>::KeyType KeyType; typedef in class:Eigen::RandomSetter
[all...]
/external/google-breakpad/src/processor/
H A Dstatic_map_unittest.cc42 typedef int KeyType; typedef
43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap;
44 typedef std::map< KeyType, ValueType > StdMap;
107 sizeof(uint32_t) + kNumNodes * (sizeof(uint32_t) + sizeof(KeyType));
124 sizeof(uint32_t) + kNumNodes * (sizeof(uint32_t) + sizeof(KeyType));
129 KeyType* keys = reinterpret_cast<KeyType*>(
174 sizeof(uint32_t) + sizeof(KeyType) + sizeof(ValueType);
240 void FindTester(int test_case, const KeyType &key) {
246 void LowerBoundTester(int test_case, const KeyType
[all...]
/external/vixl/src/vixl/
H A Dinvalset.h69 // 'ElementType' and 'KeyType' are respectively the types of the elements and
76 class KeyType, \
77 KeyType INVALID_KEY, \
83 KeyType, INVALID_KEY, RECLAIM_FROM, RECLAIM_FACTOR
93 static const KeyType kInvalidKey = INVALID_KEY;
114 KeyType min_element_key();
117 static KeyType Key(const ElementType& element);
118 static void SetKey(ElementType* element, KeyType key);
188 KeyType cached_min_key_; // Valid iff `valid_cached_min_` is true.
220 typedef KeyType _KeyTyp
228 typedef typename S::_KeyType KeyType; typedef in class:vixl::InvalSetIterator
[all...]
/external/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;
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2353 typedef typename RawPairType::first_type KeyType; typedef in class:testing::internal::KeyMatcherImpl
2358 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) {
2387 const Matcher<const KeyType&> inner_matcher_;

Completed in 304 milliseconds