Searched refs:uiConvertedValue (Results 1 – 1 of 1) sorted by relevance
131 uint64_t uiConvertedValue = strtoull(strValue.c_str(), NULL, 0); in toBlackboard() local133 if (uiConvertedValue > _uiMax) { in toBlackboard()155 uiValue = (uiValue & ~getMask()) | (uiConvertedValue << _uiBitPos); in toBlackboard()162 uint64_t uiConvertedValue = (uiValue & getMask()) >> _uiBitPos; in fromBlackboard() local173 strStream << uiConvertedValue; in fromBlackboard()