Home
last modified time | relevance | path

Searched refs:constUintMap (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/ADT/
DDenseMapTest.cpp57 const DenseMap<uint32_t, uint32_t> & constUintMap = uintMap; in TEST_F() local
59 EXPECT_EQ(0u, constUintMap.size()); in TEST_F()
61 EXPECT_TRUE(constUintMap.empty()); in TEST_F()
63 EXPECT_TRUE(constUintMap.begin() == constUintMap.end()); in TEST_F()