Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStat.kt61 fun getRootAsStat(_bb: ByteBuffer): Stat = getRootAsStat(_bb, Stat()) in validateVersion() method
62 fun getRootAsStat(_bb: ByteBuffer, obj: Stat): Stat { in validateVersion() method
H A 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
H A DStat.php17 public static function getRootAsStat(ByteBuffer $bb) function in MyGame\\Example\\Stat
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dstat.ts16 static getRootAsStat(bb:flatbuffers.ByteBuffer, obj?:Stat):Stat { method in Stat
H A Dstat.js13 static getRootAsStat(bb, obj) { method in Stat
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts605 static getRootAsStat(bb:flatbuffers.ByteBuffer, obj?:MyGame_Example_Stat):MyGame_Example_Stat { method in MyGame_Example_Stat
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
H A Dmonster_test_generated.swift879 …public static func getRootAsStat(bb: ByteBuffer) -> MyGame_Example_Stat { return MyGame_Example_St… in getRootAsStat() function
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Dmonster_test_generated.swift879 …public static func getRootAsStat(bb: ByteBuffer) -> MyGame_Example_Stat { return MyGame_Example_St… in getRootAsStat() function