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

1 2 3 4 5 6

  /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/skqp/src/gpu/text/
GrTextBlobCache.h 66 auto id = GrAtlasTextBlob::GetKey(*blob).fUniqueID;
116 static uint32_t GetKey(const BlobIDCacheEntry& entry) {
122 SkASSERT(GrAtlasTextBlob::GetKey(*blob).fUniqueID == fID);
123 SkASSERT(!this->find(GrAtlasTextBlob::GetKey(*blob)));
130 SkASSERT(GrAtlasTextBlob::GetKey(*blob).fUniqueID == fID);
132 auto index = this->findBlobIndex(GrAtlasTextBlob::GetKey(*blob));
145 if (GrAtlasTextBlob::GetKey(*fBlobs[i]) == key) {
159 auto id = GrAtlasTextBlob::GetKey(*blob).fUniqueID;
  /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(); }
  /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...]
  /external/skqp/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...]
  /external/skqp/tools/sk_app/ios/
Window_ios.h 35 static const Uint32& GetKey(const Window_ios& w) {
  /external/skqp/tools/sk_app/mac/
Window_mac.h 35 static const Uint32& GetKey(const Window_mac& w) {
  /external/skia/src/gpu/text/
GrTextBlobCache.h 66 auto id = GrAtlasTextBlob::GetKey(*blob).fUniqueID;
116 static uint32_t GetKey(const BlobIDCacheEntry& entry) {
122 SkASSERT(GrAtlasTextBlob::GetKey(*blob).fUniqueID == fID);
123 SkASSERT(!this->find(GrAtlasTextBlob::GetKey(*blob)));
130 SkASSERT(GrAtlasTextBlob::GetKey(*blob).fUniqueID == fID);
132 auto index = this->findBlobIndex(GrAtlasTextBlob::GetKey(*blob));
145 if (GrAtlasTextBlob::GetKey(*fBlobs[i]) == key) {
159 auto id = GrAtlasTextBlob::GetKey(*blob).fUniqueID;
  /external/skia/tools/
UrlDataManager.h 50 static const SkData& GetKey(const UrlData& data) {
60 static const SkString& GetKey(const UrlData& data) {
  /external/skqp/tools/
UrlDataManager.h 50 static const SkData& GetKey(const UrlData& data) {
60 static const SkString& GetKey(const UrlData& data) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
EapManagement2.h 38 The GetKey() function return the key generated through EAP process, so that the 802.11
82 EFI_EAP_GET_KEY GetKey;
  /external/libchrome/crypto/
p224_spake_unittest.cc 69 EXPECT_EQ(client.GetKey(), server.GetKey());
116 EXPECT_EQ(client.GetKey(), server.GetKey());
  /external/libmojo/mojo/public/cpp/bindings/
map_traits_stl.h 42 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; }
map_traits_wtf_hash_map.h 43 static const K& GetKey(Iterator& iterator) { return iterator->key; }
44 static const K& GetKey(ConstIterator& iterator) { return iterator->key; }
  /external/skia/src/gpu/vk/
GrVkSampler.h 28 static const uint16_t& GetKey(const GrVkSampler& sampler) { return sampler.fKey; }
  /external/skia/tools/sk_app/ios/
Window_ios.h 40 static const Uint32& GetKey(const Window_ios& w) {
  /external/skia/tools/sk_app/mac/
Window_mac.h 40 static const Uint32& GetKey(const Window_mac& w) {
  /external/skqp/src/gpu/vk/
GrVkSampler.h 28 static const uint16_t& GetKey(const GrVkSampler& sampler) { return sampler.fKey; }
  /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));
  /external/v8/tools/testrunner/local/
perfdata.py 65 def GetKey(self, test):
72 key = self.GetKey(test)
79 testkey = self.GetKey(test)
  /system/update_engine/common/
prefs.h 43 virtual bool GetKey(const std::string& key, std::string* value) const = 0;
113 bool GetKey(const std::string& key, std::string* value) const override;
151 bool GetKey(const std::string& key, std::string* value) const override;
  /external/skia/include/private/
SkTHash.h 20 // - static K GetKey(T)
69 if (hash == s.hash && key == Traits::GetKey(s.val)) {
87 if (hash == s.hash && key == Traits::GetKey(s.val)) {
145 const K& key = Traits::GetKey(val);
157 if (hash == s.hash && key == Traits::GetKey(s.val)) {
275 static const K& GetKey(const Pair& p) { return p.key; }
321 static const T& GetKey(const T& item) { return item; }

Completed in 359 milliseconds

1 2 3 4 5 6