Searched refs:pc2 (Results 1 – 2 of 2) sorted by relevance
2014 char* pc2 = new char[2]; in TEST_F() local2017 memcpy(pc2, &m_nData, 1); in TEST_F()2018 pc2[1] = '\0'; in TEST_F()2020 myThreadData.setData(pc2); in TEST_F()
60 …mpMinCol(const std::pair<sal_uInt16,sal_uInt16> & pc1,const std::pair<sal_uInt16,sal_uInt16> &pc2) in CompMinCol() argument62 return pc1.first < pc2.first; in CompMinCol()
Completed in 19 milliseconds