OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delegate
(Results
1 - 25
of
108
) sorted by relevancy
1
2
3
4
5
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
context.d
33
void opAssign(void
delegate
() dg) pure nothrow @nogc @safe
63
void
delegate
() m_dg;
threadgroup.d
54
final Thread create(void
delegate
() dg)
116
final int opApply(scope int
delegate
(ref Thread) dg)
types.d
32
void
delegate
() nothrow cbDllUnload;
threadbase.d
32
alias ScanDg = void
delegate
(void* pstart, void* pend) nothrow;
113
this(void
delegate
() dg, size_t sz = 0) @safe pure nothrow @nogc
351
* dg = The supplied code as a
delegate
.
356
static int opApply(scope int
delegate
(ref ThreadBase) dg)
428
// Thread entry point. Invokes the function or
delegate
passed on
1020
alias ScanAllThreadsFn = void
delegate
(void*, void*) nothrow; /// The scanning function.
1021
alias ScanAllThreadsTypeFn = void
delegate
(ScanType, void*, void*) nothrow; /// ditto
1024
* The main entry point for garbage collection. The supplied
delegate
1043
package alias callWithStackShellDg = void
delegate
(void* sp) nothrow;
1121
* The main entry point for garbage collection. The supplied
delegate
[
all
...]
/src/sys/compat/common/
bio_30.c
55
int (*
delegate
)(void *, u_long, void *))
64
error = (*
delegate
)(cookie, BIOCDISK, bd);
78
error = (*
delegate
)(cookie, BIOCVOL, bv);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
tlsgc.d
59
alias void
delegate
(void* pstart, void* pend) nothrow ScanDg;
71
alias int
delegate
(void* addr) nothrow IsMarkedDg;
config.d
66
alias rt_configCallBack = string
delegate
(string) @nogc nothrow;
72
*
delegate
and only returns its return value if non-null
74
* to allow overwriting settings in the
delegate
with values
sections.d
86
is(typeof(&scanTLSRanges) == void function(RT, scope void
delegate
(void*, void*) nothrow) nothrow));
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/gc/
gcinterface.d
20
alias RootIterator = int
delegate
(scope int
delegate
(ref Root) nothrow dg);
21
alias RangeIterator = int
delegate
(scope int
delegate
(ref Range) nothrow dg);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
nulllogger.d
26
this.fatalHandler =
delegate
() {};
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
traits.d
590
const Inner
delegate
(double, string) @safe nothrow deleg;
591
inout(int)
delegate
(inout int) inout inoutDeleg;
605
shared(immutable(Inner)
delegate
(ref double, scope string) const shared @trusted nothrow) attrDeleg;
865
static if (is(T F ==
delegate
))
875
~ "
delegate
(" ~ parametersTypeString!(T) ~ ")"
958
static assert(fqn!(typeof(deleg)) == format("const(%s
delegate
(double, string) nothrow @safe)", inner_name));
959
static assert(fqn!(typeof(inoutDeleg)) == "inout(int)
delegate
(inout(int)) inout");
963
//
Delegate
type with qualified function type
965
"
delegate
(ref double, scope string) nothrow @trusted shared const)", inner_name));
983
* a pointer to function, a
delegate
, a struc
[
all
...]
concurrency.d
514
* Similarly, if `fn` is a
delegate
, it must not have unshared aliases, meaning
636
void
delegate
(int) shared dg1;
637
shared(void
delegate
(int)) dg2;
638
shared(void
delegate
(long) shared) dg3;
639
shared(void
delegate
(real, int, long) shared) dg4;
640
void
delegate
(int) immutable dg5;
641
void
delegate
(int) dg6;
727
* If a
delegate
that accepts a $(REF Variant, std,variant) is included as
729
* matched by an earlier
delegate
. If more than one argument is sent,
963
* If a
delegate
that accepts a $(REF Variant, std,variant) is included a
[
all
...]
getopt.d
233
delegate
with the signature $(D void function()), $(D void function(string
235
delegate
equivalents.
561
enum isReceiver(T) = isPointer!T || (is(T == function)) || (is(T ==
delegate
));
873
(is(typeof(receiver) ==
delegate
) || is(typeof(*receiver) == function)) &&
899
else static if (is(typeof(receiver) ==
delegate
) ||
1378
"inc-x", "Add one to x",
delegate
void() { x++; });
1840
alias TwoArgOptionHandler = void
delegate
(string option, string value) @safe;
1861
"x-plus-1", "Add one to x",
delegate
void() { x += 1; },
1862
"x-plus-5", "Add five to x",
delegate
void(string option) { x += 5; },
1864
"y-plus-7", "Add seven to y",
delegate
void() { y += 7; }
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
foreachvar.d
49
void foreachVar(Expression e, void
delegate
(VarDeclaration) dgVar)
57
extern (D) void
delegate
(VarDeclaration) dgVar;
59
extern (D) this(void
delegate
(VarDeclaration) dgVar)
110
* dgExp =
delegate
to pass found Expressions to
111
* dgVar =
delegate
to pass found VarDeclarations to
114
void
delegate
(Expression) dgExp,
115
void
delegate
(VarDeclaration) dgVar)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeEdit.h
46
class LiveRangeEdit : private MachineRegisterInfo::
Delegate
{
49
class
Delegate
{
53
virtual ~
Delegate
() = default;
77
Delegate
*const TheDelegate;
141
Delegate
*
delegate
= nullptr,
144
VRM(vrm), TII(*MF.getSubtarget().getInstrInfo()), TheDelegate(
delegate
),
236
/// eraseVirtReg - Notify the
delegate
that Reg is no longer in use, and try
/src/external/bsd/openresolv/dist/
systemd-resolved.in
42
: ${systemd_delegate_dir:=/run/systemd/dns-
delegate
.d}
64
rm -f "$systemd_delegate_dir/resolvconf-"*".dns-
delegate
"
67
header="${header}[
Delegate
]$NL"
90
printf %s "$dconf" >"$systemd_delegate_dir/resolvconf-$dn.dns-
delegate
"
/src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
registry.d
738
private void regProcessNthKey(Key key, scope void
delegate
(scope LONG
delegate
(DWORD, out string)) dg)
761
private void regProcessNthValue(Key key, scope void
delegate
(scope LONG
delegate
(DWORD, out string)) dg)
1392
regProcessNthKey(m_key, (scope LONG
delegate
(DWORD, out string) getName)
1415
int opApply(scope int
delegate
(ref string name) dg)
1418
regProcessNthKey(m_key, (scope LONG
delegate
(DWORD, out string) getName)
1488
regProcessNthKey(m_key, (scope LONG
delegate
(DWORD, out string) getName)
1511
int opApply(scope int
delegate
(ref Key key) dg)
1514
regProcessNthKey(m_key, (scope LONG
delegate
(DWORD, out string) getName
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
backtrace.d
141
private alias int
delegate
(ref size_t, ref SymbolOrError) ApplyCallback;
153
// info.fileName / funcName / errmsg may become invalid after this
delegate
returned
212
override int opApply(scope int
delegate
(ref const(char[])) dg) const
222
override int opApply(scope int
delegate
(ref size_t, ref const(char[])) dg) const
286
break; // User
delegate
requested abort or no debug info at all
355
override int opApply(scope int
delegate
(ref const(char[])) dg) const
365
override int opApply(scope int
delegate
(ref size_t, ref const(char[])) dg) const
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/
treap.d
45
int opApply(scope int
delegate
(ref E) nothrow dg)
50
int opApply(scope int
delegate
(ref const E) nothrow dg) const
213
int opApplyHelper(const Node* node, scope int
delegate
(ref const E) nothrow dg)
/src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
RunningDocTableEventsDispatcher.cs
15
public
delegate
void OnBeforeSaveHander(object sender, Document document);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/manual/
gc.d
212
private int rootsApply(scope int
delegate
(ref Root) nothrow dg)
246
private int rangesApply(scope int
delegate
(ref Range) nothrow dg)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
gc.d
192
private int rootsApply(scope int
delegate
(ref Root) nothrow dg)
225
private int rangesApply(scope int
delegate
(ref Range) nothrow dg)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
curl.d
1063
client.onSend =
delegate
size_t(void[] buf)
1071
client.handle.onSeek =
delegate
(long offset, CurlSeekPos mode)
1202
client.onSend =
delegate
size_t(void[] buf)
1882
/// Value to return from onSend
delegate
in order to abort a request
2143
* client.onSend =
delegate
size_t(void[] data)
2155
@property void onSend(size_t
delegate
(void[]) callback)
2184
@property void onReceive(size_t
delegate
(ubyte[]) callback)
2206
* client.onProgress =
delegate
int(size_t dl, size_t dln, size_t ul, size_t uln)
2215
@property void onProgress(int
delegate
(size_t dlTotal, size_t dlNow,
2415
private void
delegate
(StatusLine) onReceiveStatusLine
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
interfaces.d
123
/**`foreach` iteration uses opApply, since one
delegate
call per loop
126
int opApply(scope int
delegate
(E));
129
int opApply(scope int
delegate
(size_t, E));
482
// Optimization: One
delegate
call is faster than three virtual
484
int opApply(scope int
delegate
(E) dg) {
496
int opApply(scope int
delegate
(size_t, E) dg) {
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
lib.d
9
Exception collectException(void
delegate
() dg)
Completed in 43 milliseconds
1
2
3
4
5
Indexes created Tue Feb 24 01:34:59 UTC 2026