OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
279
return reader->
PopVariantOfUint16
(&value_);
message.cc
893
bool MessageReader::
PopVariantOfUint16
(uint16* value) {
message_unittest.cc
196
ASSERT_TRUE(reader.
PopVariantOfUint16
(&uint16_value));
Completed in 576 milliseconds