Searched refs:REPEAT_ITEM (Results 1 – 1 of 1) sorted by relevance
37 const std::string REPEAT_ITEM = "$item"; variable739 repeatJson_->Contains(REPEAT_ITEM) ? repeatJson_->Replace(REPEAT_ITEM.c_str(), itemValue) in SetRepeatItemValue()740 : repeatJson_->Put(REPEAT_ITEM.c_str(), itemValue); in SetRepeatItemValue()