Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.cs21 public void MutateB(int b) { __p.bb.PutInt(__p.bb_pos + 4, b); } in MutateB() method
DStructInNestedNS.go32 func (rcv *StructInNestedNS) MutateB(n int32) bool { func
/external/flatbuffers/tests/MyGame/Example/
DTest.cs21 public void MutateB(sbyte b) { __p.bb.PutSbyte(__p.bb_pos + 2, b); } in MutateB() method
DTest.go32 func (rcv *Test) MutateB(n int8) bool { func