Searched refs:blockVec (Results 1 – 1 of 1) sorted by relevance
302 std::vector<Block>& blockVec = mCurrentBlock->blocks; in operator <<() local303 if (!blockVec.empty()) { in operator <<()304 Block& last = blockVec.back(); in operator <<()312 blockVec.emplace_back(str, mCurrentBlock); in operator <<()317 std::vector<Block>& blockVec = mCurrentBlock->blocks; in printUnlessWrapped() local318 if (!blockVec.empty()) { in printUnlessWrapped()319 blockVec.back().populated = true; in printUnlessWrapped()322 blockVec.emplace_back(str, mCurrentBlock); in printUnlessWrapped()323 blockVec.back().populated = true; in printUnlessWrapped()324 blockVec.back().printUnlessWrapped = true; in printUnlessWrapped()[all …]