Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc497 class StrongMathCalculatorImpl : public math::Calculator { class
499 StrongMathCalculatorImpl(bool* destroyed) : destroyed_(destroyed) {} in StrongMathCalculatorImpl() function in mojo::test::__anon2de557fa0111::StrongMathCalculatorImpl
500 ~StrongMathCalculatorImpl() override { *destroyed_ = true; } in ~StrongMathCalculatorImpl()
529 MakeStrongBinding(std::make_unique<StrongMathCalculatorImpl>(&destroyed), in TEST()