Searched refs:type_code (Results 1 – 2 of 2) sorted by relevance
193 virtual char type_code() const = 0;207 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {} in Format() argument210 virtual char type_code() const { return type_code_; } in type_code() function in vixl::Format1294 if (format_tok->type_code() == 'i') { in Run()1390 if (format()->type_code() == 'i') { in Run()
112 for (int type_code = 0; type_code < kTypeCodeCount; type_code++) { in PopulateTable() local113 max_id_[type_code] = 0; in PopulateTable()