Searched refs:presetValue_ (Results 1 – 2 of 2) sorted by relevance
56 entriesBatch[i].value = GetValueWithInt(this->presetValue_); in PresetValue()73 return GetIntValue(values[0].value) == presetValue_; in CheckFirst()86 if (GetIntValue(values[index].value) != presetValue_) { in CheckFirst()98 ((values.size() == presetCount_ && GetIntValue(values[0].value) == presetValue_)); in CheckFirst()108 GetIntValue(values[0].value) == presetValue_; in CheckSecond()113 return value.size() == NO_RECORD || GetIntValue(value) == presetValue_; in CheckSecond()121 if (GetIntValue(values[0].value) != presetValue_) { in CheckSecond()133 if (GetIntValue(values[0].value) != presetValue_) { in CheckSecond()235 entriesBatch_[i].value = GetValueWithInt(this->presetValue_); in testCrudTransaction()
56 int presetValue_ = 1; variable