Searched defs:GetKey (Results 1 - 25 of 41) sorted by relevance

12

/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/viewer/sk_app/mac/
H A DWindow_mac.h39 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_standard.h33 static const K& GetKey(Iterator& iterator) { return iterator->first; } function in struct:mojo::MapTraits
34 static const K& GetKey(ConstIterator& iterator) { return iterator->first; } function in struct:mojo::MapTraits
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.h34 static const K& GetKey(Iterator& iterator) { return iterator->key; } function in struct:mojo::MapTraits
35 static const K& GetKey(ConstIterator& iterator) { return iterator->key; } 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/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:__anon18179::CacheImpl::Value
H A DSkLRUCache.h91 static const K& GetKey(Entry* e) { function in struct:SkLRUCache::Traits
H A DSkTMultiMap.h24 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } function in struct:SkTMultiMap::ValueList
/external/skia/tests/
H A DDynamicHashTest.cpp17 static const int& GetKey(const Entry& entry) { return entry.key; } function in struct:__anon18456::Entry
/external/skia/tools/viewer/sk_app/unix/
H A DWindow_unix.h43 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.cc249 const std::string& P224EncryptedKeyExchange::GetKey() const { function in class:crypto::P224EncryptedKeyExchange
/external/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp79 bool CKeyInfoCache::GetKey(CKeyInfo &key) function in class:NCrypto::N7z::CKeyInfoCache
141 if (!_cachedKeys.GetKey(_key))
143 finded = g_GlobalKeyCache.GetKey(_key);
/external/skia/src/gpu/
H A DGrGlyph.h95 static inline const GrGlyph::PackedID& GetKey(const GrGlyph& glyph) { function in struct:GrGlyph
H A DGrResourceAllocator.h64 static const GrUniqueKey& GetKey(const GrSurface& s) { return s.getUniqueKey(); } function in struct:GrResourceAllocator::UniqueHashTraits
83 static const uint32_t& GetKey(const Interval& intvl) { function in class:GrResourceAllocator::Interval
/external/skia/src/gpu/text/
H A DGrStencilAndCoverTextContext.h115 static const Key& GetKey(const TextBlob* blob) { return blob->key(); } function in class:GrStencilAndCoverTextContext::TextBlob
/external/vixl/test/
H A Dtest-invalset.cc80 kReclaimFactor>::GetKey(const Obj& obj) { function in class:vixl::InvalSet
/external/webrtc/webrtc/p2p/base/
H A Dtestturnserver.h106 virtual bool GetKey(const std::string& username, const std::string& realm, function in class:cricket::TestTurnServer
/external/protobuf/src/google/protobuf/
H A Dmap_field.h361 const MapKey& GetKey() { function in class:google::protobuf::MapIterator

Completed in 724 milliseconds

12