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

1 2 3 4

  /external/webrtc/webrtc/libjingle/xmpp/
pubsubstateclient.cc 15 std::string PublishedNickKeySerializer::GetKey(
20 std::string PublisherAndPublishedNicksKeySerializer::GetKey(
  /external/google-breakpad/src/processor/
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/gpu/vk/
GrVkSampler.h 28 static const uint16_t& GetKey(const GrVkSampler& sampler) { return sampler.fKey; }
  /external/skqp/src/gpu/vk/
GrVkSampler.h 28 static const uint16_t& GetKey(const GrVkSampler& sampler) { return sampler.fKey; }
  /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/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/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/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/v8/src/
property.h 25 Handle<Name> GetKey() const { return key_; }
  /external/v8/tools/testrunner/local/
perfdata.py 65 def GetKey(self, test):
72 key = self.GetKey(test)
79 testkey = self.GetKey(test)
  /external/webrtc/webrtc/examples/turnserver/
turnserver_main.cc 27 virtual bool GetKey(const std::string& username, const std::string& realm,
  /tools/dexter/slicer/
dex_ir.cc 57 MethodKey MethodsHasher::GetKey(const EncodedMethod* method) const {
  /external/skia/tests/
DynamicHashTest.cpp 17 static const int& GetKey(const Entry& entry) { return entry.key; }
  /external/skia/tools/
UrlDataManager.h 50 static const SkData& GetKey(const UrlData& data) {
60 static const SkString& GetKey(const UrlData& data) {
  /external/skqp/src/gpu/
GrProxyProvider.h 220 static const GrUniqueKey& GetKey(const GrTextureProxy& p) { return p.getUniqueKey(); }
  /external/skqp/tests/
DynamicHashTest.cpp 17 static const int& GetKey(const Entry& entry) { return entry.key; }
  /external/skqp/tools/
UrlDataManager.h 50 static const SkData& GetKey(const UrlData& data) {
60 static const SkString& GetKey(const UrlData& data) {
  /external/webrtc/webrtc/p2p/base/
testturnserver.h 106 virtual bool GetKey(const std::string& username, const std::string& realm,
  /external/libchrome/crypto/
p224_spake.cc 252 const std::string& P224EncryptedKeyExchange::GetKey() const {
  /external/skia/src/core/
SkImageFilterCache.cpp 48 static const Key& GetKey(const Value& v) {
SkLRUCache.h 91 static const K& GetKey(Entry* e) {
  /external/skia/src/gpu/
GrProxyProvider.h 243 static const GrUniqueKey& GetKey(const GrTextureProxy& p) { return p.getUniqueKey(); }

Completed in 2648 milliseconds

1 2 3 4