Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc109 string ptemplate = in PrintGeneratedAnnotation() local
111 ptemplate.push_back(delimiter); in PrintGeneratedAnnotation()
112 ptemplate.append("annotation_file"); in PrintGeneratedAnnotation()
113 ptemplate.push_back(delimiter); in PrintGeneratedAnnotation()
114 ptemplate.append("\")\n"); in PrintGeneratedAnnotation()
115 printer->Print(ptemplate.c_str(), "annotation_file", annotation_file); in PrintGeneratedAnnotation()