Searched refs:uint16Val (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 438 uint16Val := uint16(0xFEEE) 470 builder.PrependUint16Slot(int(f), uint16Val, 0) 528 check("uint16", uint16Val, table.GetUint16Slot(f, 0))
|
D | py_test.py | 225 uint16Val = N.Uint16Flags.py_type(0xFEEE) variable in TestFuzz 261 builder.PrependUint16Slot(int(j), self.uint16Val, 0) 318 check(table, "uint16", self.uint16Val,
|