HomeSort by relevance Sort by last modified time
    Searched refs:PopVariantOfByte (Results 1 - 4 of 4) sorted by null

  /external/libchrome/dbus/
message.h 462 bool PopVariantOfByte(uint8_t* value);
495 // Helper function used to implement PopVariantOfByte() etc.
message.cc 902 bool MessageReader::PopVariantOfByte(uint8_t* value) {
property.cc 311 return reader->PopVariantOfByte(&value_);
  /external/libbrillo/brillo/dbus/
exported_property_set_unittest.cc 351 ASSERT_TRUE(reader.PopVariantOfByte(&value));
569 ASSERT_TRUE(dict_reader.PopVariantOfByte(&value));

Completed in 358 milliseconds