Searched defs:HashTableAddResult (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h209 template<typename IteratorType> struct HashTableAddResult { struct in namespace:WTF
210 HashTableAddResult(IteratorType iter, bool isNewEntry) : iterator(iter), isNewEntry(isNewEntry) { } function in struct:WTF::HashTableAddResult
224 typedef HashTableAddResult<iterator> AddResult;

Completed in 33 milliseconds