Lines Matching defs:line
1028 std::ostringstream line;
1036 line << ", ";
1040 line << "(" << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedJ, wrappedK, 0))
1043 log << TestLog::Message << " " << line.str() << TestLog::EndMessage;
1059 std::ostringstream line;
1067 line << ", ";
1071 line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedJ, wrappedK, 0))
1074 log << TestLog::Message << " " << line.str() << TestLog::EndMessage;
1087 std::ostringstream line;
1095 line << ", ";
1099 line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedJ, wrappedK, 0))
1104 log << TestLog::Message << " " << line.str() << TestLog::EndMessage;