Home
last modified time | relevance | path

Searched defs:GetRootAsArrayTable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/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
H A DArrayTable.py20 def GetRootAsArrayTable(cls, buf, offset=0): member in ArrayTable