Searched refs:bigint_as_string (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A D__init__.py141 bigint_as_string=False,
149 bigint_as_string=False, sort_keys=False, item_sort_key=None,
199 If *bigint_as_string* is true (default: ``False``), ints 2**53 and higher
224 and not bigint_as_string and not item_sort_key and not kw):
235 bigint_as_string=bigint_as_string,
249 bigint_as_string=False, sort_keys=False, item_sort_key=None,
296 If *bigint_as_string* is true (not the default), ints 2**53 and higher
319 and not bigint_as_string and not sort_keys
331 bigint_as_string
[all...]
H A Dencoder.py110 tuple_as_array=True, bigint_as_string=False,
165 If bigint_as_string is true (not the default), ints 2**53 and higher
182 self.bigint_as_string = bigint_as_string
300 self.bigint_as_string, self.item_sort_key,
308 self.bigint_as_string, self.item_sort_key,
H A D_speedups.c91 int bigint_as_string; member in struct:_PyEncoderObject
2070 static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separator", "sort_keys", "skipkeys", "allow_nan", "key_memo", "use_decimal", "namedtuple_as_object", "tuple_as_array", "bigint_as_string", "item_sort_key", "Decimal", NULL};
2076 PyObject *bigint_as_string, *item_sort_key, *Decimal; local
2084 &namedtuple_as_object, &tuple_as_array, &bigint_as_string,
2102 s->bigint_as_string = PyObject_IsTrue(bigint_as_string);
2243 if (s->bigint_as_string) {

Completed in 84 milliseconds