Lines Matching refs:Property
306 Property<uint8_t>::Property() in Property() function in dbus::Property
310 bool Property<uint8_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
315 void Property<uint8_t>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
324 Property<bool>::Property() : value_(false) { in Property() function in dbus::Property
328 bool Property<bool>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
333 void Property<bool>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
342 Property<int16_t>::Property() in Property() function in dbus::Property
346 bool Property<int16_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
351 void Property<int16_t>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
360 Property<uint16_t>::Property() in Property() function in dbus::Property
364 bool Property<uint16_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
369 void Property<uint16_t>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
378 Property<int32_t>::Property() in Property() function in dbus::Property
382 bool Property<int32_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
387 void Property<int32_t>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
396 Property<uint32_t>::Property() in Property() function in dbus::Property
400 bool Property<uint32_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
405 void Property<uint32_t>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
414 Property<int64_t>::Property() in Property() function in dbus::Property
418 bool Property<int64_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
423 void Property<int64_t>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
432 Property<uint64_t>::Property() in Property() function in dbus::Property
436 bool Property<uint64_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
441 void Property<uint64_t>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
450 Property<double>::Property() : value_(0.0) { in Property() function in dbus::Property
454 bool Property<double>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
459 void Property<double>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
468 bool Property<std::string>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
473 void Property<std::string>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
482 bool Property<ObjectPath>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
487 void Property<ObjectPath>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
496 bool Property<std::vector<std::string> >::PopValueFromReader( in PopValueFromReader()
507 void Property<std::vector<std::string> >::AppendSetValueToWriter( in AppendSetValueToWriter()
520 bool Property<std::vector<ObjectPath> >::PopValueFromReader( in PopValueFromReader()
531 void Property<std::vector<ObjectPath> >::AppendSetValueToWriter( in AppendSetValueToWriter()
544 bool Property<std::vector<uint8_t>>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
559 void Property<std::vector<uint8_t>>::AppendSetValueToWriter( in AppendSetValueToWriter()
572 bool Property<std::map<std::string, std::string>>::PopValueFromReader( in PopValueFromReader()
595 void Property<std::map<std::string, std::string>>::AppendSetValueToWriter( in AppendSetValueToWriter()
618 bool Property<std::vector<std::pair<std::vector<uint8_t>, uint16_t>>>::
646 void Property<std::vector<std::pair<std::vector<uint8_t>, uint16_t>>>::
664 template class Property<uint8_t>; variable
665 template class Property<bool>; variable
666 template class Property<int16_t>; variable
667 template class Property<uint16_t>; variable
668 template class Property<int32_t>; variable
669 template class Property<uint32_t>; variable
670 template class Property<int64_t>; variable
671 template class Property<uint64_t>; variable
672 template class Property<double>; variable
673 template class Property<std::string>; variable
674 template class Property<ObjectPath>; variable
675 template class Property<std::vector<std::string> >; variable
676 template class Property<std::vector<ObjectPath> >; variable
677 template class Property<std::vector<uint8_t>>; variable
678 template class Property<std::map<std::string, std::string>>; variable
679 template class Property<std::vector<std::pair<std::vector<uint8_t>, uint16_t>>>; variable