Home
last modified time | relevance | path

Searched refs:GetRootAsArrayTable (Results 1 – 14 of 14) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DArrayTable.cs17 …public static ArrayTable GetRootAsArrayTable(ByteBuffer _bb) { return GetRootAsArrayTable(_bb, new… in GetRootAsArrayTable() method
18 …public static ArrayTable GetRootAsArrayTable(ByteBuffer _bb, ArrayTable obj) { return (obj.__assig… in GetRootAsArrayTable() method
65 return ArrayTable.GetRootAsArrayTable(new ByteBuffer(fbBuffer)).UnPack(); in DeserializeFromBinary()
H A DArrayTable.py20 def GetRootAsArrayTable(cls, buf, offset=0): member in ArrayTable
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/MyGame/Example/
H A DArrayTable.cs17 …public static ArrayTable GetRootAsArrayTable(ByteBuffer _bb) { return GetRootAsArrayTable(_bb, new… in GetRootAsArrayTable() method
18 …public static ArrayTable GetRootAsArrayTable(ByteBuffer _bb, ArrayTable obj) { return (obj.__assig… in GetRootAsArrayTable() method
65 return ArrayTable.GetRootAsArrayTable(new ByteBuffer(fbBuffer)).UnPack(); in DeserializeFromBinary()
H A DArrayTable.py20 def GetRootAsArrayTable(cls, buf, offset=0): member in ArrayTable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/MyGame/Example/
H A DArrayTable.cs17 …public static ArrayTable GetRootAsArrayTable(ByteBuffer _bb) { return GetRootAsArrayTable(_bb, new… in GetRootAsArrayTable() method
18 …public static ArrayTable GetRootAsArrayTable(ByteBuffer _bb, ArrayTable obj) { return (obj.__assig… in GetRootAsArrayTable() method
65 return ArrayTable.GetRootAsArrayTable(new ByteBuffer(fbBuffer)).UnPack(); in DeserializeFromBinary()
H A DArrayTable.py13 def GetRootAsArrayTable(cls, buf, offset): member in ArrayTable
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/MyGame/Example/
H A DArrayTable.cs16 …public static ArrayTable GetRootAsArrayTable(ByteBuffer _bb) { return GetRootAsArrayTable(_bb, new… in GetRootAsArrayTable() method
17 …public static ArrayTable GetRootAsArrayTable(ByteBuffer _bb, ArrayTable obj) { return (obj.__assig… in GetRootAsArrayTable() method
H A DArrayTable.py11 def GetRootAsArrayTable(cls, buf, offset): member in ArrayTable
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs370 ArrayTable table = ArrayTable.GetRootAsArrayTable(builder.DataBuffer); in TestFixedLenghtArrays()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs418 ArrayTable table = ArrayTable.GetRootAsArrayTable(builder.DataBuffer); in TestFixedLenghtArrays()
773 var c = ArrayTable.GetRootAsArrayTable(fbb.DataBuffer); in TestObjectAPI()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs420 ArrayTable table = ArrayTable.GetRootAsArrayTable(builder.DataBuffer); in TestFixedLenghtArrays()
776 var c = ArrayTable.GetRootAsArrayTable(fbb.DataBuffer); in TestObjectAPI()
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs420 ArrayTable table = ArrayTable.GetRootAsArrayTable(builder.DataBuffer); in TestFixedLenghtArrays()
776 var c = ArrayTable.GetRootAsArrayTable(fbb.DataBuffer); in TestObjectAPI()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/
H A Dpy_test.py1584 table = MyGame.Example.ArrayTable.ArrayTable.GetRootAsArrayTable(buf, 0)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/
H A Dpy_test.py2161 table = MyGame.Example.ArrayTable.ArrayTable.GetRootAsArrayTable(buf, 0)