Searched refs:Adopted (Results 1 – 13 of 13) sorted by relevance
109 class Adopted {111 Adopted(T* ptr) : fPtr(ptr) { SkASSERT(fPtr); } in Adopted() function112 Adopted(Adopted* source) { in Adopted() function117 ~Adopted() { if (fPtr) fPtr->~T(); } in ~Adopted()122 Adopted(const Adopted&) = delete;123 Adopted& operator=(const Adopted&) = delete;
92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace()
65 void Adopted() const {} in Adopted() function107 void Adopted() const {} in Adopted() function
68 obj->Adopted(); in AdoptRef()
145 void Adopted() const { in Adopted() function217 void Adopted() const { in Adopted() function
111 obj->Adopted(); in AdoptRef()
425 10 14/10/09 Ben Bowman Adopted resolutions of the OpenGL ES working group
435 10 14/10/09 Ben Bowman Adopted resolutions of the OpenGL ES working group
212 Adopted
2330 Adopted preference for consistent use of "#ifdef" and "#ifndef" versus
7075 - Issue #15230: Adopted a more systematic approach in the runpy tests.