Lines Matching refs:PopValueFromReader
172 virtual bool PopValueFromReader(MessageReader* reader) = 0;
418 bool PopValueFromReader(MessageReader* reader) override;
464 CHROME_DBUS_EXPORT bool Property<uint8_t>::PopValueFromReader(
474 CHROME_DBUS_EXPORT bool Property<bool>::PopValueFromReader(
484 CHROME_DBUS_EXPORT bool Property<int16_t>::PopValueFromReader(
494 CHROME_DBUS_EXPORT bool Property<uint16_t>::PopValueFromReader(
504 CHROME_DBUS_EXPORT bool Property<int32_t>::PopValueFromReader(
514 CHROME_DBUS_EXPORT bool Property<uint32_t>::PopValueFromReader(
524 CHROME_DBUS_EXPORT bool Property<int64_t>::PopValueFromReader(
534 CHROME_DBUS_EXPORT bool Property<uint64_t>::PopValueFromReader(
544 CHROME_DBUS_EXPORT bool Property<double>::PopValueFromReader(
552 CHROME_DBUS_EXPORT bool Property<std::string>::PopValueFromReader(
560 CHROME_DBUS_EXPORT bool Property<ObjectPath>::PopValueFromReader(
568 CHROME_DBUS_EXPORT bool Property<std::vector<std::string>>::PopValueFromReader(
576 CHROME_DBUS_EXPORT bool Property<std::vector<ObjectPath>>::PopValueFromReader(
584 CHROME_DBUS_EXPORT bool Property<std::vector<uint8_t>>::PopValueFromReader(
593 Property<std::map<std::string, std::string>>::PopValueFromReader(
605 PopValueFromReader(MessageReader* reader);
615 Property<std::map<std::string, std::vector<uint8_t>>>::PopValueFromReader(
626 Property<std::map<uint16_t, std::vector<uint8_t>>>::PopValueFromReader(