OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SumOf6
(Results
1 - 3
of
3
) sorted by null
/external/chromium/testing/gmock/test/
gmock-more-actions_test.cc
140
int
SumOf6
(int a, int b, int c, int d, int e, int f) {
200
int
SumOf6
(int a, int b, int c, int d, int e, int f) {
272
Action<int(int, int, int, int, int, int)> a = Invoke(
SumOf6
); // NOLINT
409
Invoke(&foo, &Foo::
SumOf6
);
gmock-actions_test.cc
[
all
...]
gmock-generated-actions_test.cc
123
int
SumOf6
(int a, int b, int c, int d, int e, int f) {
199
EXPECT_EQ(123456, a.Perform(make_tuple(&
SumOf6
)));
[
all
...]
Completed in 59 milliseconds