OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoidFunc
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGenCXX/
mangle-ms-back-references.cpp
53
typedef void (*
VoidFunc
)();
56
void h1(const char* a, const char* b,
VoidFunc
c,
VoidFunc
d) {}
/external/dbus/test/internals/
refs.c
69
typedef void (*
VoidFunc
) (void *);
74
VoidFunc
ref_void;
75
VoidFunc
unref;
77
VoidFunc
lock;
78
VoidFunc
unlock;
264
(
VoidFunc
) dbus_connection_unref,
271
(
VoidFunc
) _dbus_connection_unref_unlocked,
273
(
VoidFunc
) _dbus_connection_lock,
274
(
VoidFunc
) _dbus_connection_unlock };
345
(
VoidFunc
) dbus_server_unref
[
all
...]
/external/gmock/test/
gmock-actions_test.cc
655
void
VoidFunc
(bool /* flag */) {}
660
.WillRepeatedly(DoAll(Invoke(
VoidFunc
),
[
all
...]
/external/google-breakpad/src/testing/test/
gmock-actions_test.cc
651
void
VoidFunc
(bool /* flag */) {}
656
.WillRepeatedly(DoAll(Invoke(
VoidFunc
),
[
all
...]
Completed in 2516 milliseconds