Lines Matching refs:Example
5 namespace MyGame.Example
22 …c MyGame.Example.Color Color { get { int o = __p.__offset(4); return o != 0 ? (MyGame.Example.Colo…
23 …public bool MutateColor(MyGame.Example.Color color) { int o = __p.__offset(4); if (o != 0) { __p.b… in MutateColor()
25 …public static Offset<MyGame.Example.TestSimpleTableWithEnum> CreateTestSimpleTableWithEnum(FlatBuf… in CreateTestSimpleTableWithEnum()
26 MyGame.Example.Color color = MyGame.Example.Color.Green) { in CreateTestSimpleTableWithEnum()
33 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor()
34 …public static Offset<MyGame.Example.TestSimpleTableWithEnum> EndTestSimpleTableWithEnum(FlatBuffer… in EndTestSimpleTableWithEnum()
36 return new Offset<MyGame.Example.TestSimpleTableWithEnum>(o); in EndTestSimpleTableWithEnum()
46 …public static Offset<MyGame.Example.TestSimpleTableWithEnum> Pack(FlatBufferBuilder builder, TestS… in Pack()
47 if (_o == null) return default(Offset<MyGame.Example.TestSimpleTableWithEnum>); in Pack()
57 public MyGame.Example.Color Color { get; set; }
60 this.Color = MyGame.Example.Color.Green; in TestSimpleTableWithEnumT()