Home | History | Annotate | Download | only in gn

Lines Matching refs:Value

24   virtual const Value* GetProgrammaticValue(
28 const Value* GetCurrentToolchain();
29 const Value* GetDefaultToolchain();
30 const Value* GetPythonPath();
31 const Value* GetRootBuildDir();
32 const Value* GetRootGenDir();
33 const Value* GetRootOutDir();
34 const Value* GetTargetGenDir();
35 const Value* GetTargetOutDir();
40 scoped_ptr<Value> current_toolchain_;
41 scoped_ptr<Value> default_toolchain_;
42 scoped_ptr<Value> python_path_;
43 scoped_ptr<Value> root_build_dir_;
44 scoped_ptr<Value> root_gen_dir_;
45 scoped_ptr<Value> root_out_dir_;
46 scoped_ptr<Value> target_gen_dir_;
47 scoped_ptr<Value> target_out_dir_;