Home
last modified time | relevance | path

Searched refs:WILL_PASS_PTR (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/
Dassociated_group.h27 enum AssociatedInterfaceConfig { WILL_PASS_PTR, WILL_PASS_REQUEST }; enumerator
61 if (config == WILL_PASS_PTR) { in CreateAssociatedInterface()
Dassociated_binding.h81 associated_group->CreateAssociatedInterface(AssociatedGroup::WILL_PASS_PTR,
/external/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc79 AssociatedGroup::WILL_PASS_PTR, &ptr_info, &request); in AsyncGetSender()
175 AssociatedGroup::WILL_PASS_PTR, &ptr_info, &request); in TEST_F()
371 AssociatedGroup::WILL_PASS_PTR, &ptr_infos[i], &requests[i]); in TEST_F()
460 AssociatedGroup::WILL_PASS_PTR, &ptr_infos[i], &requests[i]); in TEST_F()
Dsync_method_unittest.cc275 AssociatedGroup::WILL_PASS_PTR, &opposite_asso_ptr_info_, in SetUp()