OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resetScratch
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Analysis/
UninitializedValues.cpp
129
void
resetScratch
();
191
void CFGBlockValues::
resetScratch
() {
748
vals.
resetScratch
();
/external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h
507
// Only valid until the next call to
resetScratch
().
508
const SkFlatData& scratch = this->
resetScratch
(element, this->count()+1);
522
// This reference is valid only until the next call to
resetScratch
() or detachScratch().
523
const SkFlatData&
resetScratch
(const T& element, int index) {
Completed in 97 milliseconds