Lines Matching defs:PopValueFromReader

310 bool Property<uint8_t>::PopValueFromReader(MessageReader* reader) {  in PopValueFromReader()  function in dbus::Property
328 bool Property<bool>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
346 bool Property<int16_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
364 bool Property<uint16_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
382 bool Property<int32_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
400 bool Property<uint32_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
418 bool Property<int64_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
436 bool Property<uint64_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
454 bool Property<double>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
468 bool Property<std::string>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property::string
482 bool Property<ObjectPath>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
496 bool Property<std::vector<std::string> >::PopValueFromReader( in PopValueFromReader() function in dbus::Property::vector::string
520 bool Property<std::vector<ObjectPath> >::PopValueFromReader( in PopValueFromReader() function in dbus::Property::vector
544 bool Property<std::vector<uint8_t>>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property::vector
572 bool Property<std::map<std::string, std::string>>::PopValueFromReader( in PopValueFromReader() function in dbus::Property::map::string::string
619 PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property::vector::pair::vector