Searched defs:anyAmbiguous (Results 1 – 10 of 10) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterT.java | 53 private MyGame.Example.AnyAmbiguousAliasesUnion anyAmbiguous; field in MonsterT 232 …public void setAnyAmbiguous(MyGame.Example.AnyAmbiguousAliasesUnion anyAmbiguous) { this.anyAmbigu… in setAnyAmbiguous()
|
D | Monster.py | 1015 def MonsterAddAnyAmbiguous(builder, anyAmbiguous): builder.PrependUOffsetTRelativeSlot(46, flatbuff… argument 1016 def AddAnyAmbiguous(builder, anyAmbiguous): argument
|
D | Monster.kt | 735 fun anyAmbiguous(obj: Table) : Table? { in anyAmbiguous() method
|
D | Monster.java | 187 …public Table anyAmbiguous(Table obj) { int o = __offset(96); return o != 0 ? __union(obj, o + bb_p… in anyAmbiguous() method in Monster
|
/external/flatbuffers/tests/my-game/example/ |
D | monster.ts | 588 anyAmbiguous<T extends flatbuffers.Table>(obj:any):any|null { method in Monster 1372 const anyAmbiguous = builder.createObjectOffset(this.anyAmbiguous); constant
|
D | monster.js | 453 anyAmbiguous(obj) { method in Monster 986 ….NONE, anyUnique = null, anyAmbiguousType = AnyAmbiguousAliases.NONE, anyAmbiguous = null, vectorO… argument
|
/external/flatbuffers/tests/ts/ts-flat-files/ |
D | monster_test_generated.ts | 1090 anyAmbiguous<T extends flatbuffers.Table>(obj:any):any|null { method in MyGame_Example_Monster
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 2083 public var anyAmbiguous: MyGame_Example_AnyAmbiguousAliasesUnion? variable
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/ |
D | monster_test_generated.swift | 2083 public var anyAmbiguous: MyGame_Example_AnyAmbiguousAliasesUnion? variable
|
/external/flatbuffers/tests/ |
D | monster_test_generated.py | 1636 def MonsterAddAnyAmbiguous(builder, anyAmbiguous): builder.PrependUOffsetTRelativeSlot(46, flatbuff… argument
|