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

/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/
H A DGrLayerCache.h30 static const uint32_t& GetKey(const GrPictureInfo& pictInfo) { return pictInfo.fPictureID; } function in struct:GrPictureInfo
142 static const Key& GetKey(const GrCachedLayer& layer) { return layer.fKey; }
H A DGrAADistanceFieldPathRenderer.h64 static inline const Key& GetKey(const PathData& data) { function in struct:GrAADistanceFieldPathRenderer::PathData
H A DGrGlyph.h97 static inline const GrGlyph::PackedID& GetKey(const GrGlyph& glyph) { function in struct:GrGlyph
H A DGrBatchFontCache.h55 static const GrFontDescKey& GetKey(const GrBatchTextStrike& ts) { function in class:GrBatchTextStrike
H A DGrResourceCache.h223 static const GrScratchKey& GetKey(const GrGpuResource& r) { function in struct:GrResourceCache::ScratchMapTraits
232 static const GrUniqueKey& GetKey(const GrGpuResource& r) { return r.getUniqueKey(); } function in struct:GrResourceCache::UniqueHashTraits
H A DGrAtlasTextContext.h227 static const Key& GetKey(const BitmapTextBlob& blob) { function in struct:GrAtlasTextContext::BitmapTextBlob
/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/skia/src/core/
H A DSkTMultiMap.h25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } function in struct:SkTMultiMap::ValueList
H A DSkResourceCache.h83 static const Key& GetKey(const Rec& rec) { return rec.getKey(); } function in struct:SkResourceCache::Rec
H A DSkTDynamicHash.h16 // static const Key& GetKey(const T&) { ... }
98 if (Deleted() != candidate && GetKey(*candidate) == key) {
109 SkASSERT(NULL == 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(cons function in class:SkTDynamicHash
[all...]
H A DSkTHash.h20 // - static K GetKey(T)
66 if (!s.removed() && hash == s.hash && key == Traits::GetKey(s.val)) {
84 if (!s.removed() && hash == s.hash && key == Traits::GetKey(s.val)) {
117 const K& key = Traits::GetKey(val);
132 if (hash == s.hash && key == Traits::GetKey(s.val)) {
243 static const K& GetKey(const Pair& p) { return p.key; } function in struct:SkTHashMap::Pair
286 static const T& GetKey(const T& item) { return item; } function in struct:SkTHashSet::Traits
H A DSkImageFilter.cpp438 static const Key& GetKey(const Value& v) { function in struct:__anon13909::CacheImpl::Value
H A DSkPictureFlat.h341 static const SkFlatData& GetKey(const SkFlatData& flat) { return flat; } function in struct:SkFlatData::HashTraits
/external/skia/tests/
H A DDynamicHashTest.cpp17 static const int& GetKey(const Entry& entry) { return entry.key; } function in struct:__anon14117::Entry
/external/openfst/src/include/fst/extensions/far/
H A Dstlist.h243 const string &GetKey() const { function in class:fst::STListReader
H A Dsttable.h222 const string &GetKey() const { function in class:fst::STTableReader
H A Dfar.h142 virtual const string &GetKey() const = 0;
323 const string &GetKey() const { return reader_->GetKey(); } function in class:fst::STTableFarReader
371 const string &GetKey() const { return reader_->GetKey(); } function in class:fst::STListFarReader
459 const string &GetKey() const { function in class:fst::FstFarReader
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h142 static const Key& GetKey(const AtlasEntry& entry) { return entry.fKey; } function in class:GrTextureStripAtlas::AtlasEntry
/external/v8/src/
H A Dproperty.h33 Handle<Name> GetKey() const { return key_; } function in class:v8::internal::BASE_EMBEDDED
H A Dcode-stubs.h227 uint32_t GetKey() { function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen-instructions.h6540 virtual HValue* GetKey() = 0;
6592 HValue* GetKey() { return key(); } function in class:v8::FINAL::FINAL
7070 HValue* GetKey() { return key(); } function in class:v8::FINAL::FINAL
/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc80 static PyObject* GetKey(PyObject* x) { function in namespace:google::protobuf::python::repeated_composite_container
88 GetKey((value)) : \

Completed in 460 milliseconds