Searched refs:vars_ (Results 1 – 2 of 2) sorted by relevance
48 vars_["classname"] = descriptor_->name(); in ServiceGenerator()49 vars_["full_name"] = descriptor_->full_name(); in ServiceGenerator()51 vars_["dllexport"] = ""; in ServiceGenerator()53 vars_["dllexport"] = options.dllexport_decl + " "; in ServiceGenerator()61 printer->Print(vars_, in GenerateDeclarations()70 printer->Print(vars_, in GenerateInterface()79 printer->Print(vars_, in GenerateInterface()104 printer->Print(vars_, in GenerateInterface()113 printer->Print(vars_, in GenerateStubDefinition()119 printer->Print(vars_, in GenerateStubDefinition()[all …]
108 map<string, string> vars_; variable