Home
last modified time | relevance | path

Searched defs:anyAmbiguous (Results 1 – 10 of 10) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonsterT.java53 private MyGame.Example.AnyAmbiguousAliasesUnion anyAmbiguous; field in MonsterT
232 …public void setAnyAmbiguous(MyGame.Example.AnyAmbiguousAliasesUnion anyAmbiguous) { this.anyAmbigu… in setAnyAmbiguous()
DMonster.py1015 def MonsterAddAnyAmbiguous(builder, anyAmbiguous): builder.PrependUOffsetTRelativeSlot(46, flatbuff… argument
1016 def AddAnyAmbiguous(builder, anyAmbiguous): argument
DMonster.kt735 fun anyAmbiguous(obj: Table) : Table? { in anyAmbiguous() method
DMonster.java187 …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/
Dmonster.ts588 anyAmbiguous<T extends flatbuffers.Table>(obj:any):any|null { method in Monster
1372 const anyAmbiguous = builder.createObjectOffset(this.anyAmbiguous); constant
Dmonster.js453 anyAmbiguous(obj) { method in Monster
986 ….NONE, anyUnique = null, anyAmbiguousType = AnyAmbiguousAliases.NONE, anyAmbiguous = null, vectorO… argument
/external/flatbuffers/tests/ts/ts-flat-files/
Dmonster_test_generated.ts1090 anyAmbiguous<T extends flatbuffers.Table>(obj:any):any|null { method in MyGame_Example_Monster
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift2083 public var anyAmbiguous: MyGame_Example_AnyAmbiguousAliasesUnion? variable
/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
Dmonster_test_generated.swift2083 public var anyAmbiguous: MyGame_Example_AnyAmbiguousAliasesUnion? variable
/external/flatbuffers/tests/
Dmonster_test_generated.py1636 def MonsterAddAnyAmbiguous(builder, anyAmbiguous): builder.PrependUOffsetTRelativeSlot(46, flatbuff… argument