Searched defs:nativeInline (Results 1 – 9 of 9) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterT.java | 70 private MyGame.Example.TestT nativeInline; field in MonsterT 272 …public void setNativeInline(MyGame.Example.TestT nativeInline) { this.nativeInline = nativeInline;… in setNativeInline()
|
D | Monster.kt | 852 val nativeInline : MyGame.Example.Test? get() = nativeInline(MyGame.Example.Test()) constant in MyGame.Example.Monster 853 fun nativeInline(obj: MyGame.Example.Test) : MyGame.Example.Test? { in nativeInline() method
|
D | Monster.py | 1315 def MonsterAddNativeInline(builder, nativeInline): argument 1318 def AddNativeInline(builder, nativeInline): argument
|
D | Monster.java | 225 public MyGame.Example.Test nativeInline() { return nativeInline(new MyGame.Example.Test()); } in nativeInline() method in Monster 226 …public MyGame.Example.Test nativeInline(MyGame.Example.Test obj) { int o = __offset(106); return o… in nativeInline() method in Monster
|
D | Monster.php | 1881 public static function addNativeInline(FlatBufferBuilder $builder, $nativeInline)
|
/external/flatbuffers/tests/ts/my-game/example/ |
D | monster.js | 502 nativeInline(obj) { method in Monster 1115 ….None, testrequirednestedflatbuffer = [], scalarKeySortedTables = [], nativeInline = null, longEnu… argument
|
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 1327 …public var nativeInline: MyGame_Example_Test? { let o = _accessor.offset(VTOFFSET.nativeInline.v);… variable 1410 …public static func add(nativeInline: MyGame_Example_Test?, _ fbb: inout FlatBufferBuilder) { guard… in add() variable 2172 public var nativeInline: MyGame_Example_Test? variable
|
/external/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests/ |
D | monster_test_generated.swift | 1327 …public var nativeInline: MyGame_Example_Test? { let o = _accessor.offset(VTOFFSET.nativeInline.v);… variable 1410 …public static func add(nativeInline: MyGame_Example_Test?, _ fbb: inout FlatBufferBuilder) { guard… in add() variable 2172 public var nativeInline: MyGame_Example_Test? variable
|
/external/flatbuffers/tests/ |
D | monster_test_generated.py | 1927 def MonsterAddNativeInline(builder, nativeInline): argument
|