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

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpickletools.py357 def read_string4(f): function
360 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x00abc"))
362 >>> read_string4(StringIO.StringIO("\x03\x00\x00\x00abcdef"))
364 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x03abcdef"))
382 reader=read_string4,
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpickletools.py357 def read_string4(f): function
360 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x00abc"))
362 >>> read_string4(StringIO.StringIO("\x03\x00\x00\x00abcdef"))
364 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x03abcdef"))
382 reader=read_string4,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpickletools.py357 def read_string4(f): function
360 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x00abc"))
362 >>> read_string4(StringIO.StringIO("\x03\x00\x00\x00abcdef"))
364 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x03abcdef"))
382 reader=read_string4,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpickletools.py357 def read_string4(f): function
360 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x00abc"))
362 >>> read_string4(StringIO.StringIO("\x03\x00\x00\x00abcdef"))
364 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x03abcdef"))
382 reader=read_string4,

Completed in 152 milliseconds