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

  /external/libmojo/mojo/public/cpp/bindings/
binding.h 170 bool HasAssociatedInterfaces() const {
171 return internal_state_.HasAssociatedInterfaces();
183 CHECK(!HasAssociatedInterfaces());
198 CHECK(!HasAssociatedInterfaces());
224 CHECK(!HasAssociatedInterfaces());
interface_ptr.h 142 bool HasAssociatedInterfaces() const {
143 return internal_state_.HasAssociatedInterfaces();
179 CHECK(!HasAssociatedInterfaces());
  /external/libmojo/mojo/public/cpp/bindings/lib/
binding_state.cc 19 bool BindingStateBase::HasAssociatedInterfaces() const {
binding_state.h 42 bool HasAssociatedInterfaces() const;
interface_ptr_state.h 109 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 231 milliseconds