HomeSort by relevance Sort by last modified time
    Searched refs:GetKey (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/webrtc/webrtc/libjingle/xmpp/
pubsubstateclient.cc 15 std::string PublishedNickKeySerializer::GetKey(
20 std::string PublisherAndPublishedNicksKeySerializer::GetKey(
pubsubstateclient.h 66 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/
static_address_map-inl.h 64 *entry_address = iterator.GetKey();
static_range_map-inl.h 69 *entry_size = iterator.GetKey() - range->base() + 1;
99 *entry_size = iterator.GetKey() - range->base() + 1;
122 *entry_size = iterator.GetKey() - range->base() + 1;
static_map_iterator.h 33 // 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(); }
module_comparer.cc 98 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/
GrVkResource.h 41 static const uint32_t& GetKey(const GrVkResource& r) { return r.fKey; }
141 fTrace.remove(GetKey(*this));
154 fTrace.remove(GetKey(*this));
  /external/skia/src/core/
SkTDynamicHash.h 16 // 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(const T& t) { return Traits::GetKey(t);
    [all...]
SkTMultiMap.h 25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); }
  /external/skia/tools/
UrlDataManager.h 50 static const SkData& GetKey(const UrlData& data) {
60 static const SkString& GetKey(const UrlData& data) {
  /external/libchrome/crypto/
p224_spake_unittest.cc 69 EXPECT_EQ(client.GetKey(), server.GetKey());
116 EXPECT_EQ(client.GetKey(), server.GetKey());
p224_spake.h 74 const std::string& GetKey() const;
  /external/libweave/third_party/chromium/crypto/
p224_spake_unittest.cc 69 EXPECT_EQ(client.GetKey(), server.GetKey());
116 EXPECT_EQ(client.GetKey(), server.GetKey());
p224_spake.h 75 const std::string& GetKey() const;
  /external/v8/src/
transitions-inl.h 57 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));
transitions.h 141 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);
property.cc 75 os << "Descriptor " << Brief(*d.GetKey()) << " @ " << Brief(value) << " ";
  /external/skia/include/private/
SkTHash.h 20 // - 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; }
295 static const T& GetKey(const T& item) { return item; }
  /external/v8/tools/testrunner/local/
perfdata.py 65 def GetKey(self, test):
72 key = self.GetKey(test)
79 testkey = self.GetKey(test)
  /external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.h 68 static inline const Key& GetKey(const PathData& data) {
  /external/v8/test/cctest/
test-transitions.cc 69 CHECK_EQ(*name1, TransitionArray::GetKey(map0->raw_transitions(), 0));
81 Name* key = TransitionArray::GetKey(map0->raw_transitions(), i);
120 CHECK_EQ(*name1, TransitionArray::GetKey(map0->raw_transitions(), 0));
132 Name* key = TransitionArray::GetKey(map0->raw_transitions(), i);
177 Name* key = TransitionArray::GetKey(map0->raw_transitions(), i);
227 CHECK_EQ(*name, TransitionArray::GetKey(map0->raw_transitions(), i));
293 Name* key = TransitionArray::GetKey(map0->raw_transitions(), i);
  /external/skia/src/gpu/
GrGlyph.h 94 static inline const GrGlyph::PackedID& GetKey(const GrGlyph& glyph) {
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 144 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; }
  /external/v8/src/crankshaft/
hydrogen-dehoist.cc 13 HValue* index = array_operation->GetKey()->ActualValue();
  /external/webrtc/webrtc/examples/turnserver/
turnserver_main.cc 27 virtual bool GetKey(const std::string& username, const std::string& realm,

Completed in 292 milliseconds

1 2 3 4 5 6 7