Searched refs:AppendLiteral (Results 1 – 6 of 6) sorted by relevance
82 writer.AppendLiteral("C|"); in DumpAllCpuStats()84 writer.AppendLiteral("|"); in DumpAllCpuStats()87 writer.AppendLiteral("overrun_"); in DumpAllCpuStats()89 writer.AppendLiteral("commit_overrun_"); in DumpAllCpuStats()94 writer.AppendLiteral("|"); in DumpAllCpuStats()96 writer.AppendLiteral("\n"); in DumpAllCpuStats()
99 writer->AppendLiteral("root "); in FormatProcess()101 writer->AppendLiteral(" "); in FormatProcess()103 writer->AppendLiteral(" 00000 000 null 0000000000 S "); in FormatProcess()105 writer->AppendLiteral(" null"); in FormatProcess()112 writer->AppendLiteral("root "); in FormatThread()118 writer->AppendLiteral("<...>"); in FormatThread()270 writer->AppendLiteral("\\n"); in TraceToSystrace()
174 writer->AppendLiteral(" ("); in FormatSystracePrefix()176 writer->AppendLiteral("-----"); in FormatSystracePrefix()180 writer->AppendLiteral(") ["); in FormatSystracePrefix()182 writer->AppendLiteral("] .... "); in FormatSystracePrefix()
128 writer->AppendLiteral(" ==>"); in FormatSystraceArgs()155 writer->AppendLiteral(" "); in FormatSystraceArgs()157 writer->AppendLiteral(" "); in FormatSystraceArgs()
82 writer.AppendLiteral(kTestStr); in TEST()117 writer.AppendLiteral(kTestStr); in TEST()
58 inline void AppendLiteral(const char (&in)[N]) { in AppendLiteral() function