Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dgo_test.go438 uint16Val := uint16(0xFEEE)
470 builder.PrependUint16Slot(int(f), uint16Val, 0)
528 check("uint16", uint16Val, table.GetUint16Slot(f, 0))
Dpy_test.py225 uint16Val = N.Uint16Flags.py_type(0xFEEE) variable in TestFuzz
261 builder.PrependUint16Slot(int(j), self.uint16Val, 0)
318 check(table, "uint16", self.uint16Val,