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()
413 builder.AddByte(33); in TestVTableWithAVectorOf_2xStructOf_2xInt8()
414 builder.AddByte(44); in TestVTableWithAVectorOf_2xStructOf_2xInt8()
415 builder.AddByte(55); in TestVTableWithAVectorOf_2xStructOf_2xInt8()
416 builder.AddByte(66); in TestVTableWithAVectorOf_2xStructOf_2xInt8()
447 builder.AddByte(0, 33, 0); in TestVTableWithSomeElements()
480 builder.AddByte(0, 33, 0); in TestTwoFinishTable()
481 builder.AddByte(1, 44, 0); in TestTwoFinishTable()
486 builder.AddByte(0, 55, 0); in TestTwoFinishTable()
487 builder.AddByte(1, 66, 0); in TestTwoFinishTable()
488 builder.AddByte(2, 77, 0); in TestTwoFinishTable()
676 builder.AddByte(j, FuzzTestData.UInt8Value, 0); in CheckObjects()