Home
last modified time | relevance | path

Searched defs:OpApply (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d3014 static struct OpApply struct
3032 OpApply oa; argument
3084 static struct OpApply struct
3086 int opApply(int delegate(ref int) dg) in opApply()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d243 static struct OpApply struct
245 int opApply(scope int delegate(ref int) dg) in opApply()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Darray.d358 static struct OpApply struct
360 int opApply(scope int delegate(ref int) @safe dg) in opApply()