Lines Matching refs:AddByte
41 builder.AddByte(255); in TestNumbers()
71 builder.AddByte(1); in TestVector_1xUInt8()
83 builder.AddByte(1); in TestVector_2xUint8()
85 builder.AddByte(2); in TestVector_2xUint8()
402 builder.AddByte(33); in TestVTableWithAVectorOf_2xStructOf_2xInt8()
403 builder.AddByte(44); in TestVTableWithAVectorOf_2xStructOf_2xInt8()
404 builder.AddByte(55); in TestVTableWithAVectorOf_2xStructOf_2xInt8()
405 builder.AddByte(66); in TestVTableWithAVectorOf_2xStructOf_2xInt8()
436 builder.AddByte(0, 33, 0); in TestVTableWithSomeElements()
464 builder.AddByte(0, 33, 0); in TestTwoFinishTable()
465 builder.AddByte(1, 44, 0); in TestTwoFinishTable()
470 builder.AddByte(0, 55, 0); in TestTwoFinishTable()
471 builder.AddByte(1, 66, 0); in TestTwoFinishTable()
472 builder.AddByte(2, 77, 0); in TestTwoFinishTable()
607 builder.AddByte(j, FuzzTestData.UInt8Value, 0); in CheckObjects()