OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkFlattenable.cpp
47
// call this now, while our
decPtr
() is sill in scope
55
void SkRefCntSet::
decPtr
(void* ptr) {
SkPtrRecorder.h
20
* and
decPtr
(). incPtr() is called each time a unique ptr is added ot the
21
* set.
decPtr
() is called on each ptr when the set is destroyed or reset.
51
* incPtr() and
decPtr
() are not called during this operation.
56
* Call
decPtr
() on each ptr in the set, and the reset the size of the set
84
virtual void
decPtr
(void*) {}
126
* base class's incPtr() and
decPtr
() are called. This makes it a valid owner
136
virtual void
decPtr
(void*);
Completed in 243 milliseconds