Searched refs:firstMode_ (Results 1 – 2 of 2) sorted by relevance
43 this->firstMode_ = first; in DistributedCrudTransactionTools()69 if (firstMode_ == CrudMode::PUT_BATCH) { in CheckFirst()81 if (firstMode_ == CrudMode::UPDATE_BATCH) { in CheckFirst()92 if (firstMode_ == CrudMode::DELETE_BATCH || firstMode_ == CrudMode::CLEAR) { in CheckFirst()165 MST_LOG("firstmode %d", static_cast<int>(firstMode_)); in Action1()166 if (firstMode_ == CrudMode::PUT_BATCH) { in Action1()168 } else if (firstMode_ == CrudMode::DELETE_BATCH) { in Action1()171 } else if (firstMode_ == CrudMode::CLEAR) { in Action1()174 MST_LOG("unknown first %d", static_cast<int>(firstMode_)); in Action1()
51 CrudMode firstMode_; variable