Home
last modified time | relevance | path

Searched refs:TUPLE3 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dpickle.py156 TUPLE3 = '\x87' # build 3-tuple from three topmost stack items variable
162 _tuplesize2code = [EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3]
1018 dispatch[TUPLE3] = load_tuple3
/external/python/cpython2/Modules/
DcPickle.c82 #define TUPLE3 '\x87' /* build 3-tuple from three topmost stack items */ macro
1515 static char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple()
4844 case TUPLE3: in load()
5261 case TUPLE3: in noload()
/external/python/cpython2/Lib/test/
Dpickletester.py1165 (2, 3): pickle.TUPLE3,
/external/v8/src/
Dobjects.h531 V(TUPLE3, Tuple3, tuple3) \