Searched refs:firstGet (Results 1 – 2 of 2) sorted by relevance
154 firstGet = self._pfwClient.get(self._paramPath)157 returnValue = Decimal(firstGet)159 print("ERROR: Can't convert %s to a decimal" % firstGet)160 return firstGet, False168 return firstGet, False170 return firstGet, True
563 int firstGet = -1; in splitBuffer() local574 firstGet = 0; in splitBuffer()626 if (firstGet != -1) in splitBuffer()627 gets.push_back(buffer[firstGet + id]); in splitBuffer()