Searched refs:profileInt (Results 1 – 1 of 1) sorted by relevance
696 int32_t stateInt, profileInt; in CheckLogicRelationship() local697 if (!StrToInt(profile.substr(valueStartPosition, profile.length() - 1), profileInt)) { in CheckLogicRelationship()704 return stateInt == profileInt; in CheckLogicRelationship()706 return stateInt >= profileInt; in CheckLogicRelationship()708 return stateInt > profileInt; in CheckLogicRelationship()710 return stateInt <= profileInt; in CheckLogicRelationship()712 return stateInt < profileInt; in CheckLogicRelationship()