Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dunordered.h47 struct unordered_set : public __gnu_cxx::hash_set<T, H> {}; struct
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-auto/
Dcontainers.h230 unordered_set() {} in unordered_set() function
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-inefficient-algorithm.cpp40 template <typename K> struct unordered_set : set<K> {}; struct
/external/swiftshader/third_party/marl/include/marl/
Dcontainers.h57 using unordered_set = std::unordered_set<K, H, E, StlAllocator<K>>; variable