Lines Matching refs:OwnedArenas
114 // OwnedArenas should instantiate these before passing the bare pointer off to this struct.
120 GrRecordingContext::OwnedArenas::OwnedArenas(bool ddlRecording) : fDDLRecording(ddlRecording) {}
121 GrRecordingContext::OwnedArenas::~OwnedArenas() {}
123 GrRecordingContext::OwnedArenas& GrRecordingContext::OwnedArenas::operator=(OwnedArenas&& a) {
130 GrRecordingContext::Arenas GrRecordingContext::OwnedArenas::get() {
143 GrRecordingContext::OwnedArenas&& GrRecordingContext::detachArenas() {