Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dueventd_parser_test.cpp59 auto expected_it = expected.begin(); in TestVector() local
62 for (; expected_it != expected.end(); ++expected_it, ++test_it) { in TestVector()
63 function(*expected_it, *test_it); in TestVector()