Home
last modified time | relevance | path

Searched defs:createStructOfStructsOfStructs (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DStructOfStructsOfStructs.kt34 …fun createStructOfStructsOfStructs(builder: FlatBufferBuilder, a_a_id: UInt, a_a_distance: UInt, a… in a() method
DStructOfStructsOfStructs.php39 …public static function createStructOfStructsOfStructs(FlatBufferBuilder $builder, $a_a_id, $a_a_di… function in MyGame\\Example\\StructOfStructsOfStructs
DStructOfStructsOfStructs.java30 …public static int createStructOfStructsOfStructs(FlatBufferBuilder builder, long a_a_id, long a_a_… in createStructOfStructsOfStructs() method in StructOfStructsOfStructs
/third_party/flatbuffers/tests/ts/my-game/example/
Dstruct-of-structs-of-structs.js22 …static createStructOfStructsOfStructs(builder, a_a_id, a_a_distance, a_b_a, a_b_b, a_c_id, a_c_dis… method in StructOfStructsOfStructs