Home | History | Annotate | Download | only in Support

Lines Matching refs:OMI

438   StringMap<Option *>::const_iterator OMI = OptionsMap.find(Name);
443 while (OMI == OptionsMap.end() && Name.size() > 1) {
445 OMI = OptionsMap.find(Name);
448 if (OMI != OptionsMap.end() && Pred(OMI->second)) {
450 return OMI->second; // Found one!