Home | History | Annotate | Download | only in gn

Lines Matching refs:Item

84     builder_->ItemDefined(scoped_ptr<Item>(tc));
119 builder_->ItemDefined(scoped_ptr<Item>(a));
125 // A should be unresolved with an item
127 EXPECT_TRUE(a_record->item());
131 // B should be unresolved, have no item, and no deps.
133 EXPECT_FALSE(b_record->item());
156 builder_->ItemDefined(scoped_ptr<Item>(c));
166 builder_->ItemDefined(scoped_ptr<Item>(b));
196 builder_->ItemDefined(scoped_ptr<Item>(tc2));
208 builder_->ItemDefined(scoped_ptr<Item>(b));
218 builder_->ItemDefined(scoped_ptr<Item>(a));