Searched refs:d_called_ (Results 1 – 1 of 1) sorted by relevance
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | interface_ptr_unittest.cc | 631 : d_called_(d_called), binding_(this, std::move(request)), in CImpl() 637 *d_called_ = true; in D() 641 bool* d_called_; member in mojo::test::__anonab43b1a50111::CImpl 650 : d_called_(d_called), binding_(this, std::move(request)), in BImpl() 656 new CImpl(d_called_, std::move(c), closure_); in GetC() 659 bool* d_called_; member in mojo::test::__anonab43b1a50111::BImpl 667 : d_called_(false), binding_(this, std::move(request)), in AImpl() 671 bool d_called() const { return d_called_; } in d_called() 675 new BImpl(&d_called_, std::move(b), closure_); in GetB() 678 bool d_called_; member in mojo::test::__anonab43b1a50111::AImpl
|