Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.h452 bool PopVariantOfBool(bool* value);
Dproperty.cc329 return reader->PopVariantOfBool(&value_); in PopValueFromReader()
Dmessage.cc880 bool MessageReader::PopVariantOfBool(bool* value) { in PopVariantOfBool() function in dbus::MessageReader
/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc343 ASSERT_TRUE(reader.PopVariantOfBool(&value)); in TEST_F()