Home
last modified time | relevance | path

Searched defs:MutateA (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.cs19 public void MutateA(int a) { __p.bb.PutInt(__p.bb_pos + 0, a); } in MutateA() method
DStructInNestedNS.go25 func (rcv *StructInNestedNS) MutateA(n int32) bool { func
/external/flatbuffers/tests/MyGame/Example/
DTest.cs19 public void MutateA(short a) { __p.bb.PutShort(__p.bb_pos + 0, a); } in MutateA() method
DTest.go25 func (rcv *Test) MutateA(n int16) bool { func