Home
last modified time | relevance | path

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

/third_party/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
/third_party/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