Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest_collation.cpp375 AtomDeclSet::const_iterator atomDeclSetIt; in TEST_P() local
393 atomDeclSetIt = atomDeclSet->begin(); in TEST_P()
394 atomDecl = atomDeclSetIt->get(); in TEST_P()
408 atomDeclSetIt++; in TEST_P()
409 atomDecl = atomDeclSetIt->get(); in TEST_P()
445 AtomDeclSet::const_iterator atomDeclSetIt; in TEST_P() local
463 atomDeclSetIt = atomDeclSet->begin(); in TEST_P()
464 atomDecl = atomDeclSetIt->get(); in TEST_P()
478 atomDeclSetIt++; in TEST_P()
479 atomDecl = atomDeclSetIt->get(); in TEST_P()
[all …]