Searched defs:coOwningReference (Results 1 – 7 of 7) sorted by relevance
1781 MyGame.Example.Monster.prototype.coOwningReference = function() { method in MyGame.Example.Monster2531 MyGame.Example.Monster.addCoOwningReference = function(builder, coOwningReference) { argument2748 …nce, vectorOfWeakReferencesOffset, vectorOfStrongReferrablesOffset, coOwningReference, vectorOfCoO… argument
1633 coOwningReference():flatbuffers.Long { method in MyGame.Example.Monster
166 …public long coOwningReference() { int o = __offset(82); return o != 0 ? bb.getLong(o + bb_pos) : 0… in coOwningReference() method in Monster267 …public static void addCoOwningReference(FlatBufferBuilder builder, long coOwningReference) { build… in addCoOwningReference()
631 val coOwningReference : ULong constant
1495 public static function addCoOwningReference(FlatBufferBuilder $builder, $coOwningReference)
776 def MonsterAddCoOwningReference(builder, coOwningReference): builder.PrependUint64Slot(39, coOwning… argument
430 …public var coOwningReference: UInt64 { let o = _accessor.offset(82); return o == 0 ? 0 : _accessor… variable