/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | MonsterT.java | 58 private MyGame.Example.TestT nativeInline; field in MonsterT 252 …public void setNativeInline(MyGame.Example.TestT nativeInline) { this.nativeInline = nativeInline;… in setNativeInline()
|
H A D | Monster.kt | 836 val nativeInline : MyGame.Example.Test? get() = nativeInline(MyGame.Example.Test()) constant 837 fun nativeInline(obj: MyGame.Example.Test) : MyGame.Example.Test? { in nativeInline() method in MyGame.Example.Monster
|
H A D | Monster.py | 1046 def MonsterAddNativeInline(builder, nativeInline): builder.PrependStructSlot(51, flatbuffers.number… argument 1047 def AddNativeInline(builder, nativeInline): argument
|
H A D | Monster.java | 213 public MyGame.Example.Test nativeInline() { return nativeInline(new MyGame.Example.Test()); } in nativeInline() method in Monster 214 …public MyGame.Example.Test nativeInline(MyGame.Example.Test obj) { int o = __offset(106); return o… in nativeInline() method in Monster
|
H A D | Monster.php | 1801 public static function addNativeInline(FlatBufferBuilder $builder, $nativeInline)
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | monster.js | 501 nativeInline(obj) { method in Monster 986 ….None, testrequirednestedflatbuffer = [], scalarKeySortedTables = [], nativeInline = null, longEnu… argument
|
H A D | monster.ts | 649 nativeInline(obj?:Test):Test|null { method in Monster
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/ |
H A D | monster_test_generated.swift | 1331 …public var nativeInline: MyGame_Example_Test? { let o = _accessor.offset(VTOFFSET.nativeInline.v);… variable 1398 …public static func add(nativeInline: MyGame_Example_Test?, _ fbb: inout FlatBufferBuilder) { guard… in add() variable 2088 public var nativeInline: MyGame_Example_Test? variable
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | monster_test_generated.swift | 1331 …public var nativeInline: MyGame_Example_Test? { let o = _accessor.offset(VTOFFSET.nativeInline.v);… variable 1398 …public static func add(nativeInline: MyGame_Example_Test?, _ fbb: inout FlatBufferBuilder) { guard… in add() variable 2088 public var nativeInline: MyGame_Example_Test? variable
|
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/ |
H A D | monster_test_generated.ts | 1140 nativeInline(obj?:MyGame_Example_Test):MyGame_Example_Test|null { method in MyGame_Example_Monster
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_generated.py | 1649 def MonsterAddNativeInline(builder, nativeInline): builder.PrependStructSlot(51, flatbuffers.number… argument
|