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

  /external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.cc 126 dict_entry_reader.PopVariantOfUint16(&options.version);
128 dict_entry_reader.PopVariantOfUint16(&options.features);
  /external/chromium_org/dbus/
message.h 452 bool PopVariantOfUint16(uint16* value);
property.cc 278 return reader->PopVariantOfUint16(&value_);
message_unittest.cc 177 ASSERT_TRUE(reader.PopVariantOfUint16(&uint16_value));
message.cc 893 bool MessageReader::PopVariantOfUint16(uint16* value) {

Completed in 310 milliseconds