Home
last modified time | relevance | path

Searched refs:test3_b (Results 1 – 9 of 9) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DVec3.php79 …tic function createVec3(FlatBufferBuilder $builder, $x, $y, $z, $test1, $test2, $test3_a, $test3_b) argument
85 $builder->putSbyte($test3_b);
DVec3.lua37 function Vec3.CreateVec3(builder, x, y, z, test1, test2, test3_a, test3_b)
42 builder:PrependInt8(test3_b)
DVec3.kt33 …, x: Float, y: Float, z: Float, test1: Double, test2: UByte, test3_a: Short, test3_b: Byte) : Int { in mutateX()
38 builder.putByte(test3_b) in mutateX()
DVec3.java28 …Builder builder, float x, float y, float z, double test1, int test2, short test3_a, byte test3_b) { in createVec3() argument
33 builder.putByte(test3_b); in createVec3()
DVec3.py36 def CreateVec3(builder, x, y, z, test1, test2, test3_a, test3_b): argument
41 builder.PrependInt8(test3_b)
DVec3.go94 …loat32, y float32, z float32, test1 float64, test2 Color, test3_a int16, test3_b int8) flatbuffers…
99 builder.PrependInt8(test3_b)
/third_party/flatbuffers/tests/my-game/example/
Dvec3.ts75 …ber, y: number, z: number, test1: number, test2: Color, test3_a: number, test3_b: number):flatbuff…
80 builder.writeInt8(test3_b);
Dvec3.js57 static createVec3(builder, x, y, z, test1, test2, test3_a, test3_b) { argument
62 builder.writeInt8(test3_b);
/third_party/flatbuffers/tests/
Dmonster_test_generated.lobster141 …latbuffers_builder, x:float, y:float, z:float, test1:float, test2:Color, test3_a:int, test3_b:int):
146 b_.PrependInt8(test3_b)