Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_json.c63 PyCFunction fast_encode; member
1273 s->fast_encode = NULL; in encoder_new()
1278 s->fast_encode = f; in encoder_new()
1377 if (s->fast_encode) { in encoder_encode_string()
1378 return s->fast_encode(NULL, obj); in encoder_encode_string()
/aosp_15_r20/external/python/cpython2/Modules/
D_json.c65 int fast_encode; member
1849 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_new()
1949 if (s->fast_encode) in encoder_encode_string()