Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DArrayStruct.java28 …public static int createArrayStruct(FlatBufferBuilder builder, float a, int[] b, byte c, int[][] d… in createArrayStruct() method in ArrayStruct
95 return createArrayStruct( in pack()
/aosp_15_r20/external/flatbuffers/tests/
H A DJavaTest.java569 int arrayOffset = ArrayStruct.createArrayStruct(builder, in TestFixedLengthArrays()