Searched defs:AsConfig (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gn/
H A Ditem.cc15 Config* Item::AsConfig() { return NULL; } function in class:Item
16 const Config* Item::AsConfig() const { return NULL; } function in class:Item
23 if (AsConfig())
H A Dconfig.cc19 Config* Config::AsConfig() { function in class:Config
23 const Config* Config::AsConfig() const { function in class:Config
53 } else if ((config = node->item()->AsConfig())) {

Completed in 145 milliseconds