Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.cs19 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.cs19 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
/external/flatbuffers/tests/
Dgo_test.go334 testcase{"Pos.Test3.B", func() bool { return monster.Pos(nil).Test3(nil).MutateB(60) }},
397 monster.Pos(nil).Test3(nil).MutateB(6)