Home
last modified time | relevance | path

Searched refs:proto_object (Results 1 – 4 of 4) sorted by relevance

/dports/net/p5-Net-Server-Coro/Net-Server-Coro-1.3/lib/Net/Server/
H A DCoro.pm101 sub proto_object { subroutine
106 my $socket = $self->SUPER::proto_object(
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dconnection-manager.c594 TpProtocol *proto_object; in tp_connection_manager_got_parameters() local
616 proto_object = tp_protocol_new (tp_proxy_get_dbus_daemon (self), in tp_connection_manager_got_parameters()
622 g_assert (proto_object != NULL); in tp_connection_manager_got_parameters()
625 g_strdup (protocol), proto_object); in tp_connection_manager_got_parameters()
750 TpProtocol *proto_object = tp_protocol_new ( in tp_connection_manager_get_all_cb() local
756 g_assert (proto_object != NULL); in tp_connection_manager_get_all_cb()
759 g_strdup (name), proto_object); in tp_connection_manager_get_all_cb()
1054 TpProtocol *proto_object; in tp_connection_manager_read_file() local
1086 proto_object = tp_protocol_new (dbus_daemon, cm_name, name, in tp_connection_manager_read_file()
1088 g_assert (proto_object != NULL); in tp_connection_manager_read_file()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dcustomelementregistry.rs267 rooted!(in(cx) let proto_object = prototype.to_object()); in Define()
269 let _ac = JSAutoCompartment::new(cx, proto_object.get()); in Define()
270 match unsafe { self.get_callbacks(proto_object.handle()) } { in Define()
/dports/net/p5-Net-Server/Net-Server-2.010/lib/Net/
H A DServer.pm232 $prop->{'sock'} = [grep {$_} map { $self->proto_object($_) } @{ $self->prepared_ports }];
274 sub proto_object { subroutine