Searched refs:HairLength (Results 1 – 2 of 2) sorted by relevance
16 public int HairLength { get { return __p.bb.GetInt(__p.bb_pos + 0); } } property19 public static Offset<Rapunzel> CreateRapunzel(FlatBufferBuilder builder, int HairLength) { in CreateRapunzel()21 builder.PutInt(HairLength); in CreateRapunzel()30 _o.HairLength = this.HairLength; in UnPackTo()36 _o.HairLength); in Pack()43 public int HairLength { get; set; } property in RapunzelT46 this.HairLength = 0; in RapunzelT()
476 Assert.AreEqual(40, movie.MainCharacter<Rapunzel>().Value.HairLength); in TestUnionVector()788 …Assert.AreEqual(a.MainCharacter<Rapunzel>().Value.HairLength, b.MainCharacter.AsRapunzel().HairLen… in AreEqual()802 …sert.AreEqual(a.MainCharacter<Rapunzel>().Value.HairLength, b.MainCharacter<Rapunzel>().Value.Hair… in AreEqual()