Home | History | Annotate | Download | only in wtf

Lines Matching defs:AddResult

83         typedef typename HashTableType::AddResult AddResult;
121 AddResult set(KeyPeekInType, MappedPassInType);
126 AddResult add(KeyPeekInType, MappedPassInType);
151 template<typename HashTranslator, typename T> AddResult add(const T&, MappedPassInType);
158 AddResult inlineAdd(KeyPeekInType, MappedPassInReferenceType);
354 typename HashMap<T, U, V, W, X, Y>::AddResult
361 typename HashMap<T, U, V, W, X, Y>::AddResult
364 AddResult result = inlineAdd(key, mapped);
374 typename HashMap<T, U, V, W, X, Y>::AddResult
381 typename HashMap<T, U, V, W, X, Y>::AddResult