Searched refs:ByteBuffer (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/ |
| D | Instructions.cs | 14 public ByteBuffer ByteBuffer { get { return __p.bb; } } property 16 …public static Instructions GetRootAsInstructions(ByteBuffer _bb) { return GetRootAsInstructions(_b… in GetRootAsInstructions() 17 …public static Instructions GetRootAsInstructions(ByteBuffer _bb, Instructions obj) { return (obj._… in GetRootAsInstructions() 18 public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); } in __init() 19 public Instructions __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
| D | Instruction.cs | 14 public ByteBuffer ByteBuffer { get { return __p.bb; } } property 16 …public static Instruction GetRootAsInstruction(ByteBuffer _bb) { return GetRootAsInstruction(_bb, … in GetRootAsInstruction() 17 …public static Instruction GetRootAsInstruction(ByteBuffer _bb, Instruction obj) { return (obj.__as… in GetRootAsInstruction() 18 public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); } in __init() 19 public Instruction __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|