Lines Matching refs:std
61 std::cerr << "Usage: " << argv[0] << " <path/to/output.cc>\n";
62 std::cerr << " " << argv[0] << " --build-snapshot "
67 std::unique_ptr<node::InitializationResult> result =
69 std::vector<std::string>(argv, argv + argc));
74 std::string out_path;
81 std::ofstream out(out_path, std::ios::out | std::ios::binary);
83 std::cerr << "Cannot open " << out_path << "\n";
93 std::cerr << "Failed to write " << out_path << "\n";