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