Home
last modified time | relevance | path

Searched defs:marshal (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Doc/library/
Dpickle.rst87 .. _comparison-with-json:
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd42 marshal NMTOKEN #IMPLIED attribute
Dgl_XML.py566 def size_string(self, use_parens = 1, marshal = 0): argument
/third_party/libffi/src/riscv/
Dffi.c209 static void marshal(call_builder *cb, ffi_type *type, int var, void *data) { in marshal() function
/third_party/python/Doc/whatsnew/
D3.4.rst1100 marshal section in Improved Modules
/third_party/python/Lib/test/
Dtest_bytes.py1848 def marshal(self, x): member in BytearrayPEP3137Test