Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dast_cpp_unittest.cpp161 vector<unique_ptr<Declaration>> test_ns_globals; in TEST_F() local
162 test_ns_globals.push_back(std::move(android_ns)); in TEST_F()
164 CppHeader cpp_header{{"string", "memory"}, std::move(test_ns_globals)}; in TEST_F()
185 vector<unique_ptr<Declaration>> test_ns_globals; in TEST_F() local
186 test_ns_globals.push_back(std::move(android_ns)); in TEST_F()
188 CppHeader cpp_header{{"string", "memory"}, std::move(test_ns_globals)}; in TEST_F()