Home | History | Annotate | Download | only in Support

Lines Matching refs:OMI

361   StringMap<Option*>::const_iterator OMI = OptionsMap.find(Name);
366 while (OMI == OptionsMap.end() && Name.size() > 1) {
368 OMI = OptionsMap.find(Name);
371 if (OMI != OptionsMap.end() && Pred(OMI->second)) {
373 return OMI->second; // Found one!