Lines Matching refs:Key
106 template <typename Key>
107 status_t add(const std::string &name, const Key &key);
109 template <typename Key>
110 Element<Key> *getFromCollection(const Key &key) const;
112 template <typename Key>
113 const Collection<Key> &getCollection() const;
115 template <typename Key>
116 Collection<Key> &getCollection();
118 template <typename Property, typename Key>
119 Property getPropertyForKey(Key key) const;
121 template <typename Property, typename Key>
122 bool setPropertyForKey(const Property &property, const Key &key);