Home
last modified time | relevance | path

Searched defs:getRootAsStat (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DStat.kt62 fun getRootAsStat(_bb: ByteBuffer): Stat = getRootAsStat(_bb, Stat()) in validateVersion() method
63 fun getRootAsStat(_bb: ByteBuffer, obj: Stat): Stat { in validateVersion() method
DStat.java13 public static Stat getRootAsStat(ByteBuffer _bb) { return getRootAsStat(_bb, new Stat()); } in getRootAsStat() method in Stat
14 …public static Stat getRootAsStat(ByteBuffer _bb, Stat obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); r… in getRootAsStat() method in Stat
DStat.php17 public static function getRootAsStat(ByteBuffer $bb) function in MyGame\\Example\\Stat
/third_party/flatbuffers/tests/my-game/example/
Dstat.ts16 static getRootAsStat(bb:flatbuffers.ByteBuffer, obj?:Stat):Stat { method in Stat
Dstat.js13 static getRootAsStat(bb, obj) { method in Stat
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift551 …public static func getRootAsStat(bb: ByteBuffer) -> MyGame_Example_Stat { return MyGame_Example_St… in getRootAsStat() function