Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Drbtree.d738 final class RedBlackTree(T, alias less = "a < b", bool allowDuplicates = false)
842 static if (allowDuplicates) in inout()
882 static if (!allowDuplicates) in _add()
909 static if (!allowDuplicates) in _add()
934 static if (allowDuplicates) in _add()
1127 static if (allowDuplicates)
1149 static if (allowDuplicates)
1174 static if (allowDuplicates)
1380 given which is in the container. If $(D allowDuplicates) is true,
1452 static if (allowDuplicates)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Drbtree.d745 final class RedBlackTree(T, alias less = "a < b", bool allowDuplicates = false)
850 static if (allowDuplicates)
893 static if (!allowDuplicates)
922 static if (!allowDuplicates)
947 static if (allowDuplicates)
1266 static if (allowDuplicates)
1290 static if (allowDuplicates)
1314 static if (allowDuplicates)
1520 given which is in the container. If `allowDuplicates` is true,
1592 static if (allowDuplicates)
[all …]