Lines Matching refs:outstr
77 outstr = format_offset(begin_offset, sym_size)
79 outstr = format_offset(begin_offset, outerSize)
81 outstr = O.format("{:s}{VT.DarkRed}{{{:s}}}{VT.Default}",
86 outstr += O.format(" {0}", typedef)
88 outstr += O.format(" ({VT.DarkMagenta}anonymous {0}{VT.Default})", ctype)
90 outstr += O.format(" ({VT.DarkMagenta}{0} {1}{VT.Default})", ctype, symbol.GetName())
92 outstr += O.format(" {0} {{", memberName)
94 outstr += ") {"
96 print(outstr)
165 outstr = format_offset(m_offset, m_size)
167 outstr += O.format("{VT.DarkRed}{{{:s}}}{VT.Default}",
170 outstr += O.format(" ({VT.DarkGreen}{:s} : {:s}{VT.Default}) {:s}",
175 outstr += O.format(" ({VT.DarkGreen}{:s}{VT.Default}) {:s}",
177 print(outstr)