Searched refs:AnyAmbiguous (Results 1 – 5 of 5) sorted by relevance
185 …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 …]
55 AnyAmbiguous *AnyAmbiguousAliasesT member230 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
514 function Monster_mt:AnyAmbiguous() function
691 def AnyAmbiguous(self): member in Monster1340 …ample.AnyAmbiguousAliases.AnyAmbiguousAliasesCreator(self.anyAmbiguousType, monster.AnyAmbiguous())
233 self.assertTrue(monster2.AnyAmbiguous() is None)