Home | History | Annotate | Download | only in test

Lines Matching full:hash_map

53 // hash_map and hash_set are available under Visual C++.
55 # define GTEST_HAS_HASH_MAP_ 1 // Indicates that hash_map is available.
56 # include <hash_map> // NOLINT
219 using ::stdext::hash_map;
801 hash_map<int, char> map1;