Searched refs:_Second (Results 1 – 1 of 1) sorted by relevance
330 std::unique_ptr<PPCallbacks> _Second) in PPChainedCallbacks() argument331 : First(std::move(_First)), Second(std::move(_Second)) {} in PPChainedCallbacks()