Home
last modified time | relevance | path

Searched refs:MutateTest2 (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DVec3.cs25 public void MutateTest2(Color test2) { __p.bb.PutSbyte(__p.bb_pos + 24, (sbyte)test2); } in MutateTest2() method
DVec3.go53 func (rcv *Vec3) MutateTest2(n int8) bool { func
/external/flatbuffers/tests/
Dgo_test.go332 testcase{"Pos.Test2", func() bool { return monster.Pos(nil).MutateTest2(20) }},
395 monster.Pos(nil).MutateTest2(2)