Searched refs:Uint32Accessor (Results 1 – 6 of 6) sorted by relevance
53 Uint32Accessor accessor);
95 typedef std::shared_ptr<AccessorInterface<uint32_t>> Uint32Accessor; typedef
77 const string& name, Uint32Accessor accessor) { in AddUintPropertyObserver()
124 Uint32Accessor accessor(new PropertyAccessor<uint32_t>(&int_store)); in TEST()145 Uint32Accessor accessor(new ConstPropertyAccessor<uint32_t>(&int_store)); in TEST()159 Uint32Accessor accessor(new ConstPropertyAccessor<uint32_t>(&int_store)); in TEST()165 Uint32Accessor accessor( in TEST()
304 std::map<std::string, Uint32Accessor> uint32_properties_;
771 Uint32Accessor(new PropertyAccessor<uint32_t>(prop)); in RegisterUint32()779 Uint32Accessor(new ConstPropertyAccessor<uint32_t>(prop)); in RegisterConstUint32()