Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc127 std::string ptemplate = in PrintGeneratedAnnotation() local
129 ptemplate.push_back(delimiter); in PrintGeneratedAnnotation()
130 ptemplate.append("annotation_file"); in PrintGeneratedAnnotation()
131 ptemplate.push_back(delimiter); in PrintGeneratedAnnotation()
132 ptemplate.append("\")\n"); in PrintGeneratedAnnotation()
133 printer->Print(ptemplate.c_str(), "annotation_file", annotation_file); in PrintGeneratedAnnotation()
/third_party/python/Modules/
D_sre.c1043 PyObject* ptemplate, in pattern_subx() argument
1062 if (PyCallable_Check(ptemplate)) { in pattern_subx()
1064 filter = ptemplate; in pattern_subx()
1071 ptr = getstring(ptemplate, &n, &isbytes, &charsize, &view); in pattern_subx()
1076 literal = PyUnicode_FindChar(ptemplate, '\\', 0, n, 1) == -1; in pattern_subx()
1084 filter = ptemplate; in pattern_subx()
1091 PyTuple_Pack(2, self, ptemplate) in pattern_subx()