Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.h476 bool PopVariantOfUint64(uint64_t* value);
Dproperty.cc436 return reader->PopVariantOfUint64(&value_); in PopValueFromReader()
Dmessage_unittest.cc198 ASSERT_TRUE(reader.PopVariantOfUint64(&uint64_value)); in TEST()
Dmessage.cc966 bool MessageReader::PopVariantOfUint64(uint64_t* value) { in PopVariantOfUint64() function in dbus::MessageReader
/external/libbrillo/brillo/dbus/
Dexported_property_set_test.cc410 ASSERT_TRUE(reader.PopVariantOfUint64(&value)); in TEST_F()