Home | History | Annotate | Download | only in src

Lines Matching defs:argv

19     std::vector<const char*> argv;
29 .argv = {"<exec>", "-i", "input_perf_file", "-o", "output_profile", "-f"},
37 .argv = {"<exec>", "-i", "input_perf_file", "-o", "output_profile"},
45 .argv = {"<exec>", "-f"},
53 .argv = {"<exec>", "-i", "input_perf_file", "-o", "output_profile", "-F"},
61 .argv = {"<exec>", "-F"},
72 EXPECT_THAT(ParseArguments(test.argv.size(), test.argv.data(), &input,
86 int main(int argc, char** argv) {
87 testing::InitGoogleTest(&argc, argv);