Searched refs:cells_ (Results 1 – 2 of 2) sorted by relevance
52 CellMap cells_; member in webrtc::Row107 : cells_(), in Row()112 for (CellMap::iterator it = cells_.begin(); it != cells_.end();) { in ~Row()115 cells_.erase(it++); in ~Row()123 assert(cells_.count(column_name) == 0); in InsertCell()124 if (cells_.count(column_name) > 0) in InsertCell()126 cells_[column_name] = value_container; in InsertCell()133 const Container* container = cells_[column_name]; in ToString()
825 cells_ = chunk_->markbits()->cells(); in MarkBitCellIterator()835 return &cells_[cell_index_]; in CurrentCell()852 return cells_[cell_index_ + 1]; in PeekNext()859 MarkBit::CellType* cells_; variable