Searched refs:PopUint64 (Results 1 – 5 of 5) sorted by relevance
278 if (!reader.PopUint64(&node_id)) { in ActiveOutputNodeChangedReceived()288 if (!reader.PopUint64(&node_id)) { in ActiveInputNodeChangedReceived()385 if (!value_reader.PopUint64(&node->id)) in GetAudioNode()400 if (!value_reader.PopUint64(&node->plugged_time)) in GetAudioNode()
390 bool PopUint64(uint64* value);
143 if (reader->PopUint64(&value)) { in PopDataAsValue()
152 if (!reader->PopUint64(&value)) in ToStringInternal()770 bool MessageReader::PopUint64(uint64* value) { in PopUint64() function in dbus::MessageReader
89 ASSERT_TRUE(reader.PopUint64(&uint64_value)); in TEST()