Lines Matching full:pair
93 // return value is a pair of the iterator to the key location,
95 pair<iterator, bool> set(const KeyType&, const MappedType&);
96 pair<iterator, bool> set(RawKeyType, const MappedType&);
99 // return value is a pair of the iterator to the key location,
101 pair<iterator, bool> add(const KeyType&, const MappedType&);
102 pair<iterator, bool> add(RawKeyType, const MappedType&);
113 pair<iterator, bool> inlineAdd(const KeyType&, const MappedType&);
114 pair<iterator, bool> inlineAdd(RawKeyType, const MappedType&);
204 inline pair<typename HashMap<RefPtr<T>, U, V, W, X>::iterator, bool>
212 inline pair<typename HashMap<RefPtr<T>, U, V, W, X>::iterator, bool>
219 pair<typename HashMap<RefPtr<T>, U, V, W, X>::iterator, bool>
222 pair<iterator, bool> result = inlineAdd(key, mapped);
231 pair<typename HashMap<RefPtr<T>, U, V, W, X>::iterator, bool>
234 pair<iterator, bool> result = inlineAdd(key, mapped);
243 pair<typename HashMap<RefPtr<T>, U, V, W, X>::iterator, bool>
250 pair<typename HashMap<RefPtr<T>, U, V, W, X>::iterator, bool>