Home
last modified time | relevance | path

Searched refs:int8Val (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/
Dgo_test.go551 int8Val := int8(-127) // 0x81
580 builder.PrependInt8Slot(int(f), int8Val, 0)
638 check("int8", int8Val, table.GetInt8Slot(f, 0))
Dpy_test.py768 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))