Searched defs:getRootAsTableInC (Results 1 – 4 of 4) sorted by relevance
52 fun getRootAsTableInC(_bb: ByteBuffer): TableInC = getRootAsTableInC(_bb, TableInC()) in validateVersion() method53 fun getRootAsTableInC(_bb: ByteBuffer, obj: TableInC): TableInC { in validateVersion() method
13 …public static TableInC getRootAsTableInC(ByteBuffer _bb) { return getRootAsTableInC(_bb, new Table… in getRootAsTableInC() method in TableInC14 …public static TableInC getRootAsTableInC(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTL… in getRootAsTableInC() method in TableInC
17 public static function getRootAsTableInC(ByteBuffer $bb) function in NamespaceC\\TableInC
17 public static function getRootAsTableInC(ByteBuffer $bb) function in NamespaceA\\TableInC