Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc635 : d_called_(d_called), closure_(closure) {} in CImpl()
640 *d_called_ = true; in D()
644 bool* d_called_; member in mojo::test::__anon2de557fa0111::CImpl
651 : d_called_(d_called), closure_(closure) {} in BImpl()
656 MakeStrongBinding(std::make_unique<CImpl>(d_called_, closure_), in GetC()
660 bool* d_called_; member in mojo::test::__anon2de557fa0111::BImpl
667 : d_called_(false), binding_(this, std::move(request)), in AImpl()
671 bool d_called() const { return d_called_; } in d_called()
675 MakeStrongBinding(std::make_unique<BImpl>(&d_called_, closure_), in GetB()
679 bool d_called_; member in mojo::test::__anon2de557fa0111::AImpl