Home
last modified time | relevance | path

Searched defs:MutateTest1 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DVec3.cs26 public void MutateTest1(double test1) { __p.bb.PutDouble(__p.bb_pos + 16, test1); } in MutateTest1() method
H A DVec3.go75 func (rcv *Vec3) MutateTest1(n float64) bool { func