Searched refs:repeatIndex_ (Results 1 – 2 of 2) sorted by relevance
743 if (!repeatIndex_.empty()) { in SetRepeatItemValue()744 … repeatJson_->Contains(repeatIndex_) ? repeatJson_->Replace(repeatIndex_.c_str(), idx.c_str()) in SetRepeatItemValue()745 : repeatJson_->Put(repeatIndex_.c_str(), idx.c_str()); in SetRepeatItemValue()761 repeatIndex_ = repeatValue->GetValue("key")->GetString(); in ParseRepeatIndexItem()769 repeatIndex_.clear(); in ResetRepeatIndexItem()
226 std::string repeatIndex_; variable