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

  /external/libmojo/mojo/public/cpp/bindings/lib/
associated_interface_ptr_state.h 97 AssociatedInterfacePtrInfo<Interface> PassInterface() {
interface_ptr_state.h 115 InterfacePtrInfo<Interface> PassInterface() {
  /external/libmojo/mojo/public/cpp/bindings/
interface_ptr.h 34 // any version information) using PassInterface(), pass it to a different
169 // It is an error to call PassInterface() while:
178 InterfacePtrInfo<Interface> PassInterface() {
184 return state.PassInterface();
associated_interface_ptr.h 151 // It is an error to call PassInterface() while there are pending responses.
154 AssociatedInterfacePtrInfo<Interface> PassInterface() {
159 return state.PassInterface();

Completed in 85 milliseconds