Lines Matching refs:table
26 std::unique_ptr<ResourceTable> table = in TEST() local
46 util::make_unique<ResourceTableSymbolSource>(table.get())) in TEST()
54 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST()
56 Reference* ref = test::GetValue<Reference>(table.get(), "com.app.test:string/foo"); in TEST()
61 ref = test::GetValue<Reference>(table.get(), "com.app.test:string/bar"); in TEST()
66 ref = test::GetValue<Reference>(table.get(), "com.app.test:string/baz"); in TEST()
73 std::unique_ptr<ResourceTable> table = in TEST() local
89 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST()
92 util::make_unique<RawString>(table->string_pool.MakeRef("one|two")); in TEST()
118 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST()
120 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST()
154 std::unique_ptr<ResourceTable> table = in TEST() local
165 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST()
167 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST()
175 std::unique_ptr<ResourceTable> table = in TEST() local
188 util::make_unique<ResourceTableSymbolSource>(table.get())) in TEST()
196 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()
200 std::unique_ptr<ResourceTable> table = in TEST() local
214 util::make_unique<ResourceTableSymbolSource>(table.get())) in TEST()
224 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()
228 std::unique_ptr<ResourceTable> table = in TEST() local
244 util::make_unique<ResourceTableSymbolSource>(table.get())) in TEST()
255 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()
260 SymbolTable table(&mangler); in TEST() local
261 table.AppendSource(test::StaticSymbolSourceBuilder() in TEST()
268 *test::BuildReference("com.app.test:string/foo"), call_site, &table, &error); in TEST()
275 SymbolTable table(&mangler); in TEST() local
276 table.AppendSource(test::StaticSymbolSourceBuilder() in TEST()
287 *test::BuildReference("com.app.test:attr/foo"), call_site, &table, &error)); in TEST()
292 *test::BuildReference("com.app.test:attr/public_foo"), call_site, &table, &error)); in TEST()