HomeSort by relevance Sort by last modified time
    Searched refs:AppendInt64 (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chromeos/dbus/
system_clock_client.cc 47 writer.AppendInt64(time_in_seconds);
power_manager_client.cc 540 writer.AppendInt64(proto.timestamp());
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 521 bool DeepHeapProfile::TextBuffer::AppendInt64(int64 value, int width) {
566 buffer->AppendInt64(bucket->alloc_size - bucket->free_size, 10);
568 buffer->AppendInt64(committed_size, 10);
925 mmap_dump_buffer->AppendInt64(committed_size, 0);
927 mmap_dump_buffer->AppendInt64(
961 mmap_dump_buffer->AppendInt64(committed_size, 0);
963 mmap_dump_buffer->AppendInt64(
    [all...]
deep-heap-profile.h 131 bool AppendInt64(int64 value, int width);
  /external/chromium_org/dbus/
message.h 279 void AppendInt64(int64 value);
message_unittest.cc 53 writer.AppendInt64(6);
370 dict_entry_writer.AppendInt64(GG_INT64_C(1234567890123456789));
values_util_unittest.cc 35 writer.AppendInt64(kInt64Value);
160 writer.AppendInt64(kInt64Value);
message.cc 496 void MessageWriter::AppendInt64(int64 value) {
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.cc 869 builder.AppendInt64(0); // wid
    [all...]

Completed in 204 milliseconds