Searched refs:AutoPointer (Results 1 – 2 of 2) sorted by relevance
79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef261 virtual SyntheticChildrenFrontEnd::AutoPointer346 SyntheticChildrenFrontEnd::AutoPointer348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()372 SyntheticChildrenFrontEnd::AutoPointer374 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()451 SyntheticChildrenFrontEnd::AutoPointer453 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
139 TEST(Values, AutoPointer) { in TEST() argument