Searched refs:TestCustomAAResult (Results 1 – 1 of 1) sorted by relevance
77 struct TestCustomAAResult : AAResultBase<TestCustomAAResult> { struct78 friend AAResultBase<TestCustomAAResult>;82 explicit TestCustomAAResult(std::function<void()> CB) in TestCustomAAResult() argument84 TestCustomAAResult(TestCustomAAResult &&Arg) in TestCustomAAResult() argument102 std::unique_ptr<TestCustomAAResult> Result;119 Result.reset(new TestCustomAAResult(std::move(CB))); in doInitialization()128 TestCustomAAResult &getResult() { return *Result; } in getResult()129 const TestCustomAAResult &getResult() const { return *Result; } in getResult()