Searched refs:count_ptr (Results 1 – 4 of 4) sorted by relevance
75 int* __block count_ptr = count.get(); in TEST_F() local84 LOG(INFO) << "Receieve " << *count_ptr; in TEST_F()85 ++(*count_ptr); in TEST_F()109 count_ptr = reinterpret_cast<int*>(0xdeaddead); in TEST_F()
233 void set(T* const pT, counter_t* const count_ptr) in set() argument252 m_count_ptr = count_ptr; in set()253 if (count_ptr) in set()
215 extern int *count_ptr;221 int *ns::count_ptr = &count; member in test2::ns
75 count_ptr = self.valobj.CreateChildAtOffset("count_ptr",79 count_ptr.GetValueAsUnsigned()+2*self.sys_params.pointer_size,