Searched refs:MutateA (Results 1 – 7 of 7) sorted by relevance
20 public void MutateA(int a) { __p.bb.PutInt(__p.bb_pos + 0, a); } in MutateA() method
46 func (rcv *StructInNestedNS) MutateA(n int32) bool { func
20 public void MutateA(short a) { __p.bb.PutShort(__p.bb_pos + 0, a); } in MutateA() method
46 func (rcv *Test) MutateA(n int16) bool { func
20 public void MutateA(int j, int a) { __p.bb.PutInt(__p.bb_pos + 0 + j * 4, a); } in MutateA() method
20 public void MutateA(float a) { __p.bb.PutFloat(__p.bb_pos + 0, a); } in MutateA() method
379 testcase{"Pos.Test3.A", func() bool { return monster.Pos(nil).Test3(nil).MutateA(50) }},469 monster.Pos(nil).Test3(nil).MutateA(5)