Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DMonster.cs33 public ArraySegment<byte>? GetNameBytes() { return __p.__vector_as_arraysegment(10); } in GetNameBytes()
41 public ArraySegment<byte>? GetInventoryBytes() { return __p.__vector_as_arraysegment(14); } in GetInventoryBytes()
67 …public ArraySegment<byte>? GetTestnestedflatbufferBytes() { return __p.__vector_as_arraysegment(30… in GetTestnestedflatbufferBytes()
96 public ArraySegment<byte>? GetTestarrayofboolsBytes() { return __p.__vector_as_arraysegment(52); } in GetTestarrayofboolsBytes()
115 public ArraySegment<byte>? GetFlexBytes() { return __p.__vector_as_arraysegment(64); } in GetFlexBytes()
126 public ArraySegment<byte>? GetVectorOfLongsBytes() { return __p.__vector_as_arraysegment(68); } in GetVectorOfLongsBytes()
135 public ArraySegment<byte>? GetVectorOfDoublesBytes() { return __p.__vector_as_arraysegment(70); } in GetVectorOfDoublesBytes()
150 …public ArraySegment<byte>? GetVectorOfWeakReferencesBytes() { return __p.__vector_as_arraysegment(… in GetVectorOfWeakReferencesBytes()
164 …raySegment<byte>? GetVectorOfCoOwningReferencesBytes() { return __p.__vector_as_arraysegment(84); } in GetVectorOfCoOwningReferencesBytes()
175 …aySegment<byte>? GetVectorOfNonOwningReferencesBytes() { return __p.__vector_as_arraysegment(88); } in GetVectorOfNonOwningReferencesBytes()
[all …]
DTypeAliases.cs47 public ArraySegment<byte>? GetV8Bytes() { return __p.__vector_as_arraysegment(24); } in GetV8Bytes()
56 public ArraySegment<byte>? GetVf64Bytes() { return __p.__vector_as_arraysegment(26); } in GetVf64Bytes()
DStat.cs26 public ArraySegment<byte>? GetIdBytes() { return __p.__vector_as_arraysegment(4); } in GetIdBytes()
/third_party/flatbuffers/net/FlatBuffers/
DTable.cs115 public ArraySegment<byte>? __vector_as_arraysegment(int offset) in __vector_as_arraysegment() method
/third_party/flatbuffers/tests/MyGame/
DMonsterExtra.cs44 public ArraySegment<byte>? GetDvecBytes() { return __p.__vector_as_arraysegment(20); } in GetDvecBytes()
53 public ArraySegment<byte>? GetFvecBytes() { return __p.__vector_as_arraysegment(22); } in GetFvecBytes()
/third_party/flatbuffers/tests/union_vector/
DMovie.cs34 public ArraySegment<byte>? GetCharactersTypeBytes() { return __p.__vector_as_arraysegment(8); } in GetCharactersTypeBytes()