Searched defs:GetKey (Results 1 - 25 of 64) 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
/external/google-breakpad/src/processor/
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
/external/skia/src/gpu/vk/
H A DGrVkSampler.h28 static const uint16_t& GetKey(const GrVkSampler& sampler) { return sampler.fKey; } function in class:GrVkSampler
/external/skia/tools/sk_app/ios/
H A DWindow_ios.h40 static const Uint32& GetKey(const Window_ios& w) { function in class:sk_app::Window_ios
/external/skia/tools/sk_app/mac/
H A DWindow_mac.h40 static const Uint32& GetKey(const Window_mac& w) { function in class:sk_app::Window_mac
/external/skqp/src/gpu/vk/
H A DGrVkSampler.h28 static const uint16_t& GetKey(const GrVkSampler& sampler) { return sampler.fKey; } function in class:GrVkSampler
/external/skqp/tools/sk_app/ios/
H A DWindow_ios.h35 static const Uint32& GetKey(const Window_ios& w) { function in class:sk_app::Window_ios
/external/skqp/tools/sk_app/mac/
H A DWindow_mac.h35 static const Uint32& GetKey(const Window_mac& w) { function in class:sk_app::Window_mac
/external/libmojo/mojo/public/cpp/bindings/
H A Dmap_traits_stl.h42 static const K& GetKey(Iterator& iterator) { return iterator->first; } function in struct:mojo::MapTraits
43 static const K& GetKey(ConstIterator& iterator) { return iterator->first; } function in struct:mojo::MapTraits
91 static const K& GetKey(Iterator& iterator) { return iterator->first; } function in struct:mojo::MapTraits
92 static const K& GetKey(ConstIterator& iterator) { return iterator->first; } function in struct:mojo::MapTraits
H A Dmap_traits_wtf_hash_map.h43 static const K& GetKey(Iterator& iterator) { return iterator->key; } function in struct:mojo::MapTraits
44 static const K& GetKey(ConstIterator& iterator) { return iterator->key; } function in struct:mojo::MapTraits
/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/skqp/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/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/webrtc/webrtc/examples/turnserver/
H A Dturnserver_main.cc27 virtual bool GetKey(const std::string& username, const std::string& realm, function in class:TurnFileAuth
/external/skia/src/core/
H A DSkImageFilterCache.cpp48 static const Key& GetKey(const Value& v) { function in struct:__anon20673::CacheImpl::Value
H A DSkLRUCache.h91 static const K& GetKey(Entry* e) { function in struct:SkLRUCache::Traits
/external/skia/tests/
H A DDynamicHashTest.cpp17 static const int& GetKey(const Entry& entry) { return entry.key; } function in struct:__anon20931::Entry
/external/skia/tools/sk_app/unix/
H A DWindow_unix.h44 static const XWindow& GetKey(const Window_unix& w) { function in class:sk_app::Window_unix
/external/skqp/src/core/
H A DSkImageFilterCache.cpp48 static const Key& GetKey(const Value& v) { function in struct:__anon21341::CacheImpl::Value
H A DSkLRUCache.h91 static const K& GetKey(Entry* e) { function in struct:SkLRUCache::Traits
/external/skqp/src/gpu/
H A DGrProxyProvider.h220 static const GrUniqueKey& GetKey(const GrTextureProxy& p) { return p.getUniqueKey(); } function in struct:GrProxyProvider::Renderable::UniquelyKeyedProxyHashTraits
/external/skqp/tests/
H A DDynamicHashTest.cpp17 static const int& GetKey(const Entry& entry) { return entry.key; } function in struct:__anon21599::Entry
/external/skqp/tools/sk_app/unix/
H A DWindow_unix.h44 static const XWindow& GetKey(const Window_unix& w) { function in class:sk_app::Window_unix
/external/v8/src/
H A Dproperty.h25 Handle<Name> GetKey() const { return key_; } function in class:v8::internal::BASE_EMBEDDED
/external/libchrome/crypto/
H A Dp224_spake.cc252 const std::string& P224EncryptedKeyExchange::GetKey() const { function in class:crypto::P224EncryptedKeyExchange

Completed in 950 milliseconds

123