Lines Matching refs:outstr
73 outstr = format_offset(begin_offset, sym_size)
75 outstr = format_offset(begin_offset, outerSize)
77 outstr = O.format("{:s}{VT.DarkRed}{{{:s}}}{VT.Default}",
82 outstr += O.format(" {0}", typedef)
84 outstr += O.format(" ({VT.DarkMagenta}anonymous {0}{VT.Default})", ctype)
86 outstr += O.format(" ({VT.DarkMagenta}{0} {1}{VT.Default})", ctype, symbol.GetName())
88 outstr += O.format(" {0} {{", memberName)
90 outstr += ") {"
92 print(outstr)
161 outstr = format_offset(m_offset, m_size)
163 outstr += O.format("{VT.DarkRed}{{{:s}}}{VT.Default}",
166 outstr += O.format(" ({VT.DarkGreen}{:s} : {:s}{VT.Default}) {:s}",
171 outstr += O.format(" ({VT.DarkGreen}{:s}{VT.Default}) {:s}",
173 print(outstr)