Home
last modified time | relevance | path

Searched refs:thread_safe_ptr (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc853 scoped_refptr<math::ThreadSafeCalculatorPtr> thread_safe_ptr = in TEST_P() local
861 const scoped_refptr<math::ThreadSafeCalculatorPtr>& thread_safe_ptr) { in TEST_P() argument
875 (*thread_safe_ptr) in TEST_P()
880 thread_safe_ptr); in TEST_P()
896 scoped_refptr<math::ThreadSafeCalculatorPtr> thread_safe_ptr = in TEST_P() local
899 ASSERT_TRUE(thread_safe_ptr); in TEST_P()
907 const scoped_refptr<math::ThreadSafeCalculatorPtr>& thread_safe_ptr, in TEST_P()
916 thread_safe_ptr, base::Passed(&request), &math_calc_impl); in TEST_P()
929 (*thread_safe_ptr) in TEST_P()
939 thread_safe_ptr = nullptr; in TEST_P()
Dassociated_interface_unittest.cc1131 scoped_refptr<ThreadSafeIntegerSenderAssociatedPtr> thread_safe_ptr = in TEST_F() local
1145 (*thread_safe_ptr) in TEST_F()
1156 thread_safe_ptr = nullptr; in TEST_F()
Dsync_method_unittest.cc218 scoped_refptr<ThreadSafeInterfacePtr<Interface>> thread_safe_ptr) in PtrWrapper() argument
219 : thread_safe_ptr_(thread_safe_ptr) {} in PtrWrapper()