Lines Matching refs:second
94 std::cout << " fileName : " << it->second.first <<std::endl;
106 int scriptId = scriptIdIt->second;
109 if (it != fileSource_.end() && it->second.second.empty()) {
114 it->second.second.push_back(line);
118 it->second.second.push_back(fileSource.substr(startPos));
129 for (const std::string& value : it->second.second) {
132 return it->second.second;
171 std::cout << (debugLineNum_ + 1) << " " << it->second.second[debugLineNum_] << std::endl;
190 if (startLine >= static_cast<int>(it->second.second.size()) + STATR_LINE_OFFSET ||
193 static_cast<int>(it->second.second.size()) << " lines" << std::endl;
203 if (endLine > static_cast<int>(it->second.second.size())) {
204 endLine = static_cast<int>(it->second.second.size());
207 std::cout << (showLine + 1) << " " << it->second.second[showLine] << std::endl;
215 if (startLine > static_cast<int>(it->second.second.size()) ||
216 endLine > static_cast<int>(it->second.second.size()) || startLine < 1) {
218 static_cast<int>(it->second.second.size()) << " lines" << std::endl;
221 if (endLine > static_cast<int>(it->second.second.size())) {
222 endLine = static_cast<int>(it->second.second.size());
225 std::cout << (showLine + 1) << " " << it->second.second[showLine] << std::endl;
249 if (endLine > static_cast<int>(it->second.second.size())) {
250 endLine = static_cast<int>(it->second.second.size());
253 std::cout << (showLine + 1) << " " << it->second.second[showLine] << std::endl;