Home | History | Annotate | Download | only in link

Lines Matching refs:table

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