Searched refs:math_calc_impl (Results 1 – 1 of 1) sorted by relevance
901 MathCalculatorImpl* math_calc_impl = nullptr; in TEST_P() local909 MathCalculatorImpl** math_calc_impl) { in TEST_P() argument912 *math_calc_impl = new MathCalculatorImpl(std::move(request)); in TEST_P()916 thread_safe_ptr, base::Passed(&request), &math_calc_impl); in TEST_P()935 other_thread_task_runner->DeleteSoon(FROM_HERE, math_calc_impl); in TEST_P()