Searched refs:thread_safe_ptr (Results 1 – 3 of 3) sorted by relevance
853 scoped_refptr<math::ThreadSafeCalculatorPtr> thread_safe_ptr = in TEST_P() local861 const scoped_refptr<math::ThreadSafeCalculatorPtr>& thread_safe_ptr) { in TEST_P() argument875 (*thread_safe_ptr) in TEST_P()880 thread_safe_ptr); in TEST_P()896 scoped_refptr<math::ThreadSafeCalculatorPtr> thread_safe_ptr = in TEST_P() local899 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()
1131 scoped_refptr<ThreadSafeIntegerSenderAssociatedPtr> thread_safe_ptr = in TEST_F() local1145 (*thread_safe_ptr) in TEST_F()1156 thread_safe_ptr = nullptr; in TEST_F()
218 scoped_refptr<ThreadSafeInterfacePtr<Interface>> thread_safe_ptr) in PtrWrapper() argument219 : thread_safe_ptr_(thread_safe_ptr) {} in PtrWrapper()