Home
last modified time | relevance | path

Searched defs:structobj (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
D_testbuffer.c304 PyObject *structobj, *pack_into; in pack_from_list() local
397 PyObject *structobj = NULL, *pack_into = NULL, *args = NULL; in pack_single() local
660 PyObject *structobj = NULL, *unpack_from = NULL; in ndarray_as_list() local
/external/flatbuffers/include/flatbuffers/
Dflatbuffer_builder.h1073 template<typename T> Offset<const T *> CreateStruct(const T &structobj) { in CreateStruct()
/external/python/cpython3/Objects/
Dmemoryobject.c1963 PyObject *structobj = NULL; in struct_get_unpacker() local
/external/python/cffi/c/
D_cffi_backend.c318 PyObject *structobj; /* for ffi.new_handle() or ffi.new("struct *") */ member