Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/try
/
.
/
tests
/
headers
/
nested_vtable.hpp
blob: 87d6ce1f22d7225dd296f9a2b93515ce9d883354 [
file
] [
log
] [
blame
] [
edit
]
class
nsISupports
{
public
:
virtual
nsISupports
*
QueryInterface
();
};
class
nsIRunnable
:
public
nsISupports
{};
class
Runnable
:
public
nsIRunnable
{};