Searched defs:parse_constant (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A D_speedups.c59 PyObject *parse_constant; member in struct:_PyScannerObject
70 {"parse_constant", T_OBJECT, offsetof(PyScannerObject, parse_constant), READONLY, "parse_constant"},
997 Py_VISIT(s->parse_constant);
1014 Py_CLEAR(s->parse_constant);
1472 Returns the result of parse_constant
1481 /* rval = parse_constant(constant) */
1482 rval = PyObject_CallFunctionObjArgs(s->parse_constant, cstr, NULL);
1925 s->parse_constant
[all...]

Completed in 58 milliseconds