Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DReferrable.kt57 fun createReferrable(builder: FlatBufferBuilder, id: ULong) : Int { in createReferrable() method
DReferrable.php72 public static function createReferrable(FlatBufferBuilder $builder, $id) function in MyGame\\Example\\Referrable
DReferrable.java33 public static int createReferrable(FlatBufferBuilder builder, in createReferrable() method in Referrable
/third_party/flatbuffers/tests/ts/my-game/example/
Dreferrable.js46 static createReferrable(builder, id) { method in Referrable