Searched refs:createArrayStruct (Results 1 – 6 of 6) sorted by relevance
| /external/flatbuffers/tests/ts/arrays_test_complex/my-game/example/ |
| D | array-struct.js | 41 static createArrayStruct(builder, a_underscore, b_underscore, c, d, e, f, g) { method in ArrayStruct 96 …return ArrayStruct.createArrayStruct(builder, this.aUnderscore, this.bUnderscore, this.c, this.d, …
|
| D | array-struct.ts | 56 static createArrayStruct(builder:flatbuffers.Builder, a_underscore: number, b_underscore: number[]|… 158 return ArrayStruct.createArrayStruct(builder,
|
| D | array-struct.d.ts | 17 …static createArrayStruct(builder: flatbuffers.Builder, a_underscore: number, b_underscore: number[…
|
| /external/flatbuffers/tests/MyGame/Example/ |
| D | ArrayStruct.java | 40 …public static int createArrayStruct(FlatBufferBuilder builder, float a, int[] b, byte c, int[][] d… in createArrayStruct() method in ArrayStruct 107 return createArrayStruct( in pack()
|
| /external/flatbuffers/tests/ts/arrays_test_complex/ |
| D | arrays_test_complex_generated.cjs | 329 static createArrayStruct(builder, a_underscore, b_underscore, c, d, e, f, g) { 384 …return ArrayStruct.createArrayStruct(builder, this.aUnderscore, this.bUnderscore, this.c, this.d, …
|
| /external/flatbuffers/java/src/test/java/ |
| D | JavaTest.java | 540 int arrayOffset = ArrayStruct.createArrayStruct(builder, in TestFixedLengthArrays()
|