Home | History | Annotate | Download | only in Inputs

Lines Matching refs:string_table

156     self.string_table = strings
159 end = self.string_table.index('\x00', index)
160 return self.string_table[index:end]