Home
last modified time | relevance | path

Searched refs:int16Val (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/
Dgo_test.go420 int16Val := int16(-32222) // 0x8222
451 builder.PrependInt16Slot(int(f), int16Val, 0)
509 check("int16", int16Val, table.GetInt16Slot(f, 0))
Dpy_test.py179 int16Val = N.Int16Flags.py_type(-32222) # 0x8222 variable in TestFuzz
214 builder.PrependInt16Slot(int(j), self.int16Val, 0)
270 check(table, "int16", self.int16Val,