Searched refs:TypeToCString (Results 1 – 2 of 2) sorted by relevance
173 static const char *TypeToCString(Type t);
293 const char *FormatEntity::Entry::TypeToCString(Type t) { in TypeToCString() function in FormatEntity::Entry364 s.Printf("%*.*s%-20s: ", depth * 2, depth * 2, "", TypeToCString(type)); in Dump()