Lines Matching refs:end
54 if (result == ids_.end()) {
73 ids.insert(ids.end(), item.second.begin(), item.second.end());
81 if (result == sysDefinedIds_.end()) {
90 if (result != ids_.end()) {
95 if (defined != appDefinedIds_.end()) {
101 if (result != cacheIds_.end()) {
131 auto ret = find_if(appDefinedIds_.begin(), appDefinedIds_.end(), [id](const auto &iter) {
134 if (ret == appDefinedIds_.end()) {
146 if (result != ids_.end()) {
151 if (defined != sysDefinedIds_.end()) {