Home
last modified time | relevance | path

Searched refs:AnyAmbiguousType (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonster.cs178 …public MyGame.Example.AnyAmbiguousAliases AnyAmbiguousType { get { int o = __p.__offset(94); retur… property
414 _o.AnyAmbiguous.Type = this.AnyAmbiguousType; in UnPackTo()
415 switch (this.AnyAmbiguousType) { in UnPackTo()
717 private MyGame.Example.AnyAmbiguousAliases AnyAmbiguousType { property in MyGame.Example.MonsterT
DMonster.lua495 function Monster_mt:AnyAmbiguousType() function
DMonster.go417 t.AnyAmbiguous = rcv.AnyAmbiguousType().UnPack(anyAmbiguousTable)
1185 func (rcv *Monster) AnyAmbiguousType() AnyAmbiguousAliases { func
DMonster.py672 def AnyAmbiguousType(self): member in Monster
1026 self.anyAmbiguousType = monster.AnyAmbiguousType()
/external/flatbuffers/tests/
Dpy_test.py232 self.assertEqual(monster2.AnyAmbiguousType(), 0)