Home
last modified time | relevance | path

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

/external/cronet/tot/build/toolchain/win/
Dml.py27 def pack_into(self, buffer, offset, data): member in Struct
/external/cronet/stable/build/toolchain/win/
Dml.py27 def pack_into(self, buffer, offset, data): member in Struct
/external/angle/build/toolchain/win/
Dml.py27 def pack_into(self, buffer, offset, data): member in Struct
/external/python/cpython3/Lib/test/
Dtest_struct.py463 pack_into = lambda *args: struct.pack_into(fmt, *args) function
/external/python/cpython3/Modules/
D_testbuffer.c301 PyObject *structobj, *pack_into; in pack_from_list() local
394 PyObject *structobj = NULL, *pack_into = NULL, *args = NULL; in pack_single() local
D_struct.c2361 pack_into(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in pack_into() function