Home
last modified time | relevance | path

Searched refs:getDoUnmarshallResult (Results 1 – 9 of 9) sorted by relevance

/dports/devel/staf/src/staf/lang/python/
H A DTestPython.py142 if staticHandle.getDoUnmarshallResult() != 1:
175 if handle.getDoUnmarshallResult() != 1:
177 print 'Found: %s' % (handle.getDoUnmarshallResult())
212 if handle.getDoUnmarshallResult() != 0:
214 print 'Found: %s' % (handle.getDoUnmarshallResult())
239 if handle.getDoUnmarshallResult() != 1:
241 print 'Found: %s' % (handle.getDoUnmarshallResult())
249 if handle.getDoUnmarshallResult() != 0:
251 print 'Found: %s' % (handle.getDoUnmarshallResult())
261 if handle.getDoUnmarshallResult() != 1:
[all …]
H A DTestPythonV3.py142 if staticHandle.getDoUnmarshallResult() != 1:
175 if handle.getDoUnmarshallResult() != 1:
177 print('Found: %s' % (handle.getDoUnmarshallResult()))
212 if handle.getDoUnmarshallResult() != 0:
214 print('Found: %s' % (handle.getDoUnmarshallResult()))
239 if handle.getDoUnmarshallResult() != 1:
241 print('Found: %s' % (handle.getDoUnmarshallResult()))
249 if handle.getDoUnmarshallResult() != 0:
251 print('Found: %s' % (handle.getDoUnmarshallResult()))
261 if handle.getDoUnmarshallResult() != 1:
[all …]
H A DPySTAF.py186 def getDoUnmarshallResult(self): member in STAFHandle
H A DPySTAFv3.py184 def getDoUnmarshallResult(self): member in STAFHandle
/dports/devel/staf/src/staf/lang/perl/
H A DTestPerl.pl47 if ($handle->getDoUnmarshallResult() != 1) {
49 print "Found: ", $handle->getDoUnmarshallResult(), "\n";
97 if ($handle->getDoUnmarshallResult() != 0) {
99 print "Found: ", $handle->getDoUnmarshallResult(), "\n";
129 if ($handle->getDoUnmarshallResult() != 1) {
131 print "Found: ", $handle->getDoUnmarshallResult(), "\n";
H A DPLSTAF.pm178 sub STAF::STAFHandle::getDoUnmarshallResult
/dports/devel/staf/src/staf/lang/java/classes/
H A DSTAFHandle.java265 public boolean getDoUnmarshallResult() in getDoUnmarshallResult() method in STAFHandle
/dports/devel/staf/src/staf/stafif/
H A DSTAF.h186 bool getDoUnmarshallResult() { return fDoUnmarshallResult; } in getDoUnmarshallResult() function
/dports/devel/staf/src/staf/docs/userguide/
H A DAPIRef.script821 bool getDoUnmarshallResult() { return fDoUnmarshallResult; }