Home
last modified time | relevance | path

Searched refs:mapElement (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d1311 MapType mapElement = mapFun(r[i]); variable
1312 if (selectorFun(mapElement, extremeElementMapped))
1315 extremeElementMapped = mapElement;
1323 MapType mapElement = mapFun(r.front); variable
1324 if (selectorFun(mapElement, extremeElementMapped))
1327 extremeElementMapped = mapElement;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d1389 MapType mapElement = mapFun(r[i]); variable
1390 if (selectorFun(mapElement, extremeElementMapped))
1393 extremeElementMapped = mapElement;
1401 MapType mapElement = mapFun(r.front); variable
1402 if (selectorFun(mapElement, extremeElementMapped))
1405 extremeElementMapped = mapElement;