OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockStackWithCallType
(Results
1 - 2
of
2
) sorted by null
/external/gmock/test/
gmock-generated-function-mockers_test.cc
457
class
MockStackWithCallType
: public StackInterfaceWithCallType<T> {
459
MockStackWithCallType
() {}
467
GTEST_DISALLOW_COPY_AND_ASSIGN_(
MockStackWithCallType
);
472
MockStackWithCallType
<int> mock;
/external/google-breakpad/src/testing/test/
gmock-generated-function-mockers_test.cc
409
class
MockStackWithCallType
: public StackInterfaceWithCallType<T> {
411
MockStackWithCallType
() {}
419
GTEST_DISALLOW_COPY_AND_ASSIGN_(
MockStackWithCallType
);
424
MockStackWithCallType
<int> mock;
Completed in 219 milliseconds