Searched refs:dex1_raw (Results 1 – 1 of 1) sorted by relevance
1650 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F() local1651 result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()1661 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F() local1662 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()1664 ASSERT_EQ(dex1_raw[0], *(result.begin())); in TEST_F()1675 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F() local1676 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()