HomeSort by relevance Sort by last modified time
    Searched defs:InterfaceImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/public/cpp/bindings/
interface_impl.h 15 // InterfaceImpl<..> is designed to be the base class of an interface
19 class InterfaceImpl : public internal::InterfaceImplBase<Interface> {
24 InterfaceImpl() : internal_state_(this) {}
25 virtual ~InterfaceImpl() {}
56 MOJO_DISALLOW_COPY_AND_ASSIGN(InterfaceImpl);
59 // Takes an instance of an InterfaceImpl<..> subclass and binds it to the given
91 // Takes an instance of an InterfaceImpl<..> subclass and binds it to the given
121 // Takes an instance of an InterfaceImpl<..> subclass and binds it to the given
  /external/qemu/qom/
object.c 31 typedef struct InterfaceImpl InterfaceImpl;
34 struct InterfaceImpl
65 InterfaceImpl interfaces[MAX_INTERFACES];
    [all...]

Completed in 452 milliseconds