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

  /external/chromium_org/chromeos/dbus/
cras_audio_client.cc 236 if (!reader.PopUint64(&node_id)) {
246 if (!reader.PopUint64(&node_id)) {
343 if (!value_reader.PopUint64(&node->id))
358 if (!value_reader.PopUint64(&node->plugged_time))
  /external/chromium_org/dbus/
message.h 390 bool PopUint64(uint64* value);
values_util.cc 143 if (reader->PopUint64(&value)) {
message.cc 152 if (!reader->PopUint64(&value))
770 bool MessageReader::PopUint64(uint64* value) {
message_unittest.cc 80 ASSERT_TRUE(reader.PopUint64(&uint64_value));

Completed in 123 milliseconds