Home
last modified time | relevance | path

Searched refs:key_type (Results 1 – 20 of 20) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DStringEntry.h29 typedef llvm::StringRef key_type; typedef
33 key_type key() { return key_type(m_Key, m_KeyLen); } in key()
35 const key_type key() const { return key_type(m_Key, m_KeyLen); } in key()
53 explicit StringEntry(const key_type& pKey);
68 typedef llvm::StringRef key_type; typedef
72 key_type key() { return key_type(m_Key, m_KeyLen); } in key()
74 const key_type key() const { return key_type(m_Key, m_KeyLen); } in key()
96 explicit StringEntry(const key_type& pKey);
112 typedef typename StringEntry<DataType>::key_type key_type; typedef
119 StringEntry<DataType>* produce(const key_type& pKey);
DHashTable.h43 typedef typename HashEntryTy::key_type key_type; typedef
71 entry_type* insert(const key_type& pKey, bool& pExist);
74 size_type erase(const key_type& pKey);
79 iterator find(const key_type& pKey);
83 const_iterator find(const key_type& pKey) const;
85 size_type count(const key_type& pKey) const;
105 chain_iterator begin(const key_type& pKey);
106 chain_iterator end(const key_type& pKey);
107 const_chain_iterator begin(const key_type& pKey) const;
108 const_chain_iterator end(const key_type& pKey) const;
DHashEntry.h35 typedef KeyType key_type; typedef
58 bool compare(const key_type& pKey);
69 typedef typename HashEntryTy::key_type key_type; typedef
76 HashEntryTy* produce(const key_type& pKey);
DHashEntryFactory.h22 typedef typename HashEntryTy::key_type key_type; typedef
25 entry_type* produce(const key_type& pKey) { in produce()
DHashBase.h72 typedef typename HashEntryTy::key_type key_type; typedef
100 unsigned int lookUpBucketFor(const key_type& pKey);
104 int findKey(const key_type& pKey) const;
DHashTable.tcc65 EntryFactoryTy>::key_type& pKey, in insert()
97 EntryFactoryTy>::key_type& pKey) { in erase()
119 EntryFactoryTy>::key_type& pKey) { in find()
133 EntryFactoryTy>::key_type& pKey) const { in find()
147 EntryFactoryTy>::key_type& pKey) const { in count()
232 EntryFactoryTy>::key_type& pKey) { in begin()
243 EntryFactoryTy>::key_type& pKey) { in end()
256 EntryFactoryTy>::key_type& pKey) const { in begin()
269 EntryFactoryTy>::key_type& pKey) const { in end()
DHashIterator.h23 typedef typename HashTableImplTy::key_type key_type; typedef
31 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey) in ChainIteratorBase()
156 typedef typename HashTableImplTy::key_type key_type; typedef
271 const typename IteratorBase::key_type& pKey, in HashIterator()
DStringEntry.tcc18 StringEntry<DataType>::StringEntry(const StringEntry::key_type& pKey) in StringEntry()
44 const typename StringEntryFactory<DataType>::key_type& pKey) { in produce()
DHashBase.tcc114 const typename HashTableImpl<HashEntryTy, HashFunctionTy>::key_type& pKey) { in lookUpBucketFor()
158 const typename HashTableImpl<HashEntryTy, HashFunctionTy>::key_type& pKey) in findKey()
DHashEntry.tcc44 const typename EntryFactory<HashEntryTy>::key_type& pKey) { in produce()
/frameworks/native/include/ftl/
Dsmall_map.h72 using key_type = K;
134 bool contains(const key_type& key) const { return get(key).has_value(); } in contains()
148 auto get(const key_type& key) const -> Optional<std::reference_wrapper<const mapped_type>> {
157 auto get(const key_type& key) -> Optional<std::reference_wrapper<mapped_type>> {
167 const_iterator find(const key_type& key) const { return const_cast<SmallMap&>(*this).find(key); } in find()
168 iterator find(const key_type& key) { return find(key, begin()); } in find()
177 std::pair<iterator, bool> try_emplace(const key_type& key, Args&&... args) { in try_emplace()
204 iterator try_replace(const key_type& key, Args&&... args) { in try_replace()
223 std::pair<iterator, bool> emplace_or_replace(const key_type& key, Args&&... args) { in emplace_or_replace()
235 bool erase(const key_type& key) { return erase(key, begin()); } in erase()
[all …]
Dalgorithm.h72 typename Key = typename Map::key_type>
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h75 typedef llvm::StringRef key_type; typedef
79 static ResolveInfo* Create(const key_type& pKey);
192 bool compare(const key_type& pKey);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java388 for (int key_type : CARRIER_KEY_TYPES) { in getExpirationDate()
389 if (!isKeyEnabled(key_type)) { in getExpirationDate()
393 mPhone.getCarrierInfoForImsiEncryption(key_type, false); in getExpirationDate()
579 for (int key_type : CARRIER_KEY_TYPES) { in carrierUsesKeys()
580 if (isKeyEnabled(key_type)) { in carrierUsesKeys()
721 for (int key_type : CARRIER_KEY_TYPES) { in areCarrierKeysAbsentOrExpiring()
722 if (!isKeyEnabled(key_type)) { in areCarrierKeysAbsentOrExpiring()
728 mPhone.getCarrierInfoForImsiEncryption(key_type, false); in areCarrierKeysAbsentOrExpiring()
730 logd("Key not found for: " + key_type); in areCarrierKeysAbsentOrExpiring()
/frameworks/compile/mclinker/lib/ADT/
DStringEntry.cpp19 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey) { in StringEntry()
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp213 bool ResolveInfo::compare(const ResolveInfo::key_type& pKey) { in compare()
236 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) { in Create()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DSession.cpp54 const KeyMap::key_type& keyId = keys.keyAt(i); in provideKeyResponse()
/frameworks/native/include/input/
DPrintTools.h90 std::string (*keyToString)(const typename T::key_type&) = constToString,
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dserialization.h1807 std::pair<typename MapType::key_type, typename MapType::mapped_type>
/frameworks/opt/telephony/proto/src/
Dtelephony.proto1680 optional KeyType key_type = 1; field