Searched refs:AppendInt64 (Results 1 – 8 of 8) sorted by relevance
522 bool DeepHeapProfile::TextBuffer::AppendInt64(int64 value, int width) { in AppendInt64() function in DeepHeapProfile::TextBuffer567 buffer->AppendInt64(bucket->alloc_size - bucket->free_size, 10); in UnparseForStats()569 buffer->AppendInt64(committed_size, 10); in UnparseForStats()926 mmap_dump_buffer->AppendInt64(committed_size, 0); in SnapshotMaps()928 mmap_dump_buffer->AppendInt64( in SnapshotMaps()962 mmap_dump_buffer->AppendInt64(committed_size, 0); in SnapshotMaps()964 mmap_dump_buffer->AppendInt64( in SnapshotMaps()
131 bool AppendInt64(int64 value, int width);
35 writer.AppendInt64(kInt64Value); in TEST()160 writer.AppendInt64(kInt64Value); in TEST()
53 writer.AppendInt64(6); in TEST()370 dict_entry_writer.AppendInt64(GG_INT64_C(1234567890123456789)); in TEST()
279 void AppendInt64(int64 value);
496 void MessageWriter::AppendInt64(int64 value) { in AppendInt64() function in dbus::MessageWriter
505 writer.AppendInt64(proto.timestamp()); in InputEventReceived()
833 builder.AppendInt64(0); // wid in WalletHandle()