Searched refs:int16Val (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 420 int16Val := int16(-32222) // 0x8222 451 builder.PrependInt16Slot(int(f), int16Val, 0) 509 check("int16", int16Val, table.GetInt16Slot(f, 0))
|
D | py_test.py | 179 int16Val = N.Int16Flags.py_type(-32222) # 0x8222 variable in TestFuzz 214 builder.PrependInt16Slot(int(j), self.int16Val, 0) 270 check(table, "int16", self.int16Val,
|