Searched refs:memberArr (Results 1 – 1 of 1) sorted by relevance
411 json::array_t* memberArr = members->second.get_ptr<json::array_t*>(); in applyFilterToCollection() local412 if (memberArr == nullptr) in applyFilterToCollection()418 json::array_t::iterator it = memberArr->begin(); in applyFilterToCollection()420 while (it != memberArr->end()) in applyFilterToCollection()425 it = memberArr->erase(it); in applyFilterToCollection()