Home
last modified time | relevance | path

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

/external/flatbuffers/tests/ts/arrays_test_complex/my-game/example/
Dnested-struct.js35 static createNestedStruct(builder, a, b, c_underscore, d_outer, e) { method in NestedStruct
/external/flatbuffers/tests/MyGame/Example/
DNestedStruct.java36 …public static int createNestedStruct(FlatBufferBuilder builder, int[] a, byte b, byte[] c, long[] … in createNestedStruct() method in NestedStruct