Home
last modified time | relevance | path

Searched refs:PopUint64 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dcras_audio_client.cc236 if (!reader.PopUint64(&node_id)) { in ActiveOutputNodeChangedReceived()
246 if (!reader.PopUint64(&node_id)) { in ActiveInputNodeChangedReceived()
343 if (!value_reader.PopUint64(&node->id)) in GetAudioNode()
358 if (!value_reader.PopUint64(&node->plugged_time)) in GetAudioNode()
/external/chromium_org/dbus/
Dvalues_util.cc141 if (reader->PopUint64(&value)) { in PopDataAsValue()
Dmessage.h390 bool PopUint64(uint64* value);
Dmessage.cc152 if (!reader->PopUint64(&value)) in ToStringInternal()
770 bool MessageReader::PopUint64(uint64* value) { in PopUint64() function in dbus::MessageReader
Dmessage_unittest.cc80 ASSERT_TRUE(reader.PopUint64(&uint64_value)); in TEST()