Searched refs:extras (Results 1 – 1 of 1) sorted by relevance
183 std::string extras; in Dump() local186 StringAppendF(&extras, " (%zd elements)", element_count); in Dump()191 StringAppendF(&extras, " \"%s\"", utf8.c_str()); in Dump()193 StringAppendF(&extras, " \"%.16s... (%d chars)", utf8.c_str(), s->GetLength()); in Dump()196 os << StringPrintf(" %5d: ", idx) << ref << " " << className << extras << "\n"; in Dump()