Searched refs:root_gen_dir_ (Results 1 – 2 of 2) sorted by relevance
76 if (!root_gen_dir_) { in GetRootGenDir()77 root_gen_dir_.reset(new Value(NULL, in GetRootGenDir()80 return root_gen_dir_.get(); in GetRootGenDir()
39 scoped_ptr<Value> root_gen_dir_; variable