Searched refs:tmp_value (Results 1 – 3 of 3) sorted by relevance
146 double tmp_value = static_cast<double>(elapsedTime_); in Tick() local148 tmp_value = (inputCount_ >= elapsedTime_) ? (inputCount_ - elapsedTime_) : 0; in Tick()151 if (isCountDown_ && tmp_value <= 0) { in Tick()157 UpdateValue(static_cast<uint32_t>(tmp_value)); in Tick()
231 tmp_value: ChildTmp = new ChildTmp();239 Text(`tmp_value: ${param.tmp_value.val}`)255 tmp_value: this.objParam.tmp_value, arrayTmp_value: this.objParam.arrayTmp_value})263 this.objParam.tmp_value.val = 8;
409 tmp_value: ChildTmp = new ChildTmp();417 Text(`tmp_value: ${param.tmp_value.val}`)433 tmp_value: this.objParam.tmp_value, arrayTmp_value: this.objParam.arrayTmp_value})441 this.objParam.tmp_value.val = 8;