Home
last modified time | relevance | path

Searched refs:AppendInt64 (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddeep-heap-profile.cc522 bool DeepHeapProfile::TextBuffer::AppendInt64(int64 value, int width) { in AppendInt64() function in DeepHeapProfile::TextBuffer
567 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()
Ddeep-heap-profile.h131 bool AppendInt64(int64 value, int width);
/external/chromium_org/dbus/
Dvalues_util_unittest.cc35 writer.AppendInt64(kInt64Value); in TEST()
160 writer.AppendInt64(kInt64Value); in TEST()
Dmessage_unittest.cc53 writer.AppendInt64(6); in TEST()
370 dict_entry_writer.AppendInt64(GG_INT64_C(1234567890123456789)); in TEST()
Dmessage.h279 void AppendInt64(int64 value);
Dmessage.cc496 void MessageWriter::AppendInt64(int64 value) { in AppendInt64() function in dbus::MessageWriter
/external/chromium_org/chromeos/dbus/
Dpower_manager_client.cc505 writer.AppendInt64(proto.timestamp()); in InputEventReceived()
/external/chromium_org/chrome/browser/password_manager/
Dnative_backend_kwallet_x.cc833 builder.AppendInt64(0); // wid in WalletHandle()