Home
last modified time | relevance | path

Searched refs:__vector_as_arraysegment (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonster.cs26 public ArraySegment<byte>? GetNameBytes() { return __p.__vector_as_arraysegment(10); } in GetNameBytes()
29 public ArraySegment<byte>? GetInventoryBytes() { return __p.__vector_as_arraysegment(14); } in GetInventoryBytes()
47 …public ArraySegment<byte>? GetTestnestedflatbufferBytes() { return __p.__vector_as_arraysegment(30… in GetTestnestedflatbufferBytes()
71 public ArraySegment<byte>? GetTestarrayofboolsBytes() { return __p.__vector_as_arraysegment(52); } in GetTestarrayofboolsBytes()
DStat.cs19 public ArraySegment<byte>? GetIdBytes() { return __p.__vector_as_arraysegment(4); } in GetIdBytes()
/external/flatbuffers/net/FlatBuffers/
DTable.cs84 public ArraySegment<byte>? __vector_as_arraysegment(int offset) in __vector_as_arraysegment() method