Searched refs:assigner (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DIdAssigner_test.cpp34 IdAssigner assigner; local
36 ASSERT_TRUE(assigner.Consume(context.get(), table.get()));
57 IdAssigner assigner; local
59 ASSERT_TRUE(assigner.Consume(context.get(), table.get()));
104 IdAssigner assigner; local
106 ASSERT_FALSE(assigner.Consume(context.get(), table.get()));
119 IdAssigner assigner(&id_map);
120 ASSERT_TRUE(assigner.Consume(context.get(), table.get()));

Completed in 2133 milliseconds