Home | History | Annotate | Download | only in tools

Lines Matching refs:to_string

1133     self.to_string = self.ObjectField(self.ToStringOffset())
1140 if self.to_string:
1141 return "Oddball(%08x, <%s>)" % (self.address, self.to_string.GetChars())