Home
last modified time | relevance | path

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

123456

/dports/net-im/telepathy-logger/telepathy-logger-0.8.2/extensions/_gen/
H A Dcli-misc.h12 GObject *weak_object,
18 GObject *weak_object);
25 GObject *weak_object);
30 GObject *weak_object);
39 GObject *weak_object);
44 GObject *weak_object);
53 GObject *weak_object);
58 GObject *weak_object);
65 GObject *weak_object);
70 GObject *weak_object);
[all …]
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dconnection-handles.c110 GObject *weak_object) in connection_held_handles() argument
125 context->user_data, weak_object); in connection_held_handles()
133 context->user_data, weak_object); in connection_held_handles()
181 GObject *weak_object) in tp_connection_hold_handles() argument
292 e, context->user_data, weak_object); in connection_requested_handles()
305 NULL, context->user_data, weak_object); in connection_requested_handles()
313 context->user_data, weak_object); in connection_requested_handles()
430 GObject *weak_object) in tp_connection_get_contact_attributes() argument
452 user_data, destroy, weak_object); in tp_connection_get_contact_attributes()
501 GObject *weak_object) in tp_connection_get_contact_list_attributes() argument
[all …]
H A Dproxy-signals.c69 GObject *weak_object; member
126 g_assert (dead == sc->weak_object); in tp_proxy_signal_connection_lost_weak_ref()
128 sc->weak_object = NULL; in tp_proxy_signal_connection_lost_weak_ref()
138 if (sc->weak_object != NULL) in _tp_proxy_signal_connection_finish_free()
140 g_object_weak_unref (sc->weak_object, in _tp_proxy_signal_connection_finish_free()
142 sc->weak_object = NULL; in _tp_proxy_signal_connection_finish_free()
271 invocation->sc->weak_object); in tp_proxy_signal_invocation_run()
370 GObject *weak_object, in tp_proxy_signal_connection_v0_new() argument
399 invoke_callback, callback, user_data, destroy, weak_object, sc); in tp_proxy_signal_connection_v0_new()
410 sc->weak_object = weak_object; in tp_proxy_signal_connection_v0_new()
[all …]
H A Dproxy-methods.c93 GObject *weak_object; member
127 g_assert (dead == pc->weak_object); in tp_proxy_pending_call_lost_weak_ref()
129 pc->weak_object = NULL; in tp_proxy_pending_call_lost_weak_ref()
157 pc->user_data, pc->weak_object); in tp_proxy_pending_call_idle_invoke()
254 GObject *weak_object, in tp_proxy_pending_call_v0_new() argument
266 callback, user_data, destroy, weak_object, pc); in tp_proxy_pending_call_v0_new()
273 pc->weak_object = weak_object; in tp_proxy_pending_call_v0_new()
279 if (weak_object != NULL) in tp_proxy_pending_call_v0_new()
280 g_object_weak_ref (weak_object, tp_proxy_pending_call_lost_weak_ref, pc); in tp_proxy_pending_call_v0_new()
371 if (pc->weak_object != NULL) in tp_proxy_pending_call_free()
[all …]
H A Dcontact.c783 GObject *weak_object) in set_contact_groups_cb() argument
1688 GObject *weak_object; member
1720 c->weak_object = NULL; in contacts_context_weak_notify()
1770 c->weak_object = weak_object; in contacts_context_new()
1824 c->weak_object = NULL; in contacts_context_unref()
2139 g_assert (weak_object == c->weak_object); in contacts_held_handles()
2191 g_assert (weak_object == c->weak_object); in contacts_inspected()
3305 GObject *weak_object) in contacts_got_contact_info() argument
4774 c->weak_object); in contacts_request_one_handle()
4792 g_assert (weak_object == c->weak_object); in contacts_requested_handles()
[all …]
H A Dcontact.h153 const GError *error, gpointer user_data, GObject *weak_object);
160 gpointer user_data, GDestroyNotify destroy, GObject *weak_object);
164 const GError *error, gpointer user_data, GObject *weak_object);
171 gpointer user_data, GDestroyNotify destroy, GObject *weak_object);
176 const GError *error, gpointer user_data, GObject *weak_object);
183 gpointer user_data, GDestroyNotify destroy, GObject *weak_object);
H A Ddbus-daemon.c982 gpointer weak_object; member
991 GObject *weak_object) in list_names_context_new() argument
1000 context->weak_object = weak_object; in list_names_context_new()
1002 if (context->weak_object != NULL) in list_names_context_new()
1003 g_object_add_weak_pointer (weak_object, &context->weak_object); in list_names_context_new()
1095 context->weak_object); in _tp_dbus_daemon_list_names_idle()
1144 GObject *weak_object) in _tp_dbus_daemon_list_names_common() argument
1152 g_return_if_fail (weak_object == NULL || G_IS_OBJECT (weak_object)); in _tp_dbus_daemon_list_names_common()
1167 weak_object); in _tp_dbus_daemon_list_names_common()
1210 GObject *weak_object) in tp_dbus_daemon_list_names() argument
[all …]
/dports/devel/librest/rest-0.8.1/rest-extras/
H A Dyoutube-proxy.c246 GObject *weak_object; member
264 if (closure->weak_object != NULL) in _upload_async_closure_free()
265 g_object_weak_unref (closure->weak_object, in _upload_async_closure_free()
278 GObject *weak_object, in _upload_async_closure_new() argument
287 closure->weak_object = weak_object; in _upload_async_closure_new()
290 if (weak_object != NULL) in _upload_async_closure_new()
291 g_object_weak_ref (weak_object, in _upload_async_closure_new()
317 error, closure->weak_object, closure->user_data); in _upload_completed_cb()
335 closure->weak_object, in _message_wrote_data_cb()
360 GObject *weak_object, in youtube_proxy_upload_async() argument
[all …]
/dports/devel/librest/rest-0.8.1/rest/
H A Drest-proxy-call.c35 GObject *weak_object; member
44 GObject *weak_object; member
53 GObject *weak_object; member
696 if (closure->weak_object) in _call_message_completed_cb()
738 if (closure->weak_object) in _continuous_call_message_completed_cb()
986 closure->weak_object = weak_object; in rest_proxy_call_async()
993 if (closure->weak_object) in rest_proxy_call_async()
1184 closure->weak_object = weak_object; in rest_proxy_call_continuous()
1191 if (closure->weak_object) in rest_proxy_call_continuous()
1236 if (closure->weak_object) in _upload_call_message_completed_cb()
[all …]
H A Drest-proxy-call.h159 GObject *weak_object,
164 GObject *weak_object,
180 GObject *weak_object,
185 GObject *weak_object,
193 GObject *weak_object,
198 GObject *weak_object,
H A Doauth-proxy.c290 GObject *weak_object, in auth_callback() argument
309 data->callback (proxy, error, weak_object, data->user_data); in auth_callback()
335 GObject *weak_object, in oauth_proxy_auth_step_async() argument
439 GObject *weak_object, in request_token_cb() argument
452 data->callback (proxy, error, weak_object, data->user_data); in request_token_cb()
487 GObject *weak_object, in oauth_proxy_request_token_async() argument
505 return rest_proxy_call_async (call, request_token_cb, weak_object, data, error); in oauth_proxy_request_token_async()
556 GObject *weak_object, in access_token_cb() argument
569 data->callback (proxy, error, weak_object, data->user_data); in access_token_cb()
605 GObject *weak_object, in oauth_proxy_access_token_async() argument
[all …]
H A Doauth-proxy.h106 GObject *weak_object,
118 GObject *weak_object,
132 GObject *weak_object,
147 GObject *weak_object,
/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/cppgc/
H A Dmarker-unittest.cc122 WeakPersistent<GCed> weak_object = in TEST_F() local
124 EXPECT_TRUE(weak_object); in TEST_F()
126 EXPECT_FALSE(weak_object); in TEST_F()
142 EXPECT_TRUE(weak_object); in TEST_F()
144 EXPECT_TRUE(weak_object); in TEST_F()
157 WeakPersistent<GCed> weak_object( in TEST_F() local
159 parent->SetChild(weak_object); in TEST_F()
160 EXPECT_TRUE(weak_object); in TEST_F()
162 EXPECT_TRUE(weak_object); in TEST_F()
176 EXPECT_TRUE(weak_object); in TEST_F()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Dobjc-read-weak-byref.m12 __weak __block NSObject* weak_object = object;
14 if (weak_object)
15 [weak_object copy];

123456