Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs258 if (0 == monster.TestarrayofboolsLength) in TestBuffer()
276 if (0 == monster.TestarrayofboolsLength) in TestBuffer()
576 Assert.AreEqual(a.TestarrayofboolsLength, b.Testarrayofbools.Count); in AreEqual()
577 for (var i = 0; i < a.TestarrayofboolsLength; ++i) in AreEqual()
664 Assert.AreEqual(a.TestarrayofboolsLength, b.TestarrayofboolsLength); in AreEqual()
665 for (var i = 0; i < a.TestarrayofboolsLength; ++i) in AreEqual()
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.go368 testarrayofboolsLength := rcv.TestarrayofboolsLength()
849 func (rcv *Monster) TestarrayofboolsLength() int { func
H A DMonster.lua309 function mt:TestarrayofboolsLength() function
H A DMonster.py322 def TestarrayofboolsLength(self): member in Monster
1206 for i in range(monster.TestarrayofboolsLength()):
H A DMonster.cs92 …public int TestarrayofboolsLength { get { int o = __p.__offset(52); return o != 0 ? __p.__vector_l… property
555 …for (var _j = 0; _j < this.TestarrayofboolsLength; ++_j) {_o.Testarrayofbools.Add(this.Testarrayof… in UnPackTo()
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py1078 def TestarrayofboolsLength(self): member in Monster
1791 for i in range(monster.TestarrayofboolsLength()):
H A Dpy_test.py222 self.assertEqual(monster2.TestarrayofboolsLength(), 0)