Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/tests/
H A DXmlParserTests.cpp57 auto root_iter = xml->tree_iterator(); in TEST() local
58 ASSERT_EQ(root_iter->event(), XmlParser::Event::START_TAG); in TEST()
59 ASSERT_EQ(root_iter->name(), "a"); in TEST()
61 auto a_iter = root_iter.begin(); in TEST()
80 ASSERT_EQ(a_iter, root_iter.end()); in TEST()
88 auto root_iter = xml->tree_iterator(); in TEST() local
91 auto a_iter = root_iter.begin(); in TEST()