OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FooInterface
(Results
1 - 2
of
2
) sorted by null
/external/chromium/testing/gmock/test/
gmock_leak_test_.cc
43
class
FooInterface
{
45
virtual ~
FooInterface
() {}
49
class MockFoo : public
FooInterface
{
gmock-generated-function-mockers_test.cc
75
class
FooInterface
{
77
virtual ~
FooInterface
() {}
115
class MockFoo : public
FooInterface
{
163
FooInterface
* const foo_;
Completed in 1162 milliseconds