OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VoidFunc
(Results
1 - 2
of
2
) 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/chromium/testing/gmock/test/
gmock-actions_test.cc
650
void
VoidFunc
(bool /* flag */) {}
655
.WillRepeatedly(DoAll(Invoke(
VoidFunc
),
[
all
...]
Completed in 337 milliseconds