Searched refs:AppendInt64 (Results 1 – 9 of 9) sorted by relevance
521 bool DeepHeapProfile::TextBuffer::AppendInt64(int64 value, int width) { in AppendInt64() function in DeepHeapProfile::TextBuffer566 buffer->AppendInt64(bucket->alloc_size - bucket->free_size, 10); in UnparseForStats()568 buffer->AppendInt64(committed_size, 10); in UnparseForStats()925 mmap_dump_buffer->AppendInt64(committed_size, 0); in SnapshotMaps()927 mmap_dump_buffer->AppendInt64( in SnapshotMaps()961 mmap_dump_buffer->AppendInt64(committed_size, 0); in SnapshotMaps()963 mmap_dump_buffer->AppendInt64( in SnapshotMaps()
131 bool AppendInt64(int64 value, int width);
47 writer.AppendInt64(time_in_seconds); in SetTime()
575 writer.AppendInt64(proto.timestamp()); in InputEventReceived()
279 void AppendInt64(int64 value);
54 writer.AppendInt64(6); in TEST()403 dict_entry_writer.AppendInt64(GG_INT64_C(1234567890123456789)); in TEST()
35 writer.AppendInt64(kInt64Value); in TEST()160 writer.AppendInt64(kInt64Value); in TEST()
496 void MessageWriter::AppendInt64(int64 value) { in AppendInt64() function in dbus::MessageWriter
883 builder.AppendInt64(0); // wid in WalletHandle()