Home
last modified time | relevance | path

Searched refs:Adopted (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/core/
DSkRecords.h105 class Adopted : SkNoncopyable {
107 Adopted(T* ptr) : fPtr(ptr) { SkASSERT(fPtr); }
108 Adopted(Adopted* source) {
113 ~Adopted() { if (fPtr) fPtr->~T(); }
DSkRecord.h92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace()
/external/skia/src/core/
DSkRecords.h106 class Adopted : SkNoncopyable {
108 Adopted(T* ptr) : fPtr(ptr) { SkASSERT(fPtr); }
109 Adopted(Adopted* source) {
114 ~Adopted() { if (fPtr) fPtr->~T(); }
DSkRecord.h92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace()
/external/libchrome/base/memory/
Dref_counted.h116 void Adopted() const { in Adopted() function
182 void Adopted() const { in Adopted() function
Dscoped_refptr.h69 obj->Adopted(); in AdoptRef()
/external/u-boot/doc/
DREADME.m68k77 4. Adopted toolchains
/external/libpng/
DCHANGES2331 Adopted preference for consistent use of "#ifdef" and "#ifndef" versus
/external/python/cpython3/Misc/
DHISTORY7075 - Issue #15230: Adopted a more systematic approach in the runpy tests.