Home
last modified time | relevance | path

Searched refs:vars_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_service.cc48 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 …]
Dcpp_service.h108 map<string, string> vars_; variable