Home
last modified time | relevance | path

Searched refs:GetKey (Results 1 – 25 of 79) sorted by relevance

1234

/external/skia/src/core/
DSkTDynamicHash.h98 if (Deleted() != candidate && GetKey(*candidate) == key) { in find()
109 SkASSERT(nullptr == this->find(GetKey(*newEntry))); in add()
149 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) { in countCollisions()
180 SKTDYNAMICHASH_CHECK(this->find(GetKey(*fArray[i]))); in validate()
199 SKTDYNAMICHASH_CHECK(!(GetKey(*fArray[i]) == GetKey(*fArray[j]))); in validate()
208 const Key& key = GetKey(*newEntry); in innerAdd()
232 if (Deleted() != candidate && GetKey(*candidate) == key) { in innerRemove()
280 static const Key& GetKey(const T& t) { return Traits::GetKey(t); } in GetKey() function
DSkTMultiMap.h24 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() function
/external/skia/src/gpu/text/
DGrTextBlobCache.h64 auto id = GrAtlasTextBlob::GetKey(*blob).fUniqueID; in remove()
112 static uint32_t GetKey(const BlobIDCacheEntry& entry) { in GetKey() function
118 SkASSERT(GrAtlasTextBlob::GetKey(*blob).fUniqueID == fID); in addBlob()
119 SkASSERT(!this->find(GrAtlasTextBlob::GetKey(*blob))); in addBlob()
126 SkASSERT(GrAtlasTextBlob::GetKey(*blob).fUniqueID == fID); in removeBlob()
128 auto index = this->findBlobIndex(GrAtlasTextBlob::GetKey(*blob)); in removeBlob()
141 if (GrAtlasTextBlob::GetKey(*fBlobs[i]) == key) { in findBlobIndex()
155 auto id = GrAtlasTextBlob::GetKey(*blob).fUniqueID; in add()
/external/google-breakpad/src/processor/
Dstatic_range_map-inl.h69 *entry_size = iterator.GetKey() - range->base() + 1; in RetrieveRange()
99 *entry_size = iterator.GetKey() - range->base() + 1; in RetrieveNearestRange()
122 *entry_size = iterator.GetKey() - range->base() + 1; in RetrieveRangeAtIndex()
Dmodule_comparer.cc98 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareModule()
116 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareModule()
135 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareModule()
159 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareModule()
178 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareModule()
206 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareFunction()
286 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareCRM()
Dstatic_map_unittest.cc195 ASSERT_EQ(iter_test.GetKey(), iter_std->first); in IteratorTester()
208 ASSERT_EQ(iter_test.GetKey(), iter_std->first); in IteratorTester()
219 ASSERT_EQ(iter_test.GetKey(), iter_std->first); in IteratorTester()
235 ASSERT_EQ(iter_test.GetKey(), iter_std->first); in CompareLookupResult()
Dstatic_address_map-inl.h64 *entry_address = iterator.GetKey(); in Retrieve()
/external/libchrome/crypto/
Dp224_spake_unittest.cc69 EXPECT_EQ(client.GetKey(), server.GetKey()); in TEST()
116 EXPECT_EQ(client.GetKey(), server.GetKey()); in TEST()
/external/skia/include/private/
DSkTHash.h69 if (hash == s.hash && key == Traits::GetKey(s.val)) { in find()
87 if (hash == s.hash && key == Traits::GetKey(s.val)) { in remove()
145 const K& key = Traits::GetKey(val); in uncheckedSet()
157 if (hash == s.hash && key == Traits::GetKey(s.val)) { in uncheckedSet()
275 static const K& GetKey(const Pair& p) { return p.key; } in GetKey() function
321 static const T& GetKey(const T& item) { return item; } in GetKey() function
/external/libmojo/mojo/public/cpp/bindings/
Dmap_traits_stl.h42 static const K& GetKey(Iterator& iterator) { return iterator->first; }
43 static const K& GetKey(ConstIterator& iterator) { return iterator->first; }
91 static const K& GetKey(Iterator& iterator) { return iterator->first; }
92 static const K& GetKey(ConstIterator& iterator) { return iterator->first; }
Dmap_traits_standard.h33 static const K& GetKey(Iterator& iterator) { return iterator->first; }
34 static const K& GetKey(ConstIterator& iterator) { return iterator->first; }
Dmap_traits_wtf.h34 static const K& GetKey(Iterator& iterator) { return iterator->key; }
35 static const K& GetKey(ConstIterator& iterator) { return iterator->key; }
Dmap_traits_wtf_hash_map.h43 static const K& GetKey(Iterator& iterator) { return iterator->key; }
44 static const K& GetKey(ConstIterator& iterator) { return iterator->key; }
/external/webrtc/webrtc/libjingle/xmpp/
Dpubsubstateclient.cc15 std::string PublishedNickKeySerializer::GetKey( in GetKey() function in buzz::PublishedNickKeySerializer
20 std::string PublisherAndPublishedNicksKeySerializer::GetKey( in GetKey() function in buzz::PublisherAndPublishedNicksKeySerializer
Dpubsubstateclient.h66 virtual std::string GetKey(const std::string& publisher_nick,
72 virtual std::string GetKey(const std::string& publisher_nick,
79 virtual std::string GetKey(const std::string& publisher_nick,
119 std::string key = key_serializer_->GetKey(publisher_nick_, published_nick); in Publish()
196 std::string key = key_serializer_->GetKey( in OnItem()
/external/v8/src/
Dtransitions-inl.h57 Name* TransitionArray::GetKey(int transition_number) { in GetKey() function
63 Name* TransitionArray::GetKey(Object* raw_transitions, int transition_number) { in GetKey() function
69 return TransitionArray::cast(raw_transitions)->GetKey(transition_number); in GetKey()
165 DCHECK(descriptors->GetKey(descriptor)->Equals(name)); in GetTargetDetails()
Dmap-updater.cc27 Name* MapUpdater::GetKey(int descriptor) const { in GetKey() function in v8::internal::MapUpdater
28 return old_descriptors_->GetKey(descriptor); in GetKey()
281 *target_map_, old_details.kind(), GetKey(i), old_details.attributes()); in FindTargetMap()
360 *target_map_, old_details.kind(), GetKey(i), old_details.attributes()); in FindTargetMap()
413 Descriptor d(handle(GetKey(i), isolate_), in BuildDescriptorArray()
421 Handle<Name> key(GetKey(i), isolate_); in BuildDescriptorArray()
498 Handle<Name> key(GetKey(i), isolate_); in BuildDescriptorArray()
549 Name* name = descriptors->GetKey(i); in FindSplitMap()
590 *split_map, split_details.kind(), GetKey(split_nof), in ConstructNewMap()
Dtransitions.h141 static inline Name* GetKey(Object* raw_transitions, int transition_number);
142 inline Name* GetKey(int transition_number);
148 return GetKey(transition_number); in GetSortedKey()
276 return transition->instance_descriptors()->GetKey(descriptor); in GetSimpleTransitionKey()
Dtransitions.cc97 array->SetKey(index, array->GetKey(index - 1)); in Insert()
147 result->Set(i, array->GetKey(i), array->GetTarget(i)); in Insert()
151 result->Set(i + 1, array->GetKey(i), array->GetTarget(i)); in Insert()
503 Name* key = old_transitions->GetKey(i); in CheckNewTransitionsAreConsistent()
528 Name* key = GetKey(transition); in SearchDetails()
529 for (; transition < nof_transitions && GetKey(transition) == key; in SearchDetails()
/external/vixl/src/
Dinvalset-vixl.h127 static KeyType GetKey(const ElementType& element);
283 static KeyType GetKey(const ElementType& element);
370 cached_min_key_ = GetKey(element); in insert()
452 return GetKey(GetMinElement()); in GetMinElementKey()
459 return GetKey(element) != kInvalidKey; in IsValid()
486 cached_min_key_ = GetKey(*min); in EraseInternal()
555 cached_min_key_ = GetKey(Front()); in Sort()
596 cached_min_key_ = GetKey(*GetElementAt(0)); in Clean()
701 cached_min_key_ = GetKey(*min); in CacheMinElement()
812 typename S::_KeyType InvalSetIterator<S>::GetKey(const ElementType& element) { in GetKey() function
[all …]
/external/v8/tools/testrunner/local/
Dperfdata.py65 def GetKey(self, test): member in PerfDataStore
72 key = self.GetKey(test)
79 testkey = self.GetKey(test)
/external/skia/tools/
DUrlDataManager.h50 static const SkData& GetKey(const UrlData& data) { in GetKey() function
60 static const SkString& GetKey(const UrlData& data) { in GetKey() function
/external/skia/src/gpu/
DGrResourceAllocator.h64 static const GrUniqueKey& GetKey(const GrSurface& s) { return s.getUniqueKey(); } in GetKey() function
83 static const uint32_t& GetKey(const Interval& intvl) { in GetKey() function
/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp79 bool CKeyInfoCache::GetKey(CKeyInfo &key) in GetKey() function in NCrypto::N7z::CKeyInfoCache
141 if (!_cachedKeys.GetKey(_key)) in PrepareKey()
143 finded = g_GlobalKeyCache.GetKey(_key); in PrepareKey()
/external/protobuf/src/google/protobuf/
Dmap_test_util.cc1344 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator()
1355 EXPECT_EQ(map[iter.GetKey().GetInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()
1367 EXPECT_EQ(map[iter.GetKey().GetUInt32Value()], in ExpectMapFieldsSetViaReflectionIterator()
1379 EXPECT_EQ(map[iter.GetKey().GetUInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()
1391 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator()
1402 EXPECT_EQ(map[iter.GetKey().GetInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()
1414 EXPECT_EQ(map[iter.GetKey().GetUInt32Value()], in ExpectMapFieldsSetViaReflectionIterator()
1426 EXPECT_EQ(map[iter.GetKey().GetUInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()
1438 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator()
1448 EXPECT_EQ(map[iter.GetKey().GetInt32Value()], in ExpectMapFieldsSetViaReflectionIterator()
[all …]

1234