Searched defs:anyAmbiguousType (Results 1 – 5 of 5) sorted by relevance
1767 MyGame.Example.Monster.prototype.anyAmbiguousType = function() { method in MyGame.Example.Monster2502 MyGame.Example.Monster.addAnyAmbiguousType = function(builder, anyAmbiguousType) { argument2612 … vectorOfNonOwningReferencesOffset, anyUniqueType, anyUniqueOffset, anyAmbiguousType, anyAmbiguous… argument
1678 anyAmbiguousType():MyGame.Example.AnyAmbiguousAliases { method in MyGame.Example.Monster
153 public byte anyAmbiguousType() { int o = __offset(94); return o != 0 ? bb.get(o + bb_pos) : 0; } in anyAmbiguousType() method in Monster238 …public static void addAnyAmbiguousType(FlatBufferBuilder builder, byte anyAmbiguousType) { builder… in addAnyAmbiguousType()
681 def MonsterAddAnyAmbiguousType(builder, anyAmbiguousType): builder.PrependUint8Slot(45, anyAmbiguou… argument
1580 public static function addAnyAmbiguousType(FlatBufferBuilder $builder, $anyAmbiguousType)