Searched refs:collectionItem (Results 1 – 1 of 1) sorted by relevance
259 std::string collectionItem(prefix); in addPrefixToStringItem() local260 collectionItem += "_" + (*it); in addPrefixToStringItem()261 url.segments().push_back(collectionItem); in addPrefixToStringItem()1290 const std::string& collectionItem = *it; in beginAggregation() local1300 if (collectionItem.starts_with("5B247A_")) in beginAggregation()1315 if ((it == end) && collectionItem.empty()) in beginAggregation()1327 currentUrl.segments().push_back(collectionItem); in beginAggregation()