getOffset method

int getOffset(
  1. IStatus status,
  2. int index
)

Implementation

int getOffset(IStatus status, int index) {
  final res = _getOffset(self, status.self, index);
  status.checkStatus();
  return res;
}