Home
last modified time | relevance | path

Searched defs:encountered_error (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dassociated_interface_ptr_state.h106 bool encountered_error() const { in encountered_error() function
Dinterface_ptr_state.h124 bool encountered_error() const { in encountered_error() function
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_ptr.h149 bool encountered_error() const { return internal_state_.encountered_error(); } in encountered_error() function
Dassociated_interface_ptr.h132 bool encountered_error() const { return internal_state_.encountered_error(); } in encountered_error() function
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc98 bool encountered_error = false; in TEST_F() local
321 bool encountered_error = false; in TEST_F() local
Dinterface_ptr_unittest.cc62 bool encountered_error() const { return calculator_.encountered_error(); } in encountered_error() function in mojo::test::__anonab43b1a50111::MathCalculatorUI
346 bool encountered_error = false; in TEST_F() local