Home | History | Annotate | Download | only in wtf

Lines Matching full:pair

71         // return value is a pair of the iterator to the key location, 
73 pair<iterator, bool> set(const KeyType&, const MappedType&);
76 // return value is a pair of the iterator to the key location,
78 pair<iterator, bool> add(const KeyType&, const MappedType&);
101 template<typename T, typename HashTranslator> pair<iterator, bool> add(const T&, const MappedType&);
106 pair<iterator, bool> inlineAdd(const KeyType&, const MappedType&);
236 inline pair<typename HashMap<T, U, V, W, X>::iterator, bool>
244 pair<typename HashMap<T, U, V, W, X>::iterator, bool>
247 pair<iterator, bool> result = inlineAdd(key, mapped);
257 pair<typename HashMap<T, U, V, W, X>::iterator, bool>
265 pair<typename HashMap<T, U, V, W, X>::iterator, bool>