Searched refs:AppendInt (Results 1 – 9 of 9) sorted by relevance
35 writer.AppendInt(132545); in TEST()70 writer.AppendInt(std::numeric_limits<int64_t>::min()); in TEST()75 writer.AppendInt(std::numeric_limits<int64_t>::max()); in TEST()107 writer.AppendInt(132545); in TEST()
83 writer.AppendInt(getpid()); in DumpAllCpuStats()93 writer.AppendInt(cpu); in DumpAllCpuStats()95 writer.AppendInt(ExtractInt(splitter.cur_token())); in DumpAllCpuStats()
100 writer->AppendInt(pid); in FormatProcess()102 writer->AppendInt(ppid); in FormatProcess()113 writer->AppendInt(tgid); in FormatThread()115 writer->AppendInt(tid); in FormatThread()
125 return strconv.AppendInt(dst, s[i], 10)131 return strconv.AppendInt(dst, int64(s[i]), 10)
168 writer->AppendInt(pid); in FormatSystracePrefix()184 writer->AppendInt(ftrace_time.secs); in FormatSystracePrefix()
91 writer->AppendInt(value.int_value); in FormatSystraceArgs()
66 void AppendInt(int64_t value) { AppendPaddedInt<'0', 0>(value); } in AppendInt() function
151 void AppendInt(int n) { in AppendInt() function in v8::internal::CodeEventLogger::NameBuffer226 name_buffer_->AppendInt(line); in CodeCreateEvent()243 name_buffer_->AppendInt(code->index()); in CodeCreateEvent()
1060 buf = strconv.AppendInt(buf, n, 10)