Home
last modified time | relevance | path

Searched defs:protoBinSuffix (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp32 bool MergeProgram::GetProtoFiles(const std::string &protoBinPath, const std::string &protoBinSuffix, in GetProtoFiles()
89 bool MergeProgram::AppendProtoFiles(const std::string &filePath, const std::string &protoBinSuffix, in AppendProtoFiles()
117 bool MergeProgram::CollectProtoFiles(std::string &input, const std::string &protoBinSuffix, in CollectProtoFiles()
Doptions.h38 const std::string &protoBinSuffix() const in protoBinSuffix() function
Doptions.cpp36 panda::PandArg<std::string> protoBinSuffix("suffix", "", "suffix of proto bin file"); in Parse() local
Dmain.cpp56 std::string protoBinSuffix = options->protoBinSuffix(); in Run() local