Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_pickle.c2776 const char mark_op = MARK; in save_tuple() local
2833 if (_Pickler_Write(self, &mark_op, 1) < 0) in save_tuple()
2884 const char mark_op = MARK; in batch_list() local
2944 if (_Pickler_Write(self, &mark_op, 1) < 0) in batch_list()
3001 const char mark_op = MARK; in batch_list_exact() local
3023 if (_Pickler_Write(self, &mark_op, 1) < 0) in batch_list_exact()
3125 const char mark_op = MARK; in batch_dict() local
3194 if (_Pickler_Write(self, &mark_op, 1) < 0) in batch_dict()
3256 const char mark_op = MARK; in batch_dict_exact() local
3286 if (_Pickler_Write(self, &mark_op, in batch_dict_exact()
3395 const char mark_op = MARK; save_set() local
3460 const char mark_op = MARK; save_frozenset() local
[all...]

Completed in 7 milliseconds