Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DMonster.cs185 …public TTable? AnyAmbiguous<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__off…
186 …public MyGame.Example.Monster AnyAmbiguousAsM1() { return AnyAmbiguous<MyGame.Example.Monster>().V… in AnyAmbiguousAsM1()
187 …public MyGame.Example.Monster AnyAmbiguousAsM2() { return AnyAmbiguous<MyGame.Example.Monster>().V… in AnyAmbiguousAsM2()
188 …public MyGame.Example.Monster AnyAmbiguousAsM3() { return AnyAmbiguous<MyGame.Example.Monster>().V… in AnyAmbiguousAsM3()
548 _o.AnyAmbiguous = new MyGame.Example.AnyAmbiguousAliasesUnion(); in UnPackTo()
549 _o.AnyAmbiguous.Type = this.AnyAmbiguousType; in UnPackTo()
553 …_o.AnyAmbiguous.Value = this.AnyAmbiguous<MyGame.Example.Monster>().HasValue ? this.AnyAmbiguous<M… in UnPackTo()
556 …_o.AnyAmbiguous.Value = this.AnyAmbiguous<MyGame.Example.Monster>().HasValue ? this.AnyAmbiguous<M… in UnPackTo()
559 …_o.AnyAmbiguous.Value = this.AnyAmbiguous<MyGame.Example.Monster>().HasValue ? this.AnyAmbiguous<M… in UnPackTo()
673 …var _any_ambiguous_type = _o.AnyAmbiguous == null ? MyGame.Example.AnyAmbiguousAliases.NONE : _o.A… in Pack()
[all …]
DMonster.go55 AnyAmbiguous *AnyAmbiguousAliasesT member
230 anyAmbiguousOffset := t.AnyAmbiguous.Pack(builder)
308 if t.AnyAmbiguous != nil {
309 MonsterAddAnyAmbiguousType(builder, t.AnyAmbiguous.Type)
437 if rcv.AnyAmbiguous(&anyAmbiguousTable) {
438 t.AnyAmbiguous = rcv.AnyAmbiguousType().UnPack(anyAmbiguousTable)
1233 func (rcv *Monster) AnyAmbiguous(obj *flatbuffers.Table) bool { func
DMonster.lua514 function Monster_mt:AnyAmbiguous() function
DMonster.py691 def AnyAmbiguous(self): member in Monster
1340 …ample.AnyAmbiguousAliases.AnyAmbiguousAliasesCreator(self.anyAmbiguousType, monster.AnyAmbiguous())
/third_party/flatbuffers/tests/
Dpy_test.py233 self.assertTrue(monster2.AnyAmbiguous() is None)