Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkRecords.h109 class Adopted {
111 Adopted(T* ptr) : fPtr(ptr) { SkASSERT(fPtr); } in Adopted() function
112 Adopted(Adopted* source) { in Adopted() function
117 ~Adopted() { if (fPtr) fPtr->~T(); } in ~Adopted()
122 Adopted(const Adopted&) = delete;
123 Adopted& operator=(const Adopted&) = delete;
DSkRecord.h92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace()
/third_party/gn/src/base/memory/
Dref_counted.h65 void Adopted() const {} in Adopted() function
107 void Adopted() const {} in Adopted() function
Dscoped_refptr.h68 obj->Adopted(); in AdoptRef()
/third_party/cef/include/base/
Dcef_ref_counted.h145 void Adopted() const { in Adopted() function
217 void Adopted() const { in Adopted() function
Dcef_scoped_refptr.h111 obj->Adopted(); in AdoptRef()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_vertex_array_object.txt425 10 14/10/09 Ben Bowman Adopted resolutions of the OpenGL ES working group
/third_party/openGLES/extensions/OES/
DOES_vertex_array_object.txt435 10 14/10/09 Ben Bowman Adopted resolutions of the OpenGL ES working group
/third_party/harfbuzz/perf/texts/
Den-words.txt212 Adopted
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt212 Adopted
/third_party/flutter/skia/third_party/externals/libpng/
DCHANGES2330 Adopted preference for consistent use of "#ifdef" and "#ifndef" versus
/third_party/skia/third_party/externals/libpng/
DCHANGES2330 Adopted preference for consistent use of "#ifdef" and "#ifndef" versus
/third_party/python/Misc/
DHISTORY7075 - Issue #15230: Adopted a more systematic approach in the runpy tests.