Searched refs:Uint8Accessor (Results 1 – 5 of 5) sorted by relevance
47 Uint8Accessor accessor);
91 typedef std::shared_ptr<AccessorInterface<uint8_t>> Uint8Accessor; typedef
47 const string& name, Uint8Accessor accessor) { in AddUint8PropertyObserver()
712 uint8_properties_[name] = Uint8Accessor(new PropertyAccessor<uint8_t>(prop)); in RegisterUint8()720 Uint8Accessor(new ConstPropertyAccessor<uint8_t>(prop)); in RegisterConstUint8()727 Uint8Accessor(new WriteOnlyPropertyAccessor<uint8_t>(prop)); in RegisterWriteOnlyUint8()
300 std::map<std::string, Uint8Accessor> uint8_properties_;