Searched refs:CREATE_TYPE (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 2017 #define CREATE_TYPE(module, type, spec) \ macro 2040 CREATE_TYPE(mod, state->multibytecodec_type, &multibytecodec_spec); in _multibytecodec_exec() 2041 CREATE_TYPE(mod, state->encoder_type, &encoder_spec); in _multibytecodec_exec() 2042 CREATE_TYPE(mod, state->decoder_type, &decoder_spec); in _multibytecodec_exec() 2043 CREATE_TYPE(mod, state->reader_type, &reader_spec); in _multibytecodec_exec() 2044 CREATE_TYPE(mod, state->writer_type, &writer_spec); in _multibytecodec_exec() 2053 #undef CREATE_TYPE macro
|
/third_party/python/Modules/_sre/ |
H A D | sre.c | 2969 #define CREATE_TYPE(m, type, spec) \ macro 2996 CREATE_TYPE(m, state->Pattern_Type, &pattern_spec); in sre_exec() 2997 CREATE_TYPE(m, state->Match_Type, &match_spec); in sre_exec() 2998 CREATE_TYPE(m, state->Scanner_Type, &scanner_spec); in sre_exec()
|
/third_party/python/Modules/ |
H A D | arraymodule.c | 3050 #define CREATE_TYPE(module, type, spec) \ macro 3082 CREATE_TYPE(m, state->ArrayType, &array_spec); in array_modexec() 3083 CREATE_TYPE(m, state->ArrayIterType, &arrayiter_spec); in array_modexec()
|
Completed in 11 milliseconds