OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apublicinterface
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/clang/plugins/tests/
base_refcounted.h
137
class
APublicInterface
{
139
virtual ~
APublicInterface
() {}
144
// "delete (
APublicInterface
*)foo;".
146
: public
APublicInterface
,
177
: private
APublicInterface
,
base_refcounted.txt
42
virtual ~
APublicInterface
() {}
44
./base_refcounted.h:146:7: note: [chromium-style] 'ImplementsAPublicInterface' inherits from '
APublicInterface
' here
45
: public
APublicInterface
,
Completed in 216 milliseconds