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

/external/google-breakpad/src/common/
H A Dunordered.h30 // Include this file to use unordered_map and unordered_set. If tr1
47 struct unordered_set : public hash_set<T, H> {}; struct in inherits:hash_set
51 #include <unordered_set>
53 using std::unordered_set;
57 #include <tr1/unordered_set>
59 using std::tr1::unordered_set;

Completed in 69 milliseconds