Searched refs:GetKey (Results 1 - 25 of 69) sorted by relevance

123

/external/webrtc/webrtc/libjingle/xmpp/
H A Dpubsubstateclient.cc15 std::string PublishedNickKeySerializer::GetKey( function in class:buzz::PublishedNickKeySerializer
20 std::string PublisherAndPublishedNicksKeySerializer::GetKey( function in class:buzz::PublisherAndPublishedNicksKeySerializer
H A 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);
196 std::string key = key_serializer_->GetKey(
/external/google-breakpad/src/processor/
H A Dstatic_address_map-inl.h64 *entry_address = iterator.GetKey();
H A Dstatic_range_map-inl.h69 *entry_size = iterator.GetKey() - range->base() + 1;
99 *entry_size = iterator.GetKey() - range->base() + 1;
122 *entry_size = iterator.GetKey() - range->base() + 1;
H A Dstatic_map_iterator.h33 // use GetKeyPtr(), GetKey(), GetValuePtr() interfaces to retrieve data or
50 // User should use GetKey(), GetKeyPtr(), GetValuePtr() instead;
67 // Run time error will occur if GetKey() is called on an invalid iterator.
68 inline const Key GetKey() const { return *GetKeyPtr(); } function in class:google_breakpad::StaticMapIterator
H A Dmodule_comparer.cc98 ASSERT_TRUE(iter1->first == iter2.GetKey());
116 ASSERT_TRUE(iter1->first == iter2.GetKey());
135 ASSERT_TRUE(iter1->first == iter2.GetKey());
159 ASSERT_TRUE(iter1->first == iter2.GetKey());
178 ASSERT_TRUE(iter1->first == iter2.GetKey());
206 ASSERT_TRUE(iter1->first == iter2.GetKey());
286 ASSERT_TRUE(iter1->first == iter2.GetKey());
/external/skia/src/gpu/vk/
H A DGrVkResource.h41 static const uint32_t& GetKey(const GrVkResource& r) { return r.fKey; } function in class:GrVkResource
141 fTrace.remove(GetKey(*this));
154 fTrace.remove(GetKey(*this));
/external/skia/src/core/
H A DSkTDynamicHash.h16 // static const Key& GetKey(const T&) { ... }
98 if (Deleted() != candidate && GetKey(*candidate) == key) {
109 SkASSERT(nullptr == this->find(GetKey(*newEntry)));
149 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) {
180 SKTDYNAMICHASH_CHECK(this->find(GetKey(*fArray[i])));
199 SKTDYNAMICHASH_CHECK(!(GetKey(*fArray[i]) == GetKey(*fArray[j])));
208 const Key& key = GetKey(*newEntry);
232 if (Deleted() != candidate && GetKey(*candidate) == key) {
280 static const Key& GetKey(cons function in class:SkTDynamicHash
[all...]
H A DSkTMultiMap.h25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } function in struct:SkTMultiMap::ValueList
/external/skia/tools/
H A DUrlDataManager.h50 static const SkData& GetKey(const UrlData& data) { function in struct:UrlDataManager::LookupTrait
60 static const SkString& GetKey(const UrlData& data) { function in struct:UrlDataManager::ReverseLookupTrait
/external/libchrome/crypto/
H A Dp224_spake_unittest.cc69 EXPECT_EQ(client.GetKey(), server.GetKey());
116 EXPECT_EQ(client.GetKey(), server.GetKey());
H A Dp224_spake.h74 const std::string& GetKey() const;
/external/libweave/third_party/chromium/crypto/
H A Dp224_spake_unittest.cc69 EXPECT_EQ(client.GetKey(), server.GetKey());
116 EXPECT_EQ(client.GetKey(), server.GetKey());
H A Dp224_spake.h75 const std::string& GetKey() const;
/external/v8/src/
H A Dtransitions-inl.h57 Name* TransitionArray::GetKey(int transition_number) {
63 Name* TransitionArray::GetKey(Object* raw_transitions, int transition_number) {
69 return TransitionArray::cast(raw_transitions)->GetKey(transition_number);
165 DCHECK(descriptors->GetKey(descriptor)->Equals(name));
H A Dtransitions.h141 static inline Name* GetKey(Object* raw_transitions, int transition_number);
142 inline Name* GetKey(int transition_number);
148 return GetKey(transition_number);
276 return transition->instance_descriptors()->GetKey(descriptor);
H A Dproperty.cc81 os << "Descriptor " << Brief(*d.GetKey()) << " @ " << Brief(value) << " ";
/external/skia/include/private/
H A DSkTHash.h20 // - static K GetKey(T)
69 if (!s.removed() && hash == s.hash && key == Traits::GetKey(s.val)) {
87 if (!s.removed() && hash == s.hash && key == Traits::GetKey(s.val)) {
120 const K& key = Traits::GetKey(val);
135 if (hash == s.hash && key == Traits::GetKey(s.val)) {
249 static const K& GetKey(const Pair& p) { return p.key; } function in struct:SkTHashMap::Pair
295 static const T& GetKey(const T& item) { return item; } function in struct:SkTHashSet::Traits
/external/v8/tools/testrunner/local/
H A Dperfdata.py65 def GetKey(self, test): member in class:PerfDataStore
72 key = self.GetKey(test)
79 testkey = self.GetKey(test)
/external/skia/src/gpu/batches/
H A DGrAADistanceFieldPathRenderer.h68 static inline const Key& GetKey(const PathData& data) { function in struct:GrAADistanceFieldPathRenderer::PathData
/external/v8/test/cctest/
H A Dtest-transitions.cc70 CHECK_EQ(*name1, TransitionArray::GetKey(map0->raw_transitions(), 0));
82 Name* key = TransitionArray::GetKey(map0->raw_transitions(), i);
121 CHECK_EQ(*name1, TransitionArray::GetKey(map0->raw_transitions(), 0));
133 Name* key = TransitionArray::GetKey(map0->raw_transitions(), i);
178 Name* key = TransitionArray::GetKey(map0->raw_transitions(), i);
228 CHECK_EQ(*name, TransitionArray::GetKey(map0->raw_transitions(), i));
294 Name* key = TransitionArray::GetKey(map0->raw_transitions(), i);
/external/skia/src/gpu/
H A DGrGlyph.h94 static inline const GrGlyph::PackedID& GetKey(const GrGlyph& glyph) { function in struct:GrGlyph
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h144 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; } function in class:GrTextureStripAtlas::AtlasEntry
/external/v8/src/crankshaft/
H A Dhydrogen-dehoist.cc13 HValue* index = array_operation->GetKey()->ActualValue();
/external/webrtc/webrtc/examples/turnserver/
H A Dturnserver_main.cc27 virtual bool GetKey(const std::string& username, const std::string& realm, function in class:TurnFileAuth

Completed in 362 milliseconds

123