Lines Matching refs:err_code
29 err_code = lib.CeedQFunctionContextCreate(
31 self._ceed._check_error(err_code)
36 err_code = lib.CeedQFunctionContextDestroy(self._pointer)
37 self._ceed._check_error(err_code)
53 err_code = lib.CeedQFunctionContextView(
55 self._ceed._check_error(err_code)
90 err_code = lib.CeedQFunctionContextSetData(
96 self._ceed._check_error(err_code)
110 err_code = lib.CeedQFunctionContextGetContextSize(
112 self._ceed._check_error(err_code)
118 err_code = lib.CeedQFunctionContextGetData(
120 self._ceed._check_error(err_code)
155 err_code = lib.CeedQFunctionDataRestoreData(
157 self._ceed._check_error(err_code)