Searched refs:test_ns_globals (Results 1 – 1 of 1) sorted by relevance
161 vector<unique_ptr<Declaration>> test_ns_globals; in TEST_F() local162 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() local186 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()