Home
last modified time | relevance | path

Searched refs:math_calc_impl (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc901 MathCalculatorImpl* math_calc_impl = nullptr; in TEST_P() local
909 MathCalculatorImpl** math_calc_impl) { in TEST_P() argument
912 *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()