Home
last modified time | relevance | path

Searched refs:AddRef (Results 1 – 25 of 5411) sorted by relevance

12345678910>>...217

/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/tests/
H A DTestNoAddRefReleaseOnReturn.cpp4 void AddRef();
45 …s.f()->AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'S::f' whic… in test()
48 …s.g().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'S::g' which… in test()
51 …s.h().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'S::h' which… in test()
58 …sd.g().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'SD::g' whi… in test()
92 …f()->AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'f' which is … in test()
95 …g().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'g' which is m… in test()
98 …h().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'h' which is m… in test()
101 …fd()->AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'fd' which i… in test()
104 …gd().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'gd' which is… in test()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/tests/
H A DTestNoAddRefReleaseOnReturn.cpp4 void AddRef();
45 s.f()->AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'f'}} in test()
48 s.g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
51 s.h().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'h'}} in test()
58 sd.g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
61 sd.h().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'h'}} in test()
68 x.g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
71 x.h().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'h'}} in test()
92 f()->AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'f'}} in test()
95 g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
[all …]
/dports/www/firefox/firefox-99.0/build/clang-plugin/tests/
H A DTestNoAddRefReleaseOnReturn.cpp4 void AddRef();
45 …s.f()->AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'S::f' whic… in test()
48 …s.g().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'S::g' which… in test()
51 …s.h().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'S::h' which… in test()
58 …sd.g().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'SD::g' whi… in test()
92 …f()->AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'f' which is … in test()
95 …g().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'g' which is m… in test()
98 …h().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'h' which is m… in test()
101 …fd()->AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'fd' which i… in test()
104 …gd().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'gd' which is… in test()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/tests/
H A DTestNoAddRefReleaseOnReturn.cpp4 void AddRef();
45 …s.f()->AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'S::f' whic… in test()
48 …s.g().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'S::g' which… in test()
51 …s.h().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'S::h' which… in test()
58 …sd.g().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'SD::g' whi… in test()
92 …f()->AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'f' which is … in test()
95 …g().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'g' which is m… in test()
98 …h().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'h' which is m… in test()
101 …fd()->AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'fd' which i… in test()
104 …gd().AddRef(); // expected-error{{'AddRef' must not be called on the return value of 'gd' which is… in test()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/build/clang-plugin/tests/
H A DTestNoAddRefReleaseOnReturn.cpp4 void AddRef();
45 s.f()->AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'f'}} in test()
48 s.g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
51 s.h().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'h'}} in test()
58 sd.g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
61 sd.h().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'h'}} in test()
68 x.g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
71 x.h().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'h'}} in test()
92 f()->AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'f'}} in test()
95 g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/build/clang-plugin/tests/
H A DTestNoAddRefReleaseOnReturn.cpp4 void AddRef();
45 s.f()->AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'f'}} in test()
48 s.g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
51 s.h().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'h'}} in test()
58 sd.g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
61 sd.h().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'h'}} in test()
68 x.g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
71 x.h().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'h'}} in test()
92 f()->AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'f'}} in test()
95 g().AddRef(); // expected-error{{'AddRef' cannot be called on the return value of 'g'}} in test()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/test/
H A Dtestdwarfsetup1.pas733 VarREC2_56.AddRef(DW_AT_type, DW_FORM_ref4, @Type_69); // $6D, $07, $00, $00
765 VarSUBR_60.AddRef(DW_AT_type, DW_FORM_ref4, @Type_73); // $91, $07, $00, $00
791 Type_64.AddRef(DW_AT_type, DW_FORM_ref4, @TypePtr_63); // $4F, $07, $00, $00
835 Type_72.AddRef(DW_AT_type, DW_FORM_ref4, @Type_69); // $6D, $07, $00, $00
847 Type_74.AddRef(DW_AT_type, DW_FORM_ref4, @Type_73); // $91, $07, $00, $00
859 Type_76.AddRef(DW_AT_type, DW_FORM_ref4, @Type_75); // $9D, $07, $00, $00
3232 Type_443.AddRef(DW_AT_type, DW_FORM_ref4, @Type_441); // $AE, $19, $00, $00
3251 Type_446.AddRef(DW_AT_type, DW_FORM_ref4, @Type_444); // $C2, $19, $00, $00
3270 Type_449.AddRef(DW_AT_type, DW_FORM_ref4, @Type_447); // $D6, $19, $00, $00
3379 Type_466.AddRef(DW_AT_type, DW_FORM_ref4, @Type_464); // $C3, $1A, $00, $00
[all …]
H A Dtestdwarfsetupbasic.pas2455 Type_322.AddRef(DW_AT_type, DW_FORM_ref4, @Type_925); // $07, $2B, $00, $00
2505 Type_330.AddRef(DW_AT_type, DW_FORM_ref4, @Type_930); // $2A, $2B, $00, $00
2680 Type_358.AddRef(DW_AT_type, DW_FORM_ref4, @Type_932); // $36, $2B, $00, $00
2730 Type_366.AddRef(DW_AT_type, DW_FORM_ref4, @Type_937); // $5C, $2B, $00, $00
3107 Type_435.AddRef(DW_AT_type, DW_FORM_ref4, @Type_430); // $21, $16, $00, $00
3113 Type_436.AddRef(DW_AT_type, DW_FORM_ref4, @Type_437); // $54, $16, $00, $00
3120 Type_437.AddRef(DW_AT_type, DW_FORM_ref4, @Type_939); // $68, $2B, $00, $00
3125 Type_438.AddRef(DW_AT_type, DW_FORM_ref4, @Type_436); // $4D, $16, $00, $00
3131 Type_439.AddRef(DW_AT_type, DW_FORM_ref4, @Type_440); // $67, $16, $00, $00
3143 Type_441.AddRef(DW_AT_type, DW_FORM_ref4, @Type_439); // $60, $16, $00, $00
[all …]
H A Dtestdwarfsetuparray.pas140 TypeDeclTDYNINTARRAY_7.AddRef(DW_AT_type, DW_FORM_ref4, @TypePtr_8); // $53, $01, $00, $00
145 TypePtr_8.AddRef(DW_AT_type, DW_FORM_ref4, @TypeTDYNINTARRAY_9); // $58, $01, $00, $00
158 Type_10.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclLONGINT_20); // $E5, $01, $00, $00
163 Type_11.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTDYNINTARRAY_7); // $41, $01, $00, $00
184 Type_14.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclSHORTINT_23); // $02, $02, $00, $00
189 Type_15.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTSTATINTARRAY1_12); // $77, $01, $00, $00
210 Type_18.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclSHORTINT_23); // $02, $02, $00, $00
215 Type_19.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTSTATINTARRAY2_16); // $AE, $01, $00, $00
221 TypeDeclLONGINT_20.AddRef(DW_AT_type, DW_FORM_ref4, @TypeLONGINT_21); // $F2, $01, $00, $00
233 Type_22.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclLONGINT_20); // $E5, $01, $00, $00
[all …]
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/test/
H A Dtestdwarfsetup1.pas733 VarREC2_56.AddRef(DW_AT_type, DW_FORM_ref4, @Type_69); // $6D, $07, $00, $00
765 VarSUBR_60.AddRef(DW_AT_type, DW_FORM_ref4, @Type_73); // $91, $07, $00, $00
791 Type_64.AddRef(DW_AT_type, DW_FORM_ref4, @TypePtr_63); // $4F, $07, $00, $00
835 Type_72.AddRef(DW_AT_type, DW_FORM_ref4, @Type_69); // $6D, $07, $00, $00
847 Type_74.AddRef(DW_AT_type, DW_FORM_ref4, @Type_73); // $91, $07, $00, $00
859 Type_76.AddRef(DW_AT_type, DW_FORM_ref4, @Type_75); // $9D, $07, $00, $00
3232 Type_443.AddRef(DW_AT_type, DW_FORM_ref4, @Type_441); // $AE, $19, $00, $00
3251 Type_446.AddRef(DW_AT_type, DW_FORM_ref4, @Type_444); // $C2, $19, $00, $00
3270 Type_449.AddRef(DW_AT_type, DW_FORM_ref4, @Type_447); // $D6, $19, $00, $00
3379 Type_466.AddRef(DW_AT_type, DW_FORM_ref4, @Type_464); // $C3, $1A, $00, $00
[all …]
H A Dtestdwarfsetupbasic.pas2455 Type_322.AddRef(DW_AT_type, DW_FORM_ref4, @Type_925); // $07, $2B, $00, $00
2505 Type_330.AddRef(DW_AT_type, DW_FORM_ref4, @Type_930); // $2A, $2B, $00, $00
2680 Type_358.AddRef(DW_AT_type, DW_FORM_ref4, @Type_932); // $36, $2B, $00, $00
2730 Type_366.AddRef(DW_AT_type, DW_FORM_ref4, @Type_937); // $5C, $2B, $00, $00
3107 Type_435.AddRef(DW_AT_type, DW_FORM_ref4, @Type_430); // $21, $16, $00, $00
3113 Type_436.AddRef(DW_AT_type, DW_FORM_ref4, @Type_437); // $54, $16, $00, $00
3120 Type_437.AddRef(DW_AT_type, DW_FORM_ref4, @Type_939); // $68, $2B, $00, $00
3125 Type_438.AddRef(DW_AT_type, DW_FORM_ref4, @Type_436); // $4D, $16, $00, $00
3131 Type_439.AddRef(DW_AT_type, DW_FORM_ref4, @Type_440); // $67, $16, $00, $00
3143 Type_441.AddRef(DW_AT_type, DW_FORM_ref4, @Type_439); // $60, $16, $00, $00
[all …]
H A Dtestdwarfsetuparray.pas140 TypeDeclTDYNINTARRAY_7.AddRef(DW_AT_type, DW_FORM_ref4, @TypePtr_8); // $53, $01, $00, $00
145 TypePtr_8.AddRef(DW_AT_type, DW_FORM_ref4, @TypeTDYNINTARRAY_9); // $58, $01, $00, $00
158 Type_10.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclLONGINT_20); // $E5, $01, $00, $00
163 Type_11.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTDYNINTARRAY_7); // $41, $01, $00, $00
184 Type_14.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclSHORTINT_23); // $02, $02, $00, $00
189 Type_15.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTSTATINTARRAY1_12); // $77, $01, $00, $00
210 Type_18.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclSHORTINT_23); // $02, $02, $00, $00
215 Type_19.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTSTATINTARRAY2_16); // $AE, $01, $00, $00
221 TypeDeclLONGINT_20.AddRef(DW_AT_type, DW_FORM_ref4, @TypeLONGINT_21); // $F2, $01, $00, $00
233 Type_22.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclLONGINT_20); // $E5, $01, $00, $00
[all …]
/dports/editors/lazarus/lazarus/components/fpdebug/test/
H A Dtestdwarfsetup1.pas733 VarREC2_56.AddRef(DW_AT_type, DW_FORM_ref4, @Type_69); // $6D, $07, $00, $00
765 VarSUBR_60.AddRef(DW_AT_type, DW_FORM_ref4, @Type_73); // $91, $07, $00, $00
791 Type_64.AddRef(DW_AT_type, DW_FORM_ref4, @TypePtr_63); // $4F, $07, $00, $00
835 Type_72.AddRef(DW_AT_type, DW_FORM_ref4, @Type_69); // $6D, $07, $00, $00
847 Type_74.AddRef(DW_AT_type, DW_FORM_ref4, @Type_73); // $91, $07, $00, $00
859 Type_76.AddRef(DW_AT_type, DW_FORM_ref4, @Type_75); // $9D, $07, $00, $00
3232 Type_443.AddRef(DW_AT_type, DW_FORM_ref4, @Type_441); // $AE, $19, $00, $00
3251 Type_446.AddRef(DW_AT_type, DW_FORM_ref4, @Type_444); // $C2, $19, $00, $00
3270 Type_449.AddRef(DW_AT_type, DW_FORM_ref4, @Type_447); // $D6, $19, $00, $00
3379 Type_466.AddRef(DW_AT_type, DW_FORM_ref4, @Type_464); // $C3, $1A, $00, $00
[all …]
H A Dtestdwarfsetupbasic.pas2455 Type_322.AddRef(DW_AT_type, DW_FORM_ref4, @Type_925); // $07, $2B, $00, $00
2505 Type_330.AddRef(DW_AT_type, DW_FORM_ref4, @Type_930); // $2A, $2B, $00, $00
2680 Type_358.AddRef(DW_AT_type, DW_FORM_ref4, @Type_932); // $36, $2B, $00, $00
2730 Type_366.AddRef(DW_AT_type, DW_FORM_ref4, @Type_937); // $5C, $2B, $00, $00
3107 Type_435.AddRef(DW_AT_type, DW_FORM_ref4, @Type_430); // $21, $16, $00, $00
3113 Type_436.AddRef(DW_AT_type, DW_FORM_ref4, @Type_437); // $54, $16, $00, $00
3120 Type_437.AddRef(DW_AT_type, DW_FORM_ref4, @Type_939); // $68, $2B, $00, $00
3125 Type_438.AddRef(DW_AT_type, DW_FORM_ref4, @Type_436); // $4D, $16, $00, $00
3131 Type_439.AddRef(DW_AT_type, DW_FORM_ref4, @Type_440); // $67, $16, $00, $00
3143 Type_441.AddRef(DW_AT_type, DW_FORM_ref4, @Type_439); // $60, $16, $00, $00
[all …]
H A Dtestdwarfsetuparray.pas140 TypeDeclTDYNINTARRAY_7.AddRef(DW_AT_type, DW_FORM_ref4, @TypePtr_8); // $53, $01, $00, $00
145 TypePtr_8.AddRef(DW_AT_type, DW_FORM_ref4, @TypeTDYNINTARRAY_9); // $58, $01, $00, $00
158 Type_10.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclLONGINT_20); // $E5, $01, $00, $00
163 Type_11.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTDYNINTARRAY_7); // $41, $01, $00, $00
184 Type_14.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclSHORTINT_23); // $02, $02, $00, $00
189 Type_15.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTSTATINTARRAY1_12); // $77, $01, $00, $00
210 Type_18.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclSHORTINT_23); // $02, $02, $00, $00
215 Type_19.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTSTATINTARRAY2_16); // $AE, $01, $00, $00
221 TypeDeclLONGINT_20.AddRef(DW_AT_type, DW_FORM_ref4, @TypeLONGINT_21); // $F2, $01, $00, $00
233 Type_22.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclLONGINT_20); // $E5, $01, $00, $00
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/test/
H A Dtestdwarfsetup1.pas733 VarREC2_56.AddRef(DW_AT_type, DW_FORM_ref4, @Type_69); // $6D, $07, $00, $00
765 VarSUBR_60.AddRef(DW_AT_type, DW_FORM_ref4, @Type_73); // $91, $07, $00, $00
791 Type_64.AddRef(DW_AT_type, DW_FORM_ref4, @TypePtr_63); // $4F, $07, $00, $00
835 Type_72.AddRef(DW_AT_type, DW_FORM_ref4, @Type_69); // $6D, $07, $00, $00
847 Type_74.AddRef(DW_AT_type, DW_FORM_ref4, @Type_73); // $91, $07, $00, $00
859 Type_76.AddRef(DW_AT_type, DW_FORM_ref4, @Type_75); // $9D, $07, $00, $00
3232 Type_443.AddRef(DW_AT_type, DW_FORM_ref4, @Type_441); // $AE, $19, $00, $00
3251 Type_446.AddRef(DW_AT_type, DW_FORM_ref4, @Type_444); // $C2, $19, $00, $00
3270 Type_449.AddRef(DW_AT_type, DW_FORM_ref4, @Type_447); // $D6, $19, $00, $00
3379 Type_466.AddRef(DW_AT_type, DW_FORM_ref4, @Type_464); // $C3, $1A, $00, $00
[all …]
H A Dtestdwarfsetupbasic.pas2455 Type_322.AddRef(DW_AT_type, DW_FORM_ref4, @Type_925); // $07, $2B, $00, $00
2505 Type_330.AddRef(DW_AT_type, DW_FORM_ref4, @Type_930); // $2A, $2B, $00, $00
2680 Type_358.AddRef(DW_AT_type, DW_FORM_ref4, @Type_932); // $36, $2B, $00, $00
2730 Type_366.AddRef(DW_AT_type, DW_FORM_ref4, @Type_937); // $5C, $2B, $00, $00
3107 Type_435.AddRef(DW_AT_type, DW_FORM_ref4, @Type_430); // $21, $16, $00, $00
3113 Type_436.AddRef(DW_AT_type, DW_FORM_ref4, @Type_437); // $54, $16, $00, $00
3120 Type_437.AddRef(DW_AT_type, DW_FORM_ref4, @Type_939); // $68, $2B, $00, $00
3125 Type_438.AddRef(DW_AT_type, DW_FORM_ref4, @Type_436); // $4D, $16, $00, $00
3131 Type_439.AddRef(DW_AT_type, DW_FORM_ref4, @Type_440); // $67, $16, $00, $00
3143 Type_441.AddRef(DW_AT_type, DW_FORM_ref4, @Type_439); // $60, $16, $00, $00
[all …]
H A Dtestdwarfsetuparray.pas140 TypeDeclTDYNINTARRAY_7.AddRef(DW_AT_type, DW_FORM_ref4, @TypePtr_8); // $53, $01, $00, $00
145 TypePtr_8.AddRef(DW_AT_type, DW_FORM_ref4, @TypeTDYNINTARRAY_9); // $58, $01, $00, $00
158 Type_10.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclLONGINT_20); // $E5, $01, $00, $00
163 Type_11.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTDYNINTARRAY_7); // $41, $01, $00, $00
184 Type_14.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclSHORTINT_23); // $02, $02, $00, $00
189 Type_15.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTSTATINTARRAY1_12); // $77, $01, $00, $00
210 Type_18.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclSHORTINT_23); // $02, $02, $00, $00
215 Type_19.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclTSTATINTARRAY2_16); // $AE, $01, $00, $00
221 TypeDeclLONGINT_20.AddRef(DW_AT_type, DW_FORM_ref4, @TypeLONGINT_21); // $F2, $01, $00, $00
233 Type_22.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclLONGINT_20); // $E5, $01, $00, $00
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Container/
H A DPtr.h59 AddRef(); in SharedPtr()
66 AddRef(); in SharedPtr()
73 AddRef(); in SharedPtr()
90 AddRef();
103 AddRef();
116 AddRef();
176 AddRef(); in StaticCast()
184 AddRef(); in DynamicCast()
212 void AddRef() in AddRef() function
273 AddRef(); in WeakPtr()
[all …]
H A DArrayPtr.h49 AddRef(); in SharedArrayPtr()
57 AddRef(); in SharedArrayPtr()
75 AddRef();
140 AddRef(); in StaticCast()
149 AddRef(); in ReinterpretCast()
178 void AddRef() in AddRef() function
246 AddRef(); in WeakArrayPtr()
254 AddRef(); in WeakArrayPtr()
272 AddRef();
286 AddRef();
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/win/
H A Dfilter_base_win.cc20 AddRef(); in QueryInterface()
27 IFACEMETHODIMP_(ULONG) AddRef() override { in AddRef() function in media::PinEnumerator
28 base::RefCounted<PinEnumerator>::AddRef(); in AddRef()
42 pin->AddRef(); in Next()
68 pin_enum->AddRef(); in Clone()
87 (*enum_pins)->AddRef(); in EnumPins()
99 info->pGraph->AddRef(); in QueryFilterInfo()
156 AddRef(); in QueryInterface()
160 ULONG STDMETHODCALLTYPE FilterBase::AddRef() { in AddRef() function in media::FilterBase
161 base::RefCounted<FilterBase>::AddRef(); in AddRef()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/win/
H A Dfilter_base_win.cc22 AddRef(); in QueryInterface()
29 IFACEMETHODIMP_(ULONG) AddRef() override { in AddRef() function in media::PinEnumerator
30 base::RefCounted<PinEnumerator>::AddRef(); in AddRef()
44 pin->AddRef(); in Next()
70 pin_enum->AddRef(); in Clone()
89 (*enum_pins)->AddRef(); in EnumPins()
101 info->pGraph->AddRef(); in QueryFilterInfo()
158 AddRef(); in QueryInterface()
162 ULONG STDMETHODCALLTYPE FilterBase::AddRef() { in AddRef() function in media::FilterBase
163 base::RefCounted<FilterBase>::AddRef(); in AddRef()
H A Dpin_base_win.cc21 AddRef(); in QueryInterface()
28 IFACEMETHODIMP_(ULONG) AddRef() override { in AddRef() function in media::TypeEnumerator
92 type_enum->AddRef(); in Clone()
128 receive_pin->AddRef(); in Connect()
143 connector->AddRef(); in ReceiveConnection()
161 connected_pin_.Get()->AddRef(); in ConnectedTo()
176 owner_->AddRef(); in QueryPinInfo()
198 (*types)->AddRef(); in EnumMediaTypes()
268 AddRef(); in QueryInterface()
272 ULONG PinBase::AddRef() { in AddRef() function in media::PinBase
[all …]
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tools/
H A DtSafePTR.h121 dummy->AddRef(); in Destroy()
174 void AddRef(){ in AddRef() function
176 target->AddRef(); in AddRef()
194 tControlledPTR(T *x):target(x){AddRef();} in tControlledPTR()
204 AddRef();
213 AddRef();
290 void AddRef(){ in AddRef() function
292 target->AddRef(); in AddRef()
315 AddRef();
402 tStackObject(){ this->AddRef(); } in tStackObject()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/dwrote/src/
H A Dcom_helpers.rs32 (*This).AddRef();
38 AddRef: {
39 unsafe extern "system" fn AddRef(This: *mut IUnknown) -> ULONG {
44 AddRef
73 (*This).AddRef();
79 AddRef: {
80 unsafe extern "system" fn AddRef(_This: *mut IUnknown) -> ULONG {
83 AddRef

12345678910>>...217