PopInt64          354 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc     EXPECT_TRUE(reader.PopInt64(&wallet_id));
PopInt64          108 chromeos/dbus/image_burner_client.cc         !reader.PopInt64(&num_bytes_burnt) ||
PopInt64          109 chromeos/dbus/image_burner_client.cc         !reader.PopInt64(&total_size)) {
PopInt64          297 chromeos/dbus/update_engine_client.cc     if (!(reader.PopInt64(&status.last_checked_time) &&
PopInt64          301 chromeos/dbus/update_engine_client.cc           reader.PopInt64(&status.new_size))) {
PopInt64          354 chromeos/dbus/update_engine_client.cc     if (!(reader.PopInt64(&last_checked_time) &&
PopInt64          358 chromeos/dbus/update_engine_client.cc           reader.PopInt64(&new_size))) {
PopInt64          144 dbus/message.cc         if (!reader->PopInt64(&value))
PopInt64          389 dbus/message.h   bool PopInt64(int64* value);
PopInt64           79 dbus/message_unittest.cc   ASSERT_TRUE(reader.PopInt64(&int64_value));
PopInt64          440 dbus/message_unittest.cc         ASSERT_TRUE(dict_entry_reader.PopInt64(&int64_value));
PopInt64          132 dbus/values_util.cc       if (reader->PopInt64(&value)) {