Home
last modified time | relevance | path

Searched refs:GetTestarrayofboolsBytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs260 Assert.IsFalse(monster.GetTestarrayofboolsBytes().Length != 0); in TestBuffer()
264 Assert.IsTrue(monster.GetTestarrayofboolsBytes().Length != 0); in TestBuffer()
278 Assert.IsFalse(monster.GetTestarrayofboolsBytes().HasValue); in TestBuffer()
282 Assert.IsTrue(monster.GetTestarrayofboolsBytes().HasValue); in TestBuffer()
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.cs94 public Span<bool> GetTestarrayofboolsBytes() { return __p.__vector_as_span<bool>(52, 1); } in GetTestarrayofboolsBytes() method
96 public ArraySegment<byte>? GetTestarrayofboolsBytes() { return __p.__vector_as_arraysegment(52); } in GetTestarrayofboolsBytes() method