HomeSort by relevance Sort by last modified time
    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 2292 milliseconds