Home
last modified time | relevance | path

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

123

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/navigation/
H A Dquickopenembeddedwidgetcombiner.cpp13 QuickOpenEmbeddedWidgetInterface* toInterface(QObject *object) in toInterface() function
57 return toInterface(child) == currentChild; in nextChild()
61 auto it = std::find_if(current + 1, end, toInterface); in nextChild()
64 it = std::find_if(start, current, toInterface); in nextChild()
66 return (it != end) ? toInterface(*it) : nullptr; in nextChild()
164 if (auto* interface = toInterface(child)) { in resetNavigationState()
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgtype/
H A Dconvert.go392 func toInterface(dst reflect.Value, t reflect.Type) (interface{}, bool) { func
422 return toInterface(dstPtr, reflect.PtrTo(baseValType))
427 return toInterface(dstPtr, reflect.PtrTo(reflect.SliceOf(baseElemType)))
433 return toInterface(dstPtr, reflect.PtrTo(reflect.ArrayOf(dstVal.Len(), baseElemType)))
443 return toInterface(dstPtr, reflect.PtrTo(reflect.ArrayOf(nested.Len(), baseElemType)))
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgtype/
H A Dconvert.go392 func toInterface(dst reflect.Value, t reflect.Type) (interface{}, bool) { func
422 return toInterface(dstPtr, reflect.PtrTo(baseValType))
427 return toInterface(dstPtr, reflect.PtrTo(reflect.SliceOf(baseElemType)))
433 return toInterface(dstPtr, reflect.PtrTo(reflect.ArrayOf(dstVal.Len(), baseElemType)))
443 return toInterface(dstPtr, reflect.PtrTo(reflect.ArrayOf(nested.Len(), baseElemType)))
/dports/textproc/gron/gron-0.6.0/
H A Dstatements_test.go159 have, err := in.toInterface()
182 _, err := c.toInterface()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avfs/include/
H A Dptfactory1.h212 …ce(const char* interfaceId,void* toInterface) { return PtFactory1_GetInterface(&Prefix##_factory,i…
/dports/lang/seed7/seed7/lib/
H A Dxmldom.s7i228 node := toInterface(emptyElement);
246 node := toInterface(emptyElement);
248 node := toInterface(containerElement);
254 node := toInterface(currentText);
H A Dprocess.s7i210 stdIn:= toInterface(new_file);
232 stdOut:= toInterface(new_file);
254 stdErr:= toInterface(new_file);
411 childStdin := toInterface(new_ChildStdin);
416 childStdout := toInterface(new_ChildStdout);
437 childStdin := toInterface(new_ChildStdin);
441 childStdout := toInterface(new_ChildStdout);
H A Dhtmldom.s7i134 node := toInterface(emptyElement);
136 node := toInterface(containerElement);
167 node := toInterface(emptyElement);
175 node := toInterface(currentText);
H A Ddir.s7i65 newFile := toInterface(new_file);
88 newFile := toInterface(new_file);
H A Dmore.s7i49 newFile := toInterface(new_more_file);
H A Dreverse.s7i43 newFile := toInterface(new_reverse_file);
H A Dtee.s7i43 newFile := toInterface(new_tee_file);
H A Dupper.s7i41 newFile := toInterface(new_upper_file);
H A Dlower.s7i41 newFile := toInterface(new_lower_file);
H A Dlistener.s7i85 newListener := toInterface(new_listener);
160 newFile := toInterface(new_socket);
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/
H A Dcomponents.py74 def getAdapterFactory(fromInterface, toInterface, default): argument
83 factory = self.lookup1(fromInterface, toInterface) # type: ignore[attr-defined]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/
H A Dcomponents.py92 def getAdapterFactory(fromInterface, toInterface, default): argument
101 factory = self.lookup1(fromInterface, toInterface)
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dtype.go355 rets[i] = toInterface(values[i])
360 func toInterface(value r.Value) interface{} { func
/dports/net/rclone/rclone-1.57.0/vendor/github.com/coreos/go-systemd/login1/
H A Ddbus.go104 func (s Session) toInterface() []interface{} { func
/dports/www/beehive/beehive-0.4.0/vendor/github.com/coreos/go-systemd/login1/
H A Ddbus.go104 func (s Session) toInterface() []interface{} { func
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/coreos/go-systemd/login1/
H A Ddbus.go104 func (s Session) toInterface() []interface{} { func
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/go-systemd/go-systemd-e64a0ec8b42a/login1/
H A Ddbus.go104 func (s Session) toInterface() []interface{} { func
/dports/security/vault/vault-1.8.2/vendor/github.com/coreos/go-systemd/login1/
H A Ddbus.go104 func (s Session) toInterface() []interface{} { func
/dports/security/vault/vault-1.8.2/vendor/github.com/coreos/go-systemd/v22/login1/
H A Ddbus.go104 func (s Session) toInterface() []interface{} { func
/dports/security/acmetool/acmetool-0.2.1/vendor/github.com/coreos/go-systemd/login1/
H A Ddbus.go104 func (s Session) toInterface() []interface{} { func

123