Home
last modified time | relevance | path

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

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