HomeSort by relevance Sort by last modified time
    Searched refs:HasAssociatedInterfaces (Results 1 - 5 of 5) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/
binding.h 156 bool HasAssociatedInterfaces() const {
157 return internal_state_.HasAssociatedInterfaces();
169 CHECK(!HasAssociatedInterfaces());
184 CHECK(!HasAssociatedInterfaces());
205 CHECK(!HasAssociatedInterfaces());
interface_ptr.h 125 bool HasAssociatedInterfaces() const {
126 return internal_state_.HasAssociatedInterfaces();
157 CHECK(!HasAssociatedInterfaces());
  /external/libmojo/mojo/public/cpp/bindings/lib/
binding_state.h 66 bool HasAssociatedInterfaces() const { return false; }
169 bool HasAssociatedInterfaces() const {
interface_ptr_state.h 109 bool HasAssociatedInterfaces() const { return false; }
257 bool HasAssociatedInterfaces() const {
  /external/libmojo/mojo/public/cpp/bindings/tests/
associated_interface_unittest.cc 576 EXPECT_FALSE(connection.binding()->HasAssociatedInterfaces());
589 EXPECT_TRUE(connection.binding()->HasAssociatedInterfaces());

Completed in 123 milliseconds