Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonster.kt736 fun anyAmbiguous(obj: Table) : Table? { in anyAmbiguous() method
DMonster.py785 def MonsterAddAnyAmbiguous(builder, anyAmbiguous): builder.PrependUOffsetTRelativeSlot(46, flatbuff… argument
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/
Dmonster_test_generated.ts1739 anyAmbiguous<T extends flatbuffers.Table>(obj:T):T|null { method in MyGame.Example.Monster
Dmonster_test_generated.js1887 MyGame.Example.Monster.prototype.anyAmbiguous = function(obj) { method in MyGame.Example.Monster