Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DStructOfStructs.kt38 …fun createStructOfStructs(builder: FlatBufferBuilder, a_id: UInt, a_distance: UInt, b_a: Short, b_… in a() method
DStructOfStructs.php59 …public static function createStructOfStructs(FlatBufferBuilder $builder, $a_id, $a_distance, $b_a,… function in MyGame\\Example\\StructOfStructs
DStructOfStructs.java34 …public static int createStructOfStructs(FlatBufferBuilder builder, long a_id, long a_distance, sho… in createStructOfStructs() method in StructOfStructs
/third_party/flatbuffers/tests/ts/my-game/example/
Dstruct-of-structs.js29 static createStructOfStructs(builder, a_id, a_distance, b_a, b_b, c_id, c_distance) { method in StructOfStructs