Searched defs:type_code (Results 1 – 2 of 2) sorted by relevance
207 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {} in Format()210 virtual char type_code() const { return type_code_; } in type_code() function in vixl::Format
112 for (int type_code = 0; type_code < kTypeCodeCount; type_code++) { in PopulateTable() local