Lines Matching defs:storage
77 bool* storage, Error* error) { in GetProperty()
82 int16_t* storage, Error* error) { in GetProperty()
87 int32_t* storage, Error* error) { in GetProperty()
92 std::string* storage, Error* error) { in GetProperty()
97 Stringmap* storage, Error* error) { in GetProperty()
102 Stringmaps* storage, Error* error) { in GetProperty()
107 Strings* storage, Error* error) { in GetProperty()
112 uint8_t* storage, Error* error) { in GetProperty()
117 uint16_t* storage, Error* error) { in GetProperty()
122 Uint16s* storage, Error* error) { in GetProperty()
127 uint32_t* storage, Error* error) { in GetProperty()
134 PropertyStore* store, const std::string& name, bool* storage) { in RegisterProperty()
139 PropertyStore* store, const std::string& name, int16_t* storage) { in RegisterProperty()
144 PropertyStore* store, const std::string& name, int32_t* storage) { in RegisterProperty()
149 PropertyStore* store, const std::string& name, std::string* storage) { in RegisterProperty()
154 PropertyStore* store, const std::string& name, Stringmap* storage) { in RegisterProperty()
159 PropertyStore* store, const std::string& name, Stringmaps* storage) { in RegisterProperty()
164 PropertyStore* store, const std::string& name, Strings* storage) { in RegisterProperty()
169 PropertyStore* store, const std::string& name, uint8_t* storage) { in RegisterProperty()
174 PropertyStore* store, const std::string& name, uint16_t* storage) { in RegisterProperty()
179 PropertyStore* store, const std::string& name, Uint16s* storage) { in RegisterProperty()
184 PropertyStore* store, const std::string& name, uint32_t* storage) { in RegisterProperty()