Searched refs:GetColCount (Results 1 – 4 of 4) sorted by relevance
114 ASSERT_EQ(sheet.GetColCount(), tv.sheet[i].count_col); in TEST_P()116 for (size_t col = 0; col < sheet.GetColCount(); ++col) { in TEST_P()
98 size_t LibXlsSheet::GetColCount() const { return col_; } in GetColCount() function in LibXlsSheet139 if (col >= GetColCount()) { in GetCell()
40 size_t GetColCount() const;
63 for (size_t col = 0; col < sheet->GetColCount(); ++col) { in main()