Searched refs:uint16Val (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 421 uint16Val := uint16(0xFEEE) 453 builder.PrependUint16Slot(int(f), uint16Val, 0) 511 check("uint16", uint16Val, table.GetUint16Slot(f, 0))
|
D | py_test.py | 180 uint16Val = N.Uint16Flags.py_type(0xFEEE) variable in TestFuzz 216 builder.PrependUint16Slot(int(j), self.uint16Val, 0) 273 check(table, "uint16", self.uint16Val,
|