Home
last modified time | relevance | path

Searched refs:createArrayStruct (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/tests/ts/arrays_test_complex/my-game/example/
Darray-struct.js41 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, …
Darray-struct.ts56 static createArrayStruct(builder:flatbuffers.Builder, a_underscore: number, b_underscore: number[]|…
158 return ArrayStruct.createArrayStruct(builder,
Darray-struct.d.ts17 …static createArrayStruct(builder: flatbuffers.Builder, a_underscore: number, b_underscore: number[…
/external/flatbuffers/tests/MyGame/Example/
DArrayStruct.java40 …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/
Darrays_test_complex_generated.cjs329 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/
DJavaTest.java540 int arrayOffset = ArrayStruct.createArrayStruct(builder, in TestFixedLengthArrays()