Searched refs:test3_b (Results 1 – 9 of 9) sorted by relevance
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Vec3.php | 79 …tic function createVec3(FlatBufferBuilder $builder, $x, $y, $z, $test1, $test2, $test3_a, $test3_b) argument 85 $builder->putSbyte($test3_b);
|
D | Vec3.lua | 37 function Vec3.CreateVec3(builder, x, y, z, test1, test2, test3_a, test3_b) 42 builder:PrependInt8(test3_b)
|
D | Vec3.kt | 33 …, 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()
|
D | Vec3.java | 28 …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()
|
D | Vec3.py | 36 def CreateVec3(builder, x, y, z, test1, test2, test3_a, test3_b): argument 41 builder.PrependInt8(test3_b)
|
D | Vec3.go | 94 …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/ |
D | vec3.ts | 75 …ber, y: number, z: number, test1: number, test2: Color, test3_a: number, test3_b: number):flatbuff… 80 builder.writeInt8(test3_b);
|
D | vec3.js | 57 static createVec3(builder, x, y, z, test1, test2, test3_a, test3_b) { argument 62 builder.writeInt8(test3_b);
|
/third_party/flatbuffers/tests/ |
D | monster_test_generated.lobster | 141 …latbuffers_builder, x:float, y:float, z:float, test1:float, test2:Color, test3_a:int, test3_b:int): 146 b_.PrependInt8(test3_b)
|