Lines Matching refs:AddShort
43 builder.AddShort(-32222); in TestNumbers()
223 builder.AddShort(0, 0x789A, 0); in TestVTableWithOneInt16()
244 builder.AddShort(0, 0x3456, 0); in TestVTableWithTwoInt16()
245 builder.AddShort(1, 0x789A, 0); in TestVTableWithTwoInt16()
266 builder.AddShort(0, 0x3456, 0); in TestVTableWithInt16AndBool()
317 builder.AddShort(0, 55, 0); in TestVTableWithEmptyVectorAndScalars()
342 builder.AddShort(0x1234); in TestVTableWith_1xInt16_and_Vector_or_2xInt16()
343 builder.AddShort(0x5678); in TestVTableWith_1xInt16_and_Vector_or_2xInt16()
348 builder.AddShort(0, 55, 0); in TestVTableWith_1xInt16_and_Vector_or_2xInt16()
375 builder.AddShort(0x1234); in TestVTableWithAStruct_of_int8_int16_int32()
437 builder.AddShort(1, 66, 0); in TestVTableWithSomeElements()
612 builder.AddShort(j, FuzzTestData.Int16Value, 0); in CheckObjects()