Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d4415 package template cmpK0(alias Pred) in cmpK0() function
4418 static bool cmpK0(Value, Key) in cmpK0()
4454 AliasSeq!(GetComparators!(n-1), cmpK0!(Prefix[n-1])); in GetComparators()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d4408 package(std) template cmpK0(alias Pred)
4411 static bool cmpK0(Value, Key)
4447 AliasSeq!(GetComparators!(n-1), cmpK0!(Prefix[n-1]));