Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DStructInNestedNS.cs22 public void MutateB(int b) { __p.bb.PutInt(__p.bb_pos + 4, b); } in MutateB() method
H A DStructInNestedNS.go53 func (rcv *StructInNestedNS) MutateB(n int32) bool { func
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DTest.cs22 public void MutateB(sbyte b) { __p.bb.PutSbyte(__p.bb_pos + 2, b); } in MutateB() method
H A DTest.go53 func (rcv *Test) MutateB(n int8) bool { func
H A DNestedStruct.cs22 public void MutateB(MyGame.Example.TestEnum b) { __p.bb.PutSbyte(__p.bb_pos + 8, (sbyte)b); } in MutateB() method
H A DArrayStruct.cs22 public void MutateB(int j, int b) { __p.bb.PutInt(__p.bb_pos + 4 + j * 4, b); } in MutateB() method