OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decptr
(Results
1 - 8
of
8
) sorted by null
/external/skia/include/core/
SkPtrRecorder.h
26
* and
decPtr
(). incPtr() is called each time a unique ptr is added ot the
27
* set.
decPtr
() is called on each ptr when the set is destroyed or reset.
55
* incPtr() and
decPtr
() are not called during this operation.
60
* Call
decPtr
() on each ptr in the set, and the reset the size of the set
67
virtual void
decPtr
(void* ptr) {}
SkFlattenable.h
133
* base class's incPtr() and
decPtr
() are called. This makes it a valid owner
143
virtual void
decPtr
(void*);
/external/skia/src/core/
SkPtrRecorder.cpp
8
this->
decPtr
(p->fPtr);
SkFlattenable.cpp
223
// call this now, while our
decPtr
() is sill in scope
231
void SkRefCntSet::
decPtr
(void* ptr) {
/external/ppp/pppd/
ipcp.c
[
all
...]
ipxcp.c
1056
DECPTR
(sizeof (u_int32_t), p);
1066
DECPTR
(sizeof (u_int32_t), p);
1186
DECPTR
(sizeof (u_int16_t), p);
[
all
...]
ipv6cp.c
961
DECPTR
(sizeof(ifaceid), p);
972
DECPTR
(sizeof(ifaceid), p);
[
all
...]
pppd.h
757
#define
DECPTR
(n, cp) ((cp) -= (n))
[
all
...]
Completed in 1074 milliseconds