Searched refs:EscapedSink (Results 1 – 2 of 2) sorted by relevance
49 friend class EscapedSink;50 class EscapedSink : angle::NonCopyable55 EscapedSink(DebugSink &owner) : mOwner(owner), mBegin(owner.size()) {} in EscapedSink() function58 EscapedSink(EscapedSink &&other) : mOwner(other.mOwner), mBegin(other.mBegin) {} in EscapedSink() function60 ~EscapedSink() in ~EscapedSink()104 EscapedSink escape() { return EscapedSink(*this); } in escape()
828 DebugSink::EscapedSink escapedOut(out.escape()); in EmitName()1432 DebugSink::EscapedSink escapedOut(mOut.escape()); in visitSwizzle()