Home
last modified time | relevance | path

Searched refs:ToHandle (Results 251 – 275 of 522) sorted by relevance

1...<<1112131415161718192021

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp747 OGRSpatialReference::ToHandle(poSRS.get()), in GenerateGeoreferencing()
758 OGRSpatialReference::ToHandle(poSRS.get()), in GenerateGeoreferencing()
1830 auto hFeat = OGRFeature::ToHandle(poFeature.get()); in WriteVector()
2042 auto hFeat = OGRFeature::ToHandle(poFeature.get()); in WriteVectorLabel()
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp747 OGRSpatialReference::ToHandle(poSRS.get()), in GenerateGeoreferencing()
758 OGRSpatialReference::ToHandle(poSRS.get()), in GenerateGeoreferencing()
1830 auto hFeat = OGRFeature::ToHandle(poFeature.get()); in WriteVector()
2042 auto hFeat = OGRFeature::ToHandle(poFeature.get()); in WriteVectorLabel()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp747 OGRSpatialReference::ToHandle(poSRS.get()), in GenerateGeoreferencing()
758 OGRSpatialReference::ToHandle(poSRS.get()), in GenerateGeoreferencing()
1830 auto hFeat = OGRFeature::ToHandle(poFeature.get()); in WriteVector()
2042 auto hFeat = OGRFeature::ToHandle(poFeature.get()); in WriteVectorLabel()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/owning_ref-0.3.3/src/
H A Dlib.rs781 pub trait ToHandle { trait
801 where O: StableAddress, O::Target: ToHandle<Handle = H>, H: Deref,
1073 impl<T: 'static> ToHandle for RefCell<T> {
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug-wasm-objects.cc28 if (maybe_name.ToHandle(&name)) { in GetNameOrDefault()
507 if (!Object::GetProperty(isolate, instance, symbol).ToHandle(&cache) || in GetOrCreateInstanceProxyCache()
621 if (GetNamedProperty(isolate, receiver, name_string).ToHandle(&value)) { in NamedGetter()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/owning_ref/src/
H A Dlib.rs781 pub trait ToHandle { interface
801 where O: StableAddress, O::Target: ToHandle<Handle = H>, H: Deref,
1073 impl<T: 'static> ToHandle for RefCell<T> {
/dports/audio/lewton/lewton-0.10.2/cargo-crates/owning_ref-0.3.3/src/
H A Dlib.rs781 pub trait ToHandle { interface
801 where O: StableAddress, O::Target: ToHandle<Handle = H>, H: Deref,
1073 impl<T: 'static> ToHandle for RefCell<T> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dkeys.cc155 if (!new_set_candidate.ToHandle(&new_set)) { in AddKey()
487 if (GetKeysFast(keys_conversion).ToHandle(&keys)) { in GetKeys()
520 if (GetOwnKeysWithUninitializedEnumCache().ToHandle(&keys)) { in GetKeysFast()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs782 pub trait ToHandle { trait
802 where O: StableAddress, O::Target: ToHandle<Handle = H>, H: Deref,
1086 impl<T: 'static> ToHandle for RefCell<T> {
/dports/editors/xi-term/xi-term-d264767/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs782 pub trait ToHandle { interface
802 where O: StableAddress, O::Target: ToHandle<Handle = H>, H: Deref,
1086 impl<T: 'static> ToHandle for RefCell<T> {
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dkeys.cc150 if (!new_set_candidate.ToHandle(&new_set)) { in AddKey()
480 if (GetKeysFast(keys_conversion).ToHandle(&keys)) { in GetKeys()
513 if (GetOwnKeysWithUninitializedEnumCache().ToHandle(&keys)) { in GetKeysFast()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-array.cc1249 if (!maybeValue.ToHandle(&value)) return Nothing<bool>(); in IsConcatSpreadable()
1524 if (Fast_ArrayConcat(isolate, &args).ToHandle(&result_array)) { in BUILTIN()
1536 if (Fast_ArrayConcat(isolate, &args).ToHandle(&result_array)) { in BUILTIN()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/owning_ref-0.3.3/src/
H A Dlib.rs781 pub trait ToHandle { trait
801 where O: StableAddress, O::Target: ToHandle<Handle = H>, H: Deref,
1073 impl<T: 'static> ToHandle for RefCell<T> {
/dports/games/dose-response/dose-response-179c326/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs782 pub trait ToHandle { trait
802 where O: StableAddress, O::Target: ToHandle<Handle = H>, H: Deref,
1086 impl<T: 'static> ToHandle for RefCell<T> {
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs782 pub trait ToHandle { interface
802 where O: StableAddress, O::Target: ToHandle<Handle = H>, H: Deref,
1086 impl<T: 'static> ToHandle for RefCell<T> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-array.cc1205 if (!maybeValue.ToHandle(&value)) return Nothing<bool>(); in IsConcatSpreadable()
1480 if (Fast_ArrayConcat(isolate, &args).ToHandle(&result_array)) { in BUILTIN()
1492 if (Fast_ArrayConcat(isolate, &args).ToHandle(&result_array)) { in BUILTIN()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/owning_ref/src/
H A Dlib.rs782 pub trait ToHandle { trait
802 where O: StableAddress, O::Target: ToHandle<Handle = H>, H: Deref,
1086 impl<T: 'static> ToHandle for RefCell<T> {
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs782 pub trait ToHandle {
802 where O: StableAddress, O::Target: ToHandle<Handle = H>, H: Deref,
1086 impl<T: 'static> ToHandle for RefCell<T> {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dfactory-base.cc307 bool has_shared_name = maybe_name.ToHandle(&shared_name); in NewSharedFunctionInfo()
317 if (maybe_function_data.ToHandle(&function_data)) { in NewSharedFunctionInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Daccess-info.cc517 .ToHandle(&cached_property_name)) { in ComputeAccessorDescriptorAccessInfo()
634 .ToHandle(&constructor)) { in ComputePropertyAccessInfo()
H A Dserializer-for-background-compilation.cc1096 if (function.closure().ToHandle(&closure)) { in SerializerForBackgroundCompilation()
2656 if (ai_exec.IsDataConstant() && ai_exec.holder().ToHandle(&holder)) { in ProcessMapForRegExpTest()
2675 if (ai_exec.IsDataConstant() && !ai_exec.holder().ToHandle(&holder)) { in ProcessHintsForRegExpTest()
2930 if (Map::TryUpdate(isolate, map).ToHandle(&map) && in GetRelevantReceiverMaps()
3048 if (access_info.holder().ToHandle(&prototype)) { in ProcessMapForNamedPropertyAccess()
3071 if (access_info.transition_map().ToHandle(&transition_map)) { in ProcessMapForNamedPropertyAccess()
3418 bool found_on_proto = access_info.holder().ToHandle(&holder); in ProcessConstantForInstanceOf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi.cc4602 .ToHandle(&result); in ObjectSetAccessor()
6970 .ToHandle(&result); in Set()
6984 .ToHandle(&result); in Has()
6998 .ToHandle(&result); in Delete()
7088 .ToHandle(&result); in Add()
7102 .ToHandle(&result); in Has()
7116 .ToHandle(&result); in Delete()
7221 .ToHandle(&result); in Catch()
7235 .ToHandle(&result); in Then()
7251 .ToHandle(&result); in Then()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dinterpreter.cc205 if (maybe_name.ToHandle(&name) && name->length() != 0) { in CheckAndPrintBytecodeMismatch()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dinterpreter.cc227 if (maybe_name.ToHandle(&name) && name->length() != 0) { in CheckAndPrintBytecodeMismatch()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/
H A Dgt_wkt_srs.cpp360 return OGRSpatialReference::ToHandle(oSRS.Clone());
408 return OGRSpatialReference::ToHandle(oSRS.Clone());
580 return OGRSpatialReference::ToHandle(oSRS.Clone());
1437 return OGRSpatialReference::ToHandle(oSRS.Clone());

1...<<1112131415161718192021