Searched refs:int8Val (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 551 int8Val := int8(-127) // 0x81 580 builder.PrependInt8Slot(int(f), int8Val, 0) 638 check("int8", int8Val, table.GetInt8Slot(f, 0))
|
D | py_test.py | 768 int8Val = N.Int8Flags.py_type(-127) # 0x81 variable in TestFuzz 801 builder.PrependInt8Slot(int(j), self.int8Val, 0) 855 check(table, 'int8', self.int8Val, table.GetSlot(f, 0, N.Int8Flags))
|