Searched refs:uint8Val (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 436 uint8Val := uint8(0xFF) 466 builder.PrependUint8Slot(int(f), uint8Val, 0) 524 check("uint8", uint8Val, table.GetUint8Slot(f, 0))
|
D | py_test.py | 223 uint8Val = N.Uint8Flags.py_type(0xFF) variable in TestFuzz 257 builder.PrependUint8Slot(int(j), self.uint8Val, 0) 312 check(table, "uint8", self.uint8Val,
|