Searched refs:uint16Val (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 554 uint16Val := uint16(0xFEEE) 586 builder.PrependUint16Slot(int(f), uint16Val, 0) 644 check("uint16", uint16Val, table.GetUint16Slot(f, 0))
|
D | py_test.py | 771 uint16Val = N.Uint16Flags.py_type(0xFEEE) variable in TestFuzz 807 builder.PrependUint16Slot(int(j), self.uint16Val, 0) 863 check(table, 'uint16', self.uint16Val,
|