Searched refs:MutateB (Results 1 – 7 of 7) sorted by relevance
22 public void MutateB(sbyte b) { __p.bb.PutSbyte(__p.bb_pos + 2, b); } in MutateB() method
53 func (rcv *Test) MutateB(n int8) bool { func
22 public void MutateB(MyGame.Example.TestEnum b) { __p.bb.PutSbyte(__p.bb_pos + 8, (sbyte)b); } in MutateB() method
22 public void MutateB(int j, int b) { __p.bb.PutInt(__p.bb_pos + 4 + j * 4, b); } in MutateB() method
22 public void MutateB(int b) { __p.bb.PutInt(__p.bb_pos + 4, b); } in MutateB() method
53 func (rcv *StructInNestedNS) MutateB(n int32) bool { func
380 testcase{"Pos.Test3.B", func() bool { return monster.Pos(nil).Test3(nil).MutateB(60) }},470 monster.Pos(nil).Test3(nil).MutateB(6)