OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decPtr
(Results
1 - 8
of
8
) sorted by null
/external/skia/src/core/
SkFlattenable.cpp
39
// call this now, while our
decPtr
() is sill in scope
47
void SkRefCntSet::
decPtr
(void* ptr) {
SkPtrRecorder.h
19
* and
decPtr
(). incPtr() is called each time a unique ptr is added ot the
20
* set.
decPtr
() is called on each ptr when the set is destroyed or reset.
50
* incPtr() and
decPtr
() are not called during this operation.
55
* Call
decPtr
() on each ptr in the set, and the reset the size of the set
83
virtual void
decPtr
(void*) {}
125
* base class's incPtr() and
decPtr
() are called. This makes it a valid owner
135
virtual void
decPtr
(void*);
/external/skqp/src/core/
SkFlattenable.cpp
39
// call this now, while our
decPtr
() is sill in scope
47
void SkRefCntSet::
decPtr
(void* ptr) {
SkPtrRecorder.h
19
* and
decPtr
(). incPtr() is called each time a unique ptr is added ot the
20
* set.
decPtr
() is called on each ptr when the set is destroyed or reset.
50
* incPtr() and
decPtr
() are not called during this operation.
55
* Call
decPtr
() on each ptr in the set, and the reset the size of the set
83
virtual void
decPtr
(void*) {}
125
* base class's incPtr() and
decPtr
() are called. This makes it a valid owner
135
virtual void
decPtr
(void*);
/external/lz4/examples/
blockStreaming_doubleBuffer.c
101
char* const
decPtr
= decBuf[decBufIndex];
103
lz4StreamDecode, cmpBuf,
decPtr
, cmpBytes, BLOCK_BYTES);
107
write_bin(outFp,
decPtr
, (size_t) decBytes);
blockStreaming_lineByLine.c
106
char* const
decPtr
= &decBuf[decOffset];
108
lz4StreamDecode, cmpBuf,
decPtr
, cmpBytes, (int) messageMaxBytes);
110
write_bin(outFp,
decPtr
, decBytes);
HCStreaming_ringBuffer.c
110
{ char* const
decPtr
= &decBuf[decOffset];
112
lz4StreamDecode, cmpBuf,
decPtr
, cmpBytes, MESSAGE_MAX_BYTES);
117
write_bin(outFp,
decPtr
, decBytes);
blockStreaming_ringBuffer.c
100
{ char* const
decPtr
= &decBuf[decOffset];
102
lz4StreamDecode, cmpBuf,
decPtr
, cmpBytes, MESSAGE_MAX_BYTES);
105
write_bin(outFp,
decPtr
, decBytes);
Completed in 1085 milliseconds