Lines Matching refs:cell
2002 Cell<int> cell; in test() local
2003 cell.data = 0; // \ in test()
2005 cell.foo(); in test()
2006 cell.mu_.Lock(); in test()
2007 cell.fooEx(); in test()
2008 cell.mu_.Unlock(); in test()
4104 Cell<int> cell; in test() local
4105 elr(&cell); // \ in test()
4117 Cell<int> cell; in globalTest() local
4118 globalELR(&cell); // \ in globalTest()
4138 Cell<int> cell; in globalTest2() local
4139 globalELR2(&cell); // \ in globalTest2()
4154 Cell<int> cell; in testFooT() local
4156 foo.elr(&cell); // \ in testFooT()