Home
last modified time | relevance | path

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

12

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dsgen-toggleref.c25 GCObject *strong_ref; member
48 if (r.strong_ref) in sgen_process_togglerefs()
49 obj = r.strong_ref; in sgen_process_togglerefs()
61 toggleref_array [w].strong_ref = obj; in sgen_process_togglerefs()
66 toggleref_array [w].strong_ref = NULL; in sgen_process_togglerefs()
93 if (toggleref_array [i].strong_ref) { in sgen_client_mark_togglerefs()
94 GCObject *object = toggleref_array [i].strong_ref; in sgen_client_mark_togglerefs()
97 copy_func (&toggleref_array [i].strong_ref, queue); in sgen_client_mark_togglerefs()
167 mono_gc_toggleref_add (MonoObject *object, mono_bool strong_ref) in mono_gc_toggleref_add() argument
172 SGEN_LOG (4, "Adding toggleref %p %d", object, strong_ref); in mono_gc_toggleref_add()
[all …]
H A Dsgen-toggleref.h29 MONO_API void mono_gc_toggleref_add (MonoObject *object, mono_bool strong_ref);
/dports/games/flightgear/flightgear-2020.3.11/src/Add-ons/
H A Dpointer_traits.hxx41 using strong_ref = SGSharedPtr<T>; typedef
44 static strong_ref makeStrongRef(Args&& ...args) in makeStrongRef()
46 return strong_ref(new T(std::forward<Args>(args)...)); in makeStrongRef()
54 using strong_ref = std::shared_ptr<T>; typedef
57 static strong_ref makeStrongRef(Args&& ...args) in makeStrongRef()
H A Dcontacts.hxx102 using strong_ref = AuthorRef; typedef
114 using strong_ref = MaintainerRef; typedef
H A DAddonMetadataParser.cxx308 vector<typename contact_traits<T>::strong_ref>
313 vector<typename contactTraits::strong_ref> res; in parseContactsNode()
329 using ptr_traits = shared_ptr_traits<typename contactTraits::strong_ref>; in parseContactsNode()
H A DAddonMetadataParser.hxx89 static std::vector<typename contact_traits<T>::strong_ref>
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/cppbind/
H A DGhost.hxx231 using strong_ref = typename shared_ptr_traits<T>::strong_ref; typedef in nasal::Ghost
857 strong_ref ref(ref_ptr); in makeGhost()
906 return strong_ref(); in fromNasal()
917 return strong_ref(); in fromNasal()
928 strong_ref obj = fromNasal(c, me); in fromNasalChecked()
932 return strong_ref(); in fromNasalChecked()
1072 strong_ref ref = in toNasal()
1377 strong_ref ref = getPtr<strong_ref, true>(ghost); in getMemberWeak()
1426 strong_ref ref = getPtr<strong_ref, true>(ghost); in setMemberWeak()
1464 using strong_ref = typename nasal::shared_ptr_traits<T>::strong_ref; in to_nasal_helper() typedef
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/cppbind/detail/
H A Dnasal_traits.hxx91 using strong_ref = strong<T>;\
100 using strong_ref = strong<T>;\
130 using strong_ref = typename shared_ptr_traits<T>::strong_ref; typedef
154 std::is_same<U, strong_ref>::value
182 using strong_ref = typename shared_ptr_traits<T>::strong_ref; typedef
196 std::is_same<U, strong_ref>::value
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/
H A Dfont_template.rs100 strong_ref: Option<Arc<FontTemplateData>>, field
126 Some(ref strong_ref) => Some(Arc::downgrade(strong_ref)), in new()
134 strong_ref: maybe_strong_ref, in new()
226 assert!(self.strong_ref.is_none()); in data()
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dfinalize.c312 GC_PTR strong_ref; member
334 if (r.strong_ref) in GC_process_togglerefs()
335 obj = r.strong_ref; in GC_process_togglerefs()
347 GC_toggleref_array [w].strong_ref = obj; in GC_process_togglerefs()
352 GC_toggleref_array [w].strong_ref = NULL; in GC_process_togglerefs()
362 GC_toggleref_array [w].strong_ref = NULL; in GC_process_togglerefs()
400 if (GC_toggleref_array [i].strong_ref) { in GC_mark_togglerefs()
401 GC_PTR object = GC_toggleref_array [i].strong_ref; in GC_mark_togglerefs()
457 GC_toggleref_add (GC_PTR object, int strong_ref) in GC_toggleref_add() argument
473 GC_toggleref_array [GC_toggleref_array_size].strong_ref = strong_ref ? object : NULL; in GC_toggleref_add()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/test/
H A Delf_visibility.asm8 extern strong_ref, weak_ref:weak, unused_ref
26 mov eax,strong_ref
/dports/devel/nasm/nasm-2.15.05/test/
H A Delf_visibility.asm8 extern strong_ref, weak_ref:weak, unused_ref
26 mov eax,strong_ref
/dports/devel/p5-Test-Weaken/Test-Weaken-3.022000/t/
H A Dsnippet.t40 my $strong_ref = $array;
43 push @{$array}, \$strong_ref;
/dports/lang/rust/rustc-1.58.1-src/library/alloc/src/
H A Drc.rs2458 fn strong_ref(&self) -> &Cell<usize>; in strong_ref() method
2462 self.strong_ref().get() in strong()
2476 self.strong_ref().set(strong + 1); in inc_strong()
2481 self.strong_ref().set(self.strong() - 1); in dec_strong()
2516 fn strong_ref(&self) -> &Cell<usize> { in strong_ref() method
2528 fn strong_ref(&self) -> &Cell<usize> { in strong_ref() method
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dfinalize.c315 void *strong_ref; member
333 void *obj = r.strong_ref; in GC_process_togglerefs()
345 GC_toggleref_arr[new_size++].strong_ref = obj; in GC_process_togglerefs()
390 void *obj = GC_toggleref_arr[i].strong_ref; in GC_mark_togglerefs()
478 GC_toggleref_arr[GC_toggleref_array_size].strong_ref = in GC_toggleref_add()
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dfinalize.c315 void *strong_ref; member
333 void *obj = r.strong_ref; in GC_process_togglerefs()
345 GC_toggleref_arr[new_size++].strong_ref = obj; in GC_process_togglerefs()
390 void *obj = GC_toggleref_arr[i].strong_ref; in GC_mark_togglerefs()
478 GC_toggleref_arr[GC_toggleref_array_size].strong_ref = in GC_toggleref_add()
/dports/devel/boehm-gc/gc-8.0.6/
H A Dfinalize.c315 void *strong_ref; member
333 void *obj = r.strong_ref; in GC_process_togglerefs()
345 GC_toggleref_arr[new_size++].strong_ref = obj; in GC_process_togglerefs()
390 void *obj = GC_toggleref_arr[i].strong_ref; in GC_mark_togglerefs()
478 GC_toggleref_arr[GC_toggleref_array_size].strong_ref = in GC_toggleref_add()
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dfinalize.c315 void *strong_ref; member
333 void *obj = r.strong_ref; in GC_process_togglerefs()
345 GC_toggleref_arr[new_size++].strong_ref = obj; in GC_process_togglerefs()
390 void *obj = GC_toggleref_arr[i].strong_ref; in GC_mark_togglerefs()
478 GC_toggleref_arr[GC_toggleref_array_size].strong_ref = in GC_toggleref_add()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dsgen-toggleref.cs40 static extern int mono_gc_toggleref_add (IntPtr ptr, bool strong_ref); in mono_gc_toggleref_add() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp62 PythonObject strong_ref(owned_long); in TEST_F() local
63 EXPECT_EQ(original_refcnt + 1, strong_ref.get()->ob_refcnt); in TEST_F()
67 EXPECT_EQ(original_refcnt, strong_ref.get()->ob_refcnt); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp62 PythonObject strong_ref(owned_long); in TEST_F() local
63 EXPECT_EQ(original_refcnt + 1, strong_ref.get()->ob_refcnt); in TEST_F()
67 EXPECT_EQ(original_refcnt, strong_ref.get()->ob_refcnt); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp62 PythonObject strong_ref(owned_long); in TEST_F() local
63 EXPECT_EQ(original_refcnt + 1, strong_ref.get()->ob_refcnt); in TEST_F()
67 EXPECT_EQ(original_refcnt, strong_ref.get()->ob_refcnt); in TEST_F()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dmxf.c698 static void *mxf_resolve_strong_ref(MXFContext *mxf, UID *strong_ref, enum MXFMetadataSetType type) in mxf_resolve_strong_ref() argument
702 if (!strong_ref) in mxf_resolve_strong_ref()
705 if (!memcmp(*strong_ref, mxf->metadata_sets[i]->uid, 16) && in mxf_resolve_strong_ref()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp62 PythonObject strong_ref(owned_long); in TEST_F() local
63 EXPECT_EQ(original_refcnt + 1, strong_ref.get()->ob_refcnt); in TEST_F()
67 EXPECT_EQ(original_refcnt, strong_ref.get()->ob_refcnt); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp62 PythonObject strong_ref(owned_long); in TEST_F() local
63 EXPECT_EQ(original_refcnt + 1, strong_ref.get()->ob_refcnt); in TEST_F()
67 EXPECT_EQ(original_refcnt, strong_ref.get()->ob_refcnt); in TEST_F()

12