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

  /external/chromium_org/tools/gn/
setup.h 43 void set_check_for_bad_items(bool s) { check_for_bad_items_ = s; }
80 bool check_for_bad_items_; member in class:CommonSetup
setup.cc 144 check_for_bad_items_(true),
155 check_for_bad_items_(other.check_for_bad_items_),
174 if (check_for_bad_items_) {

Completed in 2179 milliseconds