Home
last modified time | relevance | path

Searched refs:Vtbl (Results 1 – 25 of 78) sorted by relevance

1234

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbasetyps.h73 …e iface { const struct iface##Vtbl *lpVtbl; } iface; typedef const struct iface##Vtbl iface##Vtbl;…
75 …def interface iface { struct iface##Vtbl *lpVtbl; } iface; typedef struct iface##Vtbl iface##Vtbl;…
H A Dcombaseapi.h110 …e iface { const struct iface##Vtbl *lpVtbl; } iface; typedef const struct iface##Vtbl iface##Vtbl;…
114 …def interface iface { struct iface##Vtbl *lpVtbl; } iface; typedef struct iface##Vtbl iface##Vtbl;…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbasetyps.h73 …e iface { const struct iface##Vtbl *lpVtbl; } iface; typedef const struct iface##Vtbl iface##Vtbl;…
75 …def interface iface { struct iface##Vtbl *lpVtbl; } iface; typedef struct iface##Vtbl iface##Vtbl;…
H A Dcombaseapi.h110 …e iface { const struct iface##Vtbl *lpVtbl; } iface; typedef const struct iface##Vtbl iface##Vtbl;…
114 …def interface iface { struct iface##Vtbl *lpVtbl; } iface; typedef struct iface##Vtbl iface##Vtbl;…
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/dwrote/src/
H A Dcom_helpers.rs96 pub struct ComRepr<Type, Vtbl>(*const Vtbl, Type);
99 type Vtbl: 'static; typedef
101 fn vtbl() -> &'static Self::Vtbl; in vtbl()
109 &mut (*(thing as *mut ComRepr<Self, Self::Vtbl>)).1 in from_interface()
113 Box::from_raw(thing as *mut ComRepr<Self, Self::Vtbl>); in destroy()
H A Dfont_file_loader_impl.rs55 type Vtbl = IDWriteFontFileLoaderVtbl; typedef
60 type Vtbl = IUnknownVtbl; typedef
139 type Vtbl = IDWriteFontFileStreamVtbl; typedef
144 type Vtbl = IUnknownVtbl; typedef
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dwrote-0.9.0/src/
H A Dcom_helpers.rs96 pub struct ComRepr<Type, Vtbl>(*const Vtbl, Type);
99 type Vtbl: 'static; typedef
101 fn vtbl() -> &'static Self::Vtbl; in vtbl()
109 &mut (*(thing as *mut ComRepr<Self, Self::Vtbl>)).1 in from_interface()
113 Box::from_raw(thing as *mut ComRepr<Self, Self::Vtbl>); in destroy()
H A Dfont_collection_impl.rs46 type Vtbl = IDWriteFontCollectionLoaderVtbl; typedef
54 type Vtbl = IUnknownVtbl; typedef
94 type Vtbl = IDWriteFontFileEnumeratorVtbl; typedef
102 type Vtbl = IUnknownVtbl; typedef
H A Dfont_file_loader_impl.rs63 type Vtbl = IDWriteFontFileLoaderVtbl; typedef
68 type Vtbl = IUnknownVtbl; typedef
155 type Vtbl = IDWriteFontFileStreamVtbl; typedef
160 type Vtbl = IUnknownVtbl; typedef
/dports/www/firefox/firefox-99.0/third_party/rust/dwrote/src/
H A Dcom_helpers.rs105 pub struct ComRepr<Type, Vtbl>(*const Vtbl, Type);
111 type Vtbl: 'static; typedef
113 fn vtbl() -> &'static Self::Vtbl; in vtbl()
121 &mut (*(thing as *mut ComRepr<Self, Self::Vtbl>)).1 in from_interface()
125 Box::from_raw(thing as *mut ComRepr<Self, Self::Vtbl>); in destroy()
H A Dfont_collection_impl.rs41 type Vtbl = IDWriteFontCollectionLoaderVtbl; typedef
49 type Vtbl = IUnknownVtbl; typedef
95 type Vtbl = IDWriteFontFileEnumeratorVtbl; typedef
103 type Vtbl = IUnknownVtbl; typedef
H A Dfont_file_loader_impl.rs58 type Vtbl = IDWriteFontFileLoaderVtbl; typedef
65 type Vtbl = IUnknownVtbl; typedef
154 type Vtbl = IDWriteFontFileStreamVtbl; typedef
161 type Vtbl = IUnknownVtbl; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dwrote/src/
H A Dcom_helpers.rs105 pub struct ComRepr<Type, Vtbl>(*const Vtbl, Type);
111 type Vtbl: 'static; typedef
113 fn vtbl() -> &'static Self::Vtbl; in vtbl()
121 &mut (*(thing as *mut ComRepr<Self, Self::Vtbl>)).1 in from_interface()
125 Box::from_raw(thing as *mut ComRepr<Self, Self::Vtbl>); in destroy()
H A Dfont_collection_impl.rs41 type Vtbl = IDWriteFontCollectionLoaderVtbl; typedef
49 type Vtbl = IUnknownVtbl; typedef
95 type Vtbl = IDWriteFontFileEnumeratorVtbl; typedef
103 type Vtbl = IUnknownVtbl; typedef
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/dwrote-0.11.0/src/
H A Dcom_helpers.rs105 pub struct ComRepr<Type, Vtbl>(*const Vtbl, Type);
111 type Vtbl: 'static; typedef
113 fn vtbl() -> &'static Self::Vtbl; in vtbl()
121 &mut (*(thing as *mut ComRepr<Self, Self::Vtbl>)).1 in from_interface()
125 Box::from_raw(thing as *mut ComRepr<Self, Self::Vtbl>); in destroy()
H A Dfont_collection_impl.rs41 type Vtbl = IDWriteFontCollectionLoaderVtbl; typedef
49 type Vtbl = IUnknownVtbl; typedef
95 type Vtbl = IDWriteFontFileEnumeratorVtbl; typedef
103 type Vtbl = IUnknownVtbl; typedef
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dwrote/src/
H A Dcom_helpers.rs105 pub struct ComRepr<Type, Vtbl>(*const Vtbl, Type);
111 type Vtbl: 'static; typedef
113 fn vtbl() -> &'static Self::Vtbl; in vtbl()
121 &mut (*(thing as *mut ComRepr<Self, Self::Vtbl>)).1 in from_interface()
125 Box::from_raw(thing as *mut ComRepr<Self, Self::Vtbl>); in destroy()
H A Dfont_collection_impl.rs41 type Vtbl = IDWriteFontCollectionLoaderVtbl; typedef
49 type Vtbl = IUnknownVtbl; typedef
95 type Vtbl = IDWriteFontFileEnumeratorVtbl; typedef
103 type Vtbl = IUnknownVtbl; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dwrote/src/
H A Dcom_helpers.rs105 pub struct ComRepr<Type, Vtbl>(*const Vtbl, Type);
111 type Vtbl: 'static; typedef
113 fn vtbl() -> &'static Self::Vtbl; in vtbl()
121 &mut (*(thing as *mut ComRepr<Self, Self::Vtbl>)).1 in from_interface()
125 Box::from_raw(thing as *mut ComRepr<Self, Self::Vtbl>); in destroy()
H A Dfont_collection_impl.rs41 type Vtbl = IDWriteFontCollectionLoaderVtbl; typedef
49 type Vtbl = IUnknownVtbl; typedef
95 type Vtbl = IDWriteFontFileEnumeratorVtbl; typedef
103 type Vtbl = IUnknownVtbl; typedef
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/dwrote-0.10.0/src/
H A Dcom_helpers.rs105 pub struct ComRepr<Type, Vtbl>(*const Vtbl, Type);
111 type Vtbl: 'static; typedef
113 fn vtbl() -> &'static Self::Vtbl; in vtbl()
121 &mut (*(thing as *mut ComRepr<Self, Self::Vtbl>)).1 in from_interface()
125 Box::from_raw(thing as *mut ComRepr<Self, Self::Vtbl>); in destroy()
H A Dfont_collection_impl.rs41 type Vtbl = IDWriteFontCollectionLoaderVtbl; typedef
49 type Vtbl = IUnknownVtbl; typedef
95 type Vtbl = IDWriteFontFileEnumeratorVtbl; typedef
103 type Vtbl = IUnknownVtbl; typedef
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dbasetyps.h53 typedef interface i { CONST_VTABLE struct i##Vtbl *lpVtbl; } i; \
54 typedef CONST_VTABLE struct i##Vtbl i##Vtbl; \
55 CONST_VTABLE struct i##Vtbl
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dbasetyps.h91 typedef _COM_interface i { CONST_VTABLE struct i##Vtbl *lpVtbl; } i; \
92 typedef CONST_VTABLE struct i##Vtbl i##Vtbl; \
93 CONST_VTABLE struct i##Vtbl
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dbasetyps.h91 typedef _COM_interface i { CONST_VTABLE struct i##Vtbl *lpVtbl; } i; \
92 typedef CONST_VTABLE struct i##Vtbl i##Vtbl; \
93 CONST_VTABLE struct i##Vtbl

1234