HomeSort by relevance Sort by last modified time
    Searched defs:AsConfig (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
config.cc 18 Config* Config::AsConfig() {
22 const Config* Config::AsConfig() const {
item.cc 18 Config* Item::AsConfig() { return NULL; }
19 const Config* Item::AsConfig() const { return NULL; }
26 if (AsConfig())

Completed in 38 milliseconds