Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/src/
H A Dv8windbg-extension.h23 WRL::ComPtr<IDebugHostType> GetTypeFromV8Module(
25 WRL::ComPtr<IDebugHostType> GetV8ObjectType(
27 void TryRegisterType(WRL::ComPtr<IDebugHostType>& sp_type,
29 bool DoesTypeDeriveFromObject(const WRL::ComPtr<IDebugHostType>& sp_type);
72 std::unordered_map<std::u16string, WRL::ComPtr<IDebugHostType>>
H A Dobject-inspection.cc31 WRL::ComPtr<IDebugHostType> sp_type; in Create()
193 WRL::ComPtr<IDebugHostType> type = in GetModelForBasicField()
218 WRL::ComPtr<IDebugHostType> type = in GetModelForBitField()
300 WRL::ComPtr<IDebugHostType> type = in GetModelForNativeArray()
309 WRL::ComPtr<IDebugHostType> array_type; in GetModelForNativeArray()
533 WRL::ComPtr<IDebugHostType> sp_type; in GetValue()
549 WRL::ComPtr<IDebugHostType> sp_value_type = in GetValue()
H A Dv8windbg-extension.cc36 const WRL::ComPtr<IDebugHostType>& sp_type) { in DoesTypeDeriveFromObject()
52 WRL::ComPtr<IDebugHostType> sp_base_type; in DoesTypeDeriveFromObject()
63 WRL::ComPtr<IDebugHostType> Extension::GetV8ObjectType( in GetV8ObjectType()
68 WRL::ComPtr<IDebugHostType> Extension::GetTypeFromV8Module( in GetTypeFromV8Module()
H A Dlocal-variables.cc92 WRL::ComPtr<IDebugHostType> object_type = in GetValue()
104 WRL::ComPtr<IDebugHostType> object_array_type; in GetValue()
H A Dcur-isolate.cc71 WRL::ComPtr<IDebugHostType> sp_isolate_type, sp_isolate_ptr_type; in GetCurrentIsolate()
H A Dlist-chunks.cc62 WRL::ComPtr<IDebugHostType> sp_space_type; in PopulateChunkData()
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/src/
H A Dv8windbg-extension.h23 WRL::ComPtr<IDebugHostType> GetTypeFromV8Module(
25 WRL::ComPtr<IDebugHostType> GetV8ObjectType(
27 void TryRegisterType(WRL::ComPtr<IDebugHostType>& sp_type,
29 bool DoesTypeDeriveFromObject(const WRL::ComPtr<IDebugHostType>& sp_type);
91 std::unordered_map<std::u16string, WRL::ComPtr<IDebugHostType>>
H A Dobject-inspection.cc29 WRL::ComPtr<IDebugHostType> sp_type; in Create()
196 WRL::ComPtr<IDebugHostType> type = in GetModelForBasicField()
221 WRL::ComPtr<IDebugHostType> type = in GetModelForBitField()
303 WRL::ComPtr<IDebugHostType> type = in GetModelForNativeArray()
312 WRL::ComPtr<IDebugHostType> array_type; in GetModelForNativeArray()
511 WRL::ComPtr<IDebugHostType> sp_type; in GetValue()
527 WRL::ComPtr<IDebugHostType> sp_value_type = in GetValue()
580 WRL::ComPtr<IDebugHostType> sp_id_field_type; in GetValue()
H A Dv8windbg-extension.cc36 const WRL::ComPtr<IDebugHostType>& sp_type) { in DoesTypeDeriveFromObject()
52 WRL::ComPtr<IDebugHostType> sp_base_type; in DoesTypeDeriveFromObject()
63 WRL::ComPtr<IDebugHostType> Extension::GetV8ObjectType( in GetV8ObjectType()
68 WRL::ComPtr<IDebugHostType> Extension::GetTypeFromV8Module( in GetTypeFromV8Module()
H A Dlocal-variables.cc96 WRL::ComPtr<IDebugHostType> object_type = in GetValue()
108 WRL::ComPtr<IDebugHostType> object_array_type; in GetValue()
H A Dcur-isolate.cc71 WRL::ComPtr<IDebugHostType> sp_isolate_type, sp_isolate_ptr_type; in GetCurrentIsolate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/src/
H A Dv8windbg-extension.h23 WRL::ComPtr<IDebugHostType> GetTypeFromV8Module(
25 WRL::ComPtr<IDebugHostType> GetV8ObjectType(
27 void TryRegisterType(WRL::ComPtr<IDebugHostType>& sp_type,
29 bool DoesTypeDeriveFromObject(const WRL::ComPtr<IDebugHostType>& sp_type);
91 std::unordered_map<std::u16string, WRL::ComPtr<IDebugHostType>>
H A Dobject-inspection.cc31 WRL::ComPtr<IDebugHostType> sp_type; in Create()
193 WRL::ComPtr<IDebugHostType> type = in GetModelForBasicField()
218 WRL::ComPtr<IDebugHostType> type = in GetModelForBitField()
300 WRL::ComPtr<IDebugHostType> type = in GetModelForNativeArray()
309 WRL::ComPtr<IDebugHostType> array_type; in GetModelForNativeArray()
508 WRL::ComPtr<IDebugHostType> sp_type; in GetValue()
524 WRL::ComPtr<IDebugHostType> sp_value_type = in GetValue()
577 WRL::ComPtr<IDebugHostType> sp_id_field_type; in GetValue()
H A Dv8windbg-extension.cc36 const WRL::ComPtr<IDebugHostType>& sp_type) { in DoesTypeDeriveFromObject()
52 WRL::ComPtr<IDebugHostType> sp_base_type; in DoesTypeDeriveFromObject()
63 WRL::ComPtr<IDebugHostType> Extension::GetV8ObjectType( in GetV8ObjectType()
68 WRL::ComPtr<IDebugHostType> Extension::GetTypeFromV8Module( in GetTypeFromV8Module()
H A Dlocal-variables.cc96 WRL::ComPtr<IDebugHostType> object_type = in GetValue()
108 WRL::ComPtr<IDebugHostType> object_array_type; in GetValue()
H A Dcur-isolate.cc71 WRL::ComPtr<IDebugHostType> sp_isolate_type, sp_isolate_ptr_type; in GetCurrentIsolate()
H A Dlist-chunks.cc62 WRL::ComPtr<IDebugHostType> sp_space_type; in PopulateChunkData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/base/
H A Dutilities.h50 HRESULT CreateTypedIntrinsic(uint64_t value, IDebugHostType* type,
H A Dutilities.cc53 HRESULT CreateTypedIntrinsic(uint64_t value, IDebugHostType* type, in CreateTypedIntrinsic()
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/base/
H A Dutilities.h50 HRESULT CreateTypedIntrinsic(uint64_t value, IDebugHostType* type,
H A Dutilities.cc53 HRESULT CreateTypedIntrinsic(uint64_t value, IDebugHostType* type, in CreateTypedIntrinsic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/base/
H A Dutilities.h50 HRESULT CreateTypedIntrinsic(uint64_t value, IDebugHostType* type,
H A Dutilities.cc53 HRESULT CreateTypedIntrinsic(uint64_t value, IDebugHostType* type, in CreateTypedIntrinsic()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs27768 pub struct IDebugHostType(::windows::runtime::IUnknown); struct
27769 impl IDebugHostType { implementation
27874 unsafe impl ::windows::runtime::Interface for IDebugHostType { implementation
27879 fn from(value: IDebugHostType) -> Self { in from()
27884 fn from(value: &IDebugHostType) -> Self { in from()
27898 impl ::std::convert::From<IDebugHostType> for IDebugHostSymbol {
27899 fn from(value: IDebugHostType) -> Self { in from()
27903 impl ::std::convert::From<&IDebugHostType> for IDebugHostSymbol {
27904 fn from(value: &IDebugHostType) -> Self { in from()
28105 impl ::std::convert::From<IDebugHostType2> for IDebugHostType { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs4507 pub type IDebugHostType = *mut ::core::ffi::c_void; typedef