Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/MyGame/Example/
H A DMonster.cs413 _o.AnyAmbiguous = new MyGame.Example.AnyAmbiguousAliasesUnion(); in UnPackTo()
414 _o.AnyAmbiguous.Type = this.AnyAmbiguousType; in UnPackTo()
418 …_o.AnyAmbiguous.Value = this.AnyAmbiguous<MyGame.Example.Monster>().HasValue ? this.AnyAmbiguous<M… in UnPackTo()
421 …_o.AnyAmbiguous.Value = this.AnyAmbiguous<MyGame.Example.Monster>().HasValue ? this.AnyAmbiguous<M… in UnPackTo()
424 …_o.AnyAmbiguous.Value = this.AnyAmbiguous<MyGame.Example.Monster>().HasValue ? this.AnyAmbiguous<M… in UnPackTo()
534 …var _any_ambiguous_type = _o.AnyAmbiguous == null ? MyGame.Example.AnyAmbiguousAliases.NONE : _o.A… in Pack()
535 …var _any_ambiguous = _o.AnyAmbiguous == null ? 0 : MyGame.Example.AnyAmbiguousAliasesUnion.Pack(bu… in Pack()
719 …return this.AnyAmbiguous != null ? this.AnyAmbiguous.Type : MyGame.Example.AnyAmbiguousAliases.NON…
722 this.AnyAmbiguous = new MyGame.Example.AnyAmbiguousAliasesUnion();
723 this.AnyAmbiguous.Type = value;
[all …]
H A DMonster.go55 AnyAmbiguous *AnyAmbiguousAliasesT member
228 anyAmbiguousOffset := t.AnyAmbiguous.Pack(builder)
289 if t.AnyAmbiguous != nil {
290 MonsterAddAnyAmbiguousType(builder, t.AnyAmbiguous.Type)
416 if rcv.AnyAmbiguous(&anyAmbiguousTable) {
417 t.AnyAmbiguous = rcv.AnyAmbiguousType().UnPack(anyAmbiguousTable)
1197 func (rcv *Monster) AnyAmbiguous(obj *flatbuffers.Table) bool { func
H A DMonster.lua502 function Monster_mt:AnyAmbiguous() function
H A DMonster.py679 def AnyAmbiguous(self): member in Monster
1027 …ample.AnyAmbiguousAliases.AnyAmbiguousAliasesCreator(self.anyAmbiguousType, monster.AnyAmbiguous())
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DMonster.cs548 _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()
674 …var _any_ambiguous = _o.AnyAmbiguous == null ? 0 : MyGame.Example.AnyAmbiguousAliasesUnion.Pack(bu… in Pack()
871 …return this.AnyAmbiguous != null ? this.AnyAmbiguous.Type : MyGame.Example.AnyAmbiguousAliases.NON…
874 this.AnyAmbiguous = new MyGame.Example.AnyAmbiguousAliasesUnion();
875 this.AnyAmbiguous.Type = value;
[all …]
H A 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
H A DMonster.lua514 function Monster_mt:AnyAmbiguous() function
H A DMonster.py691 def AnyAmbiguous(self): member in Monster
1340 …ample.AnyAmbiguousAliases.AnyAmbiguousAliasesCreator(self.anyAmbiguousType, monster.AnyAmbiguous())
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/MyGame/Example/
H A DMonster.cs548 _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()
674 …var _any_ambiguous = _o.AnyAmbiguous == null ? 0 : MyGame.Example.AnyAmbiguousAliasesUnion.Pack(bu… in Pack()
871 …return this.AnyAmbiguous != null ? this.AnyAmbiguous.Type : MyGame.Example.AnyAmbiguousAliases.NON…
874 this.AnyAmbiguous = new MyGame.Example.AnyAmbiguousAliasesUnion();
875 this.AnyAmbiguous.Type = value;
[all …]
H A 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
H A DMonster.lua514 function Monster_mt:AnyAmbiguous() function
H A DMonster.py691 def AnyAmbiguous(self): member in Monster
1340 …ample.AnyAmbiguousAliases.AnyAmbiguousAliasesCreator(self.anyAmbiguousType, monster.AnyAmbiguous())
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/tests/MyGame/Example/
H A DMonster.lua502 function Monster_mt:AnyAmbiguous() function
H A DMonster.go694 func (rcv *Monster) AnyAmbiguous(obj *flatbuffers.Table) bool { func
H A DMonster.py588 def AnyAmbiguous(self): member in Monster
H A DMonster.cs180 …public TTable? AnyAmbiguous<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__off…
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DMonster.lua502 function Monster_mt:AnyAmbiguous() function
H A DMonster.py588 def AnyAmbiguous(self): member in Monster
H A DMonster.go775 func (rcv *Monster) AnyAmbiguous(obj *flatbuffers.Table) bool { func
H A DMonster.cs180 …public TTable? AnyAmbiguous<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__off…
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/MyGame/Example/
H A DMonster.lua502 function Monster_mt:AnyAmbiguous() function
H A DMonster.py592 def AnyAmbiguous(self): member in Monster
H A DMonster.go775 func (rcv *Monster) AnyAmbiguous(obj *flatbuffers.Table) bool { func
H A DMonster.cs181 …public TTable? AnyAmbiguous<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__off…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/
H A Dpy_test.py233 self.assertTrue(monster2.AnyAmbiguous() is None)

12