Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Ditem.cc29 Pool* Item::AsPool() { in AsPool() function in Item
32 const Pool* Item::AsPool() const { in AsPool() function in Item
55 if (AsPool()) in GetItemTypeName()
H A Dpool.h22 Pool* AsPool() override;
23 const Pool* AsPool() const override;
H A Dpool.cc13 Pool* Pool::AsPool() { in AsPool() function in Pool
17 const Pool* Pool::AsPool() const { in AsPool() function in Pool
H A Dbuilder_record.cc43 return !!item->AsPool(); in IsItemOfType()
58 if (item->AsPool()) in TypeOfItem()
H A Ditem.h51 virtual Pool* AsPool();
52 virtual const Pool* AsPool() const;
H A Dbuilder.cc593 target->set_pool(LabelPtrPair<Pool>(record->item()->AsPool())); in ResolvePool()
613 tool.second->set_pool(LabelPtrPair<Pool>(record->item()->AsPool())); in ResolvePools()
H A Dloader_unittest.cc285 EXPECT_TRUE(items[3]->AsPool());
H A Danalyzer.cc271 DCHECK(item->AsPool()); in Analyzer()

Completed in 5 milliseconds