Searched defs:protoBinSuffix (Results 1 – 4 of 4) sorted by relevance
32 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()
38 const std::string &protoBinSuffix() const in protoBinSuffix() function
36 panda::PandArg<std::string> protoBinSuffix("suffix", "", "suffix of proto bin file"); in Parse() local
56 std::string protoBinSuffix = options->protoBinSuffix(); in Run() local