Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.h456 bool PopVariantOfUint32(uint32_t* value);
Dproperty.cc401 return reader->PopVariantOfUint32(&value_); in PopValueFromReader()
Dmessage.cc900 bool MessageReader::PopVariantOfUint32(uint32_t* value) { in PopVariantOfUint32() function in dbus::MessageReader
/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc383 ASSERT_TRUE(reader.PopVariantOfUint32(&value)); in TEST_F()