Lines Matching refs:get
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()
89 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); 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()
130 ASSERT_NE(nullptr, ValueCast<BinaryPrimitive>(style->entries[0].value.get())); in TEST()
134 ASSERT_NE(nullptr, ValueCast<BinaryPrimitive>(style->entries[1].value.get())); in TEST()
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()
188 util::make_unique<ResourceTableSymbolSource>(table.get())) in TEST()
196 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()
214 util::make_unique<ResourceTableSymbolSource>(table.get())) in TEST()
224 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()
244 util::make_unique<ResourceTableSymbolSource>(table.get())) in TEST()
255 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()