Home
last modified time | relevance | path

Searched defs:packer_type (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/python/flatbuffers/
Dnumber_types.py35 packer_type = packer.boolean variable in BoolFlags
44 packer_type = packer.uint8 variable in Uint8Flags
53 packer_type = packer.uint16 variable in Uint16Flags
62 packer_type = packer.uint32 variable in Uint32Flags
71 packer_type = packer.uint64 variable in Uint64Flags
80 packer_type = packer.int8 variable in Int8Flags
89 packer_type = packer.int16 variable in Int16Flags
98 packer_type = packer.int32 variable in Int32Flags
107 packer_type = packer.int64 variable in Int64Flags
116 packer_type = packer.float32 variable in Float32Flags
[all …]
Dencode.py22 def Get(packer_type, buf, head): argument
38 def Write(packer_type, buf, head, n): argument