Searched refs:resetScratch (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h504 // Only valid until the next call to resetScratch().
505 const SkFlatData& scratch = this->resetScratch(element, this->count()+1);
519 // This reference is valid only until the next call to resetScratch() or detachScratch().
520 const SkFlatData& resetScratch(const T& element, int index) { function in class:SkFlatDictionary
/external/skia/src/core/
H A DSkPictureFlat.h504 // Only valid until the next call to resetScratch().
505 const SkFlatData& scratch = this->resetScratch(element, this->count()+1);
519 // This reference is valid only until the next call to resetScratch() or detachScratch().
520 const SkFlatData& resetScratch(const T& element, int index) { function in class:SkFlatDictionary
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp129 void resetScratch();
191 void CFGBlockValues::resetScratch() { function in class:CFGBlockValues
748 vals.resetScratch();

Completed in 349 milliseconds