Home
last modified time | relevance | path

Searched refs:MutateA (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.cs20 public void MutateA(int a) { __p.bb.PutInt(__p.bb_pos + 0, a); } in MutateA() method
DStructInNestedNS.go46 func (rcv *StructInNestedNS) MutateA(n int32) bool { func
/third_party/flatbuffers/tests/MyGame/Example/
DTest.cs20 public void MutateA(short a) { __p.bb.PutShort(__p.bb_pos + 0, a); } in MutateA() method
DTest.go46 func (rcv *Test) MutateA(n int16) bool { func
DNestedStruct.cs20 public void MutateA(int j, int a) { __p.bb.PutInt(__p.bb_pos + 0 + j * 4, a); } in MutateA() method
DArrayStruct.cs20 public void MutateA(float a) { __p.bb.PutFloat(__p.bb_pos + 0, a); } in MutateA() method
/third_party/flatbuffers/tests/
Dgo_test.go379 testcase{"Pos.Test3.A", func() bool { return monster.Pos(nil).Test3(nil).MutateA(50) }},
469 monster.Pos(nil).Test3(nil).MutateA(5)