Home
last modified time | relevance | path

Searched refs:PopVariantOfUint64 (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/dbus/
Dmessage.h466 bool PopVariantOfUint64(uint64_t* value);
Dproperty.cc435 return reader->PopVariantOfUint64(&value_); in PopValueFromReader()
Dmessage.cc940 bool MessageReader::PopVariantOfUint64(uint64_t* value) { in PopVariantOfUint64() function in dbus::MessageReader
/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc399 ASSERT_TRUE(reader.PopVariantOfUint64(&value)); in TEST_F()