Lines Matching refs:Key
171 template <typename Key>
172 status_t add(const std::string &name, const Key &key);
174 template <typename Key>
175 Element<Key> *getFromCollection(const Key &key) const;
177 template <typename Key>
178 const Collection<Key> &getCollection() const;
180 template <typename Key>
181 Collection<Key> &getCollection();
183 template <typename Property, typename Key>
184 Property getPropertyForKey(Key key) const;
186 template <typename Property, typename Key>
187 bool setPropertyForKey(const Property &property, const Key &key);