Home
last modified time | relevance | path

Searched refs:PassInterface (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dinterface_ptr.h184 InterfacePtrInfo<Interface> PassInterface() { in PassInterface() function
190 return state.PassInterface(); in PassInterface()
Dassociated_interface_ptr.h157 AssociatedInterfacePtrInfo<Interface> PassInterface() { in PassInterface() function
162 return state.PassInterface(); in PassInterface()
DREADME.md193 An `InterfacePtr<T>` may be unbound by calling its `PassInterface()` method,
/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_interface_ptr_state.h127 AssociatedInterfacePtrInfo<Interface> PassInterface() { in PassInterface() function
Dinterface_ptr_state.h154 InterfacePtrInfo<Interface> PassInterface() { in PassInterface() function
Dinterface_serialization.h83 InterfacePtrInfo<T> info = input.PassInterface();
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_macros.tmpl94 , param_{{param.name}}_(param_{{param.name}}.PassInterface())
/external/libchrome/ipc/
Dipc_mojo_perftest.cc301 ignore_result(ping_receiver_.PassInterface().PassHandle().release()); in RunPingPongServer()
446 ignore_result(driver_ptr_.PassInterface().PassHandle().release()); in RunInterfacePassingServer()
Dipc_cpu_perftest.cc295 ignore_result(ping_receiver_.PassInterface().PassHandle().release()); in RunPingPongServer()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dunion_unittest.cc1155 handle->set_f_small_cache(ptr.PassInterface()); in TEST()
1170 HandleUnionPtr handle = HandleUnion::NewFSmallCache(ptr.PassInterface()); in TEST()
1185 handle->set_f_small_cache(ptr.PassInterface()); in TEST()
Dinterface_ptr_unittest.cc897 math::ThreadSafeCalculatorPtr::Create(ptr.PassInterface(), in TEST_P()