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