Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c2380 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx()
2570 PyObject* ptemplate; in pattern_sub() local
2584 PyObject* ptemplate; in pattern_subn() local
3355 match_expand(MatchObject* self, PyObject* ptemplate) in match_expand()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc141 std::string ptemplate = in PrintGeneratedAnnotation() local
/external/protobuf/src/google/protobuf/compiler/java/
Dhelpers.cc143 std::string ptemplate = in PrintGeneratedAnnotation() local
/external/python/cpython3/Modules/
D_sre.c1043 PyObject* ptemplate, in pattern_subx()