Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp222 const std::vector<std::unique_ptr<android::StringPool::Entry>>& pool_strings = in AssertTranslations() local
226 const size_t pool_size = pool_strings.size(); in AssertTranslations()
230 std::string actual = pool_strings[i]->value; in AssertTranslations()
334 const std::vector<std::unique_ptr<android::StringPool::Entry>>& pool_strings = in TEST_F() local
337 ASSERT_EQ(pool_strings.size(), 2); in TEST_F()
338 ASSERT_EQ(pool_strings[0]->value, "res/layout/layout_one.xml"); in TEST_F()
339 ASSERT_EQ(pool_strings[1]->value, "res/layout-v1/layout_one.xml"); in TEST_F()