Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc268 ASSERT_TRUE(entry_reader.PopVariantOfUint16(&value16)); in TEST_F()
281 ASSERT_TRUE(entry_reader.PopVariantOfUint16(&value16)); in TEST_F()
367 ASSERT_TRUE(reader.PopVariantOfUint16(&value)); in TEST_F()
/external/libchrome/dbus/
Dmessage.h462 bool PopVariantOfUint16(uint16_t* value);
Dproperty.cc363 return reader->PopVariantOfUint16(&value_); in PopValueFromReader()
Dmessage.cc924 bool MessageReader::PopVariantOfUint16(uint16_t* value) { in PopVariantOfUint16() function in dbus::MessageReader