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

1 2 3 4 5

  /external/webrtc/webrtc/libjingle/xmpp/
pubsubstateclient.cc 15 std::string PublishedNickKeySerializer::GetKey(
20 std::string PublisherAndPublishedNicksKeySerializer::GetKey(
  /external/skia/src/gpu/
GrLayerCache.h 32 static const uint32_t& GetKey(const GrPictureInfo& pictInfo) { return pictInfo.fPictureID; }
146 static const Key& GetKey(const GrCachedLayer& layer) { return layer.fKey; }
GrGlyph.h 94 static inline const GrGlyph::PackedID& GetKey(const GrGlyph& glyph) {
  /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/webrtc/webrtc/examples/turnserver/
turnserver_main.cc 27 virtual bool GetKey(const std::string& username, const std::string& realm,
  /external/skia/src/core/
SkTMultiMap.h 25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); }
SkGlyph.h 137 static uint32_t GetKey(const SkGlyph& glyph) {
SkResourceCache.h 80 uint32_t getHash() const { return this->getKey().hash(); }
82 virtual const Key& getKey() const = 0;
91 static const Key& GetKey(const Rec& rec) { return rec.getKey(); }
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/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/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/v8/src/
property.h 32 Handle<Name> GetKey() const { return key_; }
code-stubs.h 266 uint32_t GetKey() {
    [all...]
  /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/p2p/base/
testturnserver.h 106 virtual bool GetKey(const std::string& username, const std::string& realm,
  /external/libchrome/crypto/
p224_spake.cc 249 const std::string& P224EncryptedKeyExchange::GetKey() const {
  /external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.h 68 static inline const Key& GetKey(const PathData& data) {
  /external/libweave/third_party/chromium/crypto/
p224_spake.cc 266 const std::string& P224EncryptedKeyExchange::GetKey() const {
  /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/skia/src/gpu/effects/
GrTextureStripAtlas.h 144 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; }
  /external/skia/src/gpu/text/
GrBatchFontCache.h 78 static const GrFontDescKey& GetKey(const GrBatchTextStrike& ts) {
116 GrBatchTextStrike* strike = fCache.find(*(scaler->getKey()));
211 GrBatchTextStrike* strike = new GrBatchTextStrike(this, scaler->getKey());
GrStencilAndCoverTextContext.h 117 static const Key& GetKey(const TextBlob* blob) { return blob->key(); }
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field.h 361 const MapKey& GetKey() {
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 80 static PyObject* GetKey(PyObject* x) {
88 GetKey((value)) : \

Completed in 520 milliseconds

1 2 3 4 5