Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_interface_ptr_state.h47 bool encountered_error() const { in encountered_error() function
Dinterface_ptr_state.h49 bool encountered_error() const { in encountered_error() function
/external/libchrome/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h69 bool encountered_error() const { in encountered_error() function
Dinterface_ptr.h154 bool encountered_error() const { return internal_state_.encountered_error(); } in encountered_error() function
Dconnector.h115 bool encountered_error() const { in encountered_error() function
Dassociated_interface_ptr.h134 bool encountered_error() const { return internal_state_.encountered_error(); } in encountered_error() function
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc90 bool encountered_error = false; in TEST_P() local
540 bool encountered_error = false; in TEST_P() local
Dinterface_ptr_unittest.cc72 bool encountered_error() const { return calculator_.encountered_error(); } in encountered_error() function in mojo::test::__anoncb29e6d80111::MathCalculatorUI
363 bool encountered_error = false; in TEST_P() local