Searched refs:d_called (Results 1 – 1 of 1) sorted by relevance
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | interface_ptr_unittest.cc | 629 CImpl(bool* d_called, InterfaceRequest<C> request, in CImpl() argument 631 : d_called_(d_called), binding_(this, std::move(request)), in CImpl() 648 BImpl(bool* d_called, InterfaceRequest<B> request, in BImpl() argument 650 : d_called_(d_called), binding_(this, std::move(request)), in BImpl() 671 bool d_called() const { return d_called_; } in d_called() function in mojo::test::__anon269cf8270111::AImpl 688 EXPECT_FALSE(a_impl.d_called()); in TEST_F() 700 EXPECT_FALSE(a_impl.d_called()); in TEST_F() 702 EXPECT_TRUE(a_impl.d_called()); in TEST_F()
|