Searched refs:PopUint64 (Results 1 – 5 of 5) sorted by relevance
236 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()
141 if (reader->PopUint64(&value)) { in PopDataAsValue()
390 bool PopUint64(uint64* value);
152 if (!reader->PopUint64(&value)) in ToStringInternal()770 bool MessageReader::PopUint64(uint64* value) { in PopUint64() function in dbus::MessageReader
80 ASSERT_TRUE(reader.PopUint64(&uint64_value)); in TEST()