Home
last modified time | relevance | path

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

/external/flatbuffers/python/flatbuffers/
Dnumber_types.py33 packer_type = packer.boolean variable in BoolFlags
42 packer_type = packer.uint8 variable in Uint8Flags
51 packer_type = packer.uint16 variable in Uint16Flags
60 packer_type = packer.uint32 variable in Uint32Flags
69 packer_type = packer.uint64 variable in Uint64Flags
78 packer_type = packer.int8 variable in Int8Flags
87 packer_type = packer.int16 variable in Int16Flags
96 packer_type = packer.int32 variable in Int32Flags
105 packer_type = packer.int64 variable in Int64Flags
114 packer_type = packer.float32 variable in Float32Flags
[all …]
Dencode.py20 def Get(packer_type, buf, head): argument
25 def Write(packer_type, buf, head, n): argument