Searched defs:parent_width (Results 1 – 2 of 2) sorted by relevance
/third_party/flatbuffers/python/flatbuffers/ |
D | flexbuffers.py | 548 def PackedType(buf, parent_width, packed_type): argument 552 def __init__(self, buf, parent_width, byte_width, type_): argument
|
/third_party/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 376 Reference(const uint8_t *data, uint8_t parent_width, uint8_t byte_width, in Reference() 383 Reference(const uint8_t *data, uint8_t parent_width, uint8_t packed_type) in Reference()
|