Home
last modified time | relevance | path

Searched defs:OutputFile (Results 1 – 11 of 11) sorted by relevance

/third_party/gn/src/gn/
Doutput_file.cc10 OutputFile::OutputFile(std::string&& v) : value_(std::move(v)) {} in OutputFile() function in OutputFile
12 OutputFile::OutputFile(const std::string& v) : value_(v) {} in OutputFile() function in OutputFile
14 OutputFile::OutputFile(const BuildSettings* build_settings, in OutputFile() function in OutputFile
Dninja_action_target_writer.h14 class OutputFile; variable
Druntime_deps.h14 class OutputFile; variable
Dninja_target_writer.h14 class OutputFile; variable
Dbundle_file_rule.h17 class OutputFile; variable
Dsubstitution_writer.h15 class OutputFile; variable
Dpath_output.h17 class OutputFile; variable
Dbundle_data.h20 class OutputFile; variable
Druntime_deps_unittest.cc32 const std::vector<std::pair<OutputFile, const Target*>>& v) { in GetVectorDescription()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIO.cpp24 static FILE *OutputFile = stderr; variable
/third_party/ffmpeg/fftools/
Dffmpeg.h554 typedef struct OutputFile { struct
565 } OutputFile; argument