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/google-breakpad/src/testing/test/
gmock-actions_test.cc
651
void
VoidFunc
(bool /* flag */) {}
656
.WillRepeatedly(DoAll(Invoke(
VoidFunc
),
[
all
...]
/external/googletest/googlemock/test/
gmock-actions_test.cc
736
void
VoidFunc
(bool /* flag */) {}
741
.WillRepeatedly(DoAll(Invoke(
VoidFunc
),
[
all
...]
/external/v8/testing/gmock/test/
gmock-actions_test.cc
736
void
VoidFunc
(bool /* flag */) {}
741
.WillRepeatedly(DoAll(Invoke(
VoidFunc
),
[
all
...]
Completed in 1865 milliseconds