Home
last modified time | relevance | path

Searched refs:it2 (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dlist_test.cpp179 auto it2 = list2.begin(); in IsEqual() local
180 for (; it1 != list1.end() && it2 != list2.end(); it1++, it2++) { in IsEqual()
182 if (node->value != (*it2).value) { in IsEqual()
187 it2 = list2.begin(); in IsEqual()
188 for (; it2 != list2.end(); ++it1, ++it2) { in IsEqual()
190 if (node->value != (*it2).value) { in IsEqual()
230 auto it2 = list2.begin(); in TEST_F() local
234 it2 in TEST_F()
[all...]
/arkcompiler/runtime_core/libpandabase/tests/
H A Dlist_test.cpp176 auto it2 = list2.begin(); in IsEqual() local
177 for (; it1 != list1.end(); it1++, it2++) { in IsEqual()
179 if (node->value != (*it2).value) { in IsEqual()
184 it2 = list2.begin(); in IsEqual()
185 for (; it2 != list2.end(); ++it1, ++it2) { in IsEqual()
187 if (node->value != (*it2).value) { in IsEqual()
227 auto it2 = list2.begin(); in TEST_F() local
231 it2 = list2.erase(it2); in TEST_F()
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_first_test.cpp341 for (auto it2 : dstOldArrayHandleRecord) { in HWTEST_F_L0()
342 if (Region::ObjectAddressToRange(it2.GetTaggedValue().GetTaggedObject())->InGeneralOldSpace()) { in HWTEST_F_L0()
343 JSTaggedValue valueWeak = it2.GetTaggedValue().CreateAndGetWeakRef(); in HWTEST_F_L0()
360 for (auto it2 : dstNewArrayHandleRecord) { in HWTEST_F_L0()
361 if (Region::ObjectAddressToRange(it2.GetTaggedValue().GetTaggedObject())->InGeneralNewSpace()) { in HWTEST_F_L0()
362 JSTaggedValue valueWeak = it2.GetTaggedValue().CreateAndGetWeakRef(); in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
H A Ddynamic_call_test.cpp103 auto it2 = name.begin(); in AssertNameEq() local
104 while (it2 != name.end()) { in AssertNameEq()
105 ASSERT_EQ(util::StringView(*it1), *it2); in AssertNameEq()
106 it1++, it2++; in AssertNameEq()
/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_comparator.h40 for (auto it1 = graph1->GetBlocksRPO().begin(), it2 = graph2->GetBlocksRPO().begin(); in Compare()
41 it1 != graph1->GetBlocksRPO().end(); it1++, it2++) { in Compare()
42 auto it = bb_map_.insert({*it1, *it2}); in Compare()
H A Dunit_test.h159 auto it2 = list.begin(); in CheckInputs() local
160 for (auto it = inst.GetInputs().begin(); it != inst.GetInputs().end(); ++it, ++it2) { in CheckInputs()
161 if (it->GetInst() != &INS(*it2)) { in CheckInputs()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dsmall_vector.h329 auto it2 = other.begin(); in operator ==() local
330 for (; it1 != end(); ++it1, ++it2) { in operator ==()
331 if (*it1 != *it2) { in operator ==()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dgraph_comparator.h34 for (auto it1 = graph1->GetBlocksRPO().begin(), it2 = graph2->GetBlocksRPO().begin(); in Compare()
35 it1 != graph1->GetBlocksRPO().end(); it1++, it2++) { in Compare()
36 auto it = bbMap_.insert({*it1, *it2}); in Compare()
H A Dunit_test.h219 auto it2 = list.begin(); in CheckInputs() local
220 for (auto it = inst.GetInputs().begin(); it != inst.GetInputs().end(); ++it, ++it2) { in CheckInputs()
221 if (it->GetInst() != &INS(*it2)) { in CheckInputs()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dsmall_vector.h332 auto it2 = other.begin(); in operator ==() local
333 for (; it1 != end(); ++it1, ++it2) { in operator ==()
334 if (*it1 != *it2) { in operator ==()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DassignAnalyzer.cpp476 for (const auto it2 : methodDef->Overloads()) { in AnalyzeClassDef()
477 methods.push_back(it2); in AnalyzeClassDef()

Completed in 9 milliseconds