Searched refs:string_id (Results 1 – 2 of 2) sorted by relevance
298 for (const auto& string_id : string_ids) { in PrintLogs() local300 if (!ParseInt(string_id, &result, 0, 7)) { in PrintLogs()301 fprintf(stderr, "Could not parse buffer_id '%s'\n", string_id.c_str()); in PrintLogs()
161 def string(self, string_id): argument162 return self.string_table[string_id]