Home
last modified time | relevance | path

Searched refs:protoPathInput (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
H A Doptions.cpp33 panda::PandArg<std::string> protoPathInput("input", "", in Parse()
41 argparser_->Add(&protoPathInput); in Parse()
46 if (!argparser_->Parse(argc, argv) || opHelp.GetValue() || protoPathInput.GetValue().empty()) { in Parse()
61 protoPathInput_ = protoPathInput.GetValue(); in Parse()
H A Dmain.cpp55 std::string protoPathInput = options->protoPathInput(); in Run() local
63 if (!MergeProgram::CollectProtoFiles(protoPathInput, protoBinSuffix, protoFiles)) { in Run()
H A Doptions.h33 const std::string &protoPathInput() const in protoPathInput() function in panda::proto::Options

Completed in 1 milliseconds