Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DMapVectorTest.cpp270 template <class IntType> struct MapVectorMappedTypeTest : ::testing::Test { struct
271 using int_type = IntType;
278 TYPED_TEST(MapVectorMappedTypeTest, DifferentDenseMap) { in TYPED_TEST() argument