Home
last modified time | relevance | path

Searched refs:Pickle (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/python/doc/reference/
Dpickle.qbk1 [section Pickle support]
3 Pickle is a Python module for object serialization, also known as persistence, marshalling, or flat…
9 [section The Pickle Interface]
/third_party/gn/src/base/files/
Dfile_path.h137 class Pickle; variable
/third_party/python/Misc/NEWS.d/
D3.5.0a2.rst252 Pickle representation of floats with protocol 0 now is the same for both
/third_party/jerryscript/tools/pylint/
Dpylintrc14 # Pickle collected data for later comparisons.
/third_party/python/Doc/library/
Dpickle.rst1041 .. seealso:: :pep:`574` -- Pickle protocol 5 with out-of-band data
1151 # Pickle the 'data' dictionary using the highest protocol available.
1172 Pickle interface constructor registration for extension types.
Dzoneinfo.rst287 Pickle serialization
/third_party/tzdata/
Dnorthamerica1663 # Matthews and Vincent (1998) write that Atikokan, Pickle Lake, and
1682 # Walton also writes "Supposedly Pickle Lake and Mishkeegogamang
/third_party/python/Doc/whatsnew/
D3.8.rst366 Pickle protocol 5 with out-of-band data buffers
D2.3.rst814 PEP 307: Pickle Enhancements
D3.4.rst1230 :pep:`3154` -- Pickle protocol 4
/third_party/chromium/patch/
D0004-3.2-Beta5.patch6753 + base::Pickle pickle;
6766 + base::Pickle* pickle) {
6799 + base::Pickle pickle(reinterpret_cast<const char*>(temp_buffer),
6929 + base::Pickle* pickle);
D0003-3.2-Beta3-1115.patch23239 +struct Header : public base::Pickle::Header {
23291 + base::Pickle pickle(reinterpret_cast<const char*>(value->GetBlob().data()),
23433 + base::Pickle pickle_;
43604 @@ -27,7 +27,7 @@ class Pickle;
/third_party/python/Misc/
DHISTORY8310 - Issue #13505: Pickle bytes objects in a way that is compatible with