Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DTest.cs22 public void MutateB(sbyte b) { __p.bb.PutSbyte(__p.bb_pos + 2, b); } in MutateB() method
DTest.go53 func (rcv *Test) MutateB(n int8) bool { func
DNestedStruct.cs22 public void MutateB(MyGame.Example.TestEnum b) { __p.bb.PutSbyte(__p.bb_pos + 8, (sbyte)b); } in MutateB() method
DArrayStruct.cs22 public void MutateB(int j, int b) { __p.bb.PutInt(__p.bb_pos + 4 + j * 4, b); } in MutateB() method
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.cs22 public void MutateB(int b) { __p.bb.PutInt(__p.bb_pos + 4, b); } in MutateB() method
DStructInNestedNS.go53 func (rcv *StructInNestedNS) MutateB(n int32) bool { func
/third_party/flatbuffers/tests/
Dgo_test.go380 testcase{"Pos.Test3.B", func() bool { return monster.Pos(nil).Test3(nil).MutateB(60) }},
470 monster.Pos(nil).Test3(nil).MutateB(6)