Home
last modified time | relevance | path

Searched defs:opApply (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadgroup.d116 final int opApply(scope int delegate(ref Thread) dg) in opApply() function
H A Dthreadbase.d356 static int opApply(scope int delegate(ref ThreadBase) dg) in opApply() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dinterfaces.d454 int opApply(scope int delegate(E) dg) { in opApply() function
466 int opApply(scope int delegate(size_t, E) dg) { in opApply() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dstacktrace.d71 int opApply( scope int delegate(ref const(char[])) dg ) const in opApply() function
80 int opApply( scope int delegate(ref size_t, ref const(char[])) dg ) const in opApply() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dinterfaces.d484 int opApply(scope int delegate(E) dg) { in opApply() function
496 int opApply(scope int delegate(size_t, E) dg) { in opApply() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Druntime.d838 override int opApply( scope int delegate(ref const(char[])) dg ) const in opApply() function
846 override int opApply( scope int delegate(ref size_t, ref const(char[])) dg ) const in opApply() function
H A Dexception.d883 override int opApply(scope int delegate(ref const(char[]))) const { return 0; } in opApply() function
884 override int opApply(scope int delegate(ref size_t, ref const(char[]))) const { return 0; } in opApply() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dwin32.d34 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
H A Dandroid.d37 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
H A Dosx.d38 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
H A Dwin64.d34 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
H A Delf_shared.d107 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d1417 int opApply(scope int delegate(ref string name) dg) in opApply() function
1514 int opApply(scope int delegate(ref Key key) dg) in opApply() function
1623 int opApply(scope int delegate(ref string name) dg) in opApply() function
1717 int opApply(scope int delegate(ref Value value) dg) in opApply() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d1415 int opApply(scope int delegate(ref string name) dg) in opApply() function
1511 int opApply(scope int delegate(ref Key key) dg) in opApply() function
1619 int opApply(scope int delegate(ref string name) dg) in opApply() function
1712 int opApply(scope int delegate(ref Value value) dg) in opApply() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Djson.d642 int opApply(scope int delegate(size_t index, ref JSONValue) dg) @system in opApply() function
657 int opApply(scope int delegate(string key, ref JSONValue) dg) @system in opApply() function
H A Darray.d245 int opApply(scope int delegate(ref int) dg) in opApply() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dmacho.d44 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
H A Dpecoff.d43 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
H A Delf.d102 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d998 int opApply(scope int delegate(ref int _x) dg) { return dg(x); } in opApply() function
1072 int opApply(int delegate(ref int _x) dg) { return dg(x); } in opApply() function
3018 int opApply(scope int delegate(ref int) dg) in opApply() function
3086 int opApply(int delegate(ref int) dg) in opApply() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d1100 int opApply(scope int delegate(ref int _x) dg) { return dg(x); } in opApply() function
1178 int opApply(int delegate(ref int _x) dg) { return dg(x); } in opApply() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d1056 int opApply(scope int delegate(ref int) dg) in opApply() function
H A Darray.d360 int opApply(scope int delegate(ref int) @safe dg) in opApply() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d1592 static int opApply(scope int delegate(ModuleInfo*) dg) in opApply() function