Home
last modified time | relevance | path

Searched defs:Wrapper (Results 51 – 75 of 2918) sorted by relevance

12345678910>>...117

/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alga-0.9.2/src/general/
H A Dwrapper.rs16 pub struct Wrapper<T, A, M> { struct
22 impl<T: Copy, A, M> Copy for Wrapper<T, A, M> {} argument
24 impl<T: Clone, A, M> Clone for Wrapper<T, A, M> { implementation
30 impl<T: PartialOrd, A, M> PartialOrd for Wrapper<T, A, M> { implementation
36 impl<T: PartialEq, A, M> PartialEq for Wrapper<T, A, M> { implementation
42 impl<T, A, M> Wrapper<T, A, M> { implementation
58 impl<T: AbsDiffEq, A, M> AbsDiffEq for Wrapper<T, A, M> { implementation
72 impl<T: RelativeEq, A, M> RelativeEq for Wrapper<T, A, M> { implementation
89 impl<T: UlpsEq, A, M> UlpsEq for Wrapper<T, A, M> { implementation
113 impl<T, A: Operator, M> Neg for Wrapper<T, A, M> implementation
[all …]
/dports/devel/swig/swig-4.0.2/Source/Swig/
H A Dswigwrap.h14 typedef struct Wrapper { struct
19 } Wrapper; argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-9446.rs2 struct Wrapper(String); struct
4 impl Wrapper { impl
5 pub fn new(wrapped: String) -> Wrapper { in new()
10 let Wrapper(ref s) = *self; in say_hi() localVariable
15 impl Drop for Wrapper { implementation
/dports/www/eden/eden-0.7.4/vendor/github.com/pivotal-cf/brokerapi/auth/
H A Dauth.go5 type Wrapper struct { struct
6 username string
7 password string
19 func (wrapper *Wrapper) Wrap(handler http.Handler) http.Handler {
30 func (wrapper *Wrapper) WrapFunc(handlerFunc http.HandlerFunc) http.HandlerFunc {
41 func authorized(wrapper *Wrapper, r *http.Request) bool {
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DSingletonThreadLocal.h97 struct Wrapper { struct
114 Wrapper() { in Wrapper() argument
119 Wrapper() { in Wrapper() argument
122 ~Wrapper() { in ~Wrapper() argument
/dports/devel/php-ice37/ice-3.7.2/php/src/php7/
H A DUtil.h37 struct Wrapper struct
41 static Wrapper<T>* create(zend_class_entry* ce) in create() argument
52 static Wrapper<T>* extract(zval* zv) in extract() argument
57 static Wrapper<T>* fetch(zend_object* object) in fetch() argument
64 Wrapper<T>* w = extract(zv); in value() argument
73 zend_object zobj;
/dports/devel/ice37/ice-3.7.2/php/src/php7/
H A DUtil.h37 struct Wrapper struct
41 static Wrapper<T>* create(zend_class_entry* ce) in create() argument
52 static Wrapper<T>* extract(zval* zv) in extract() argument
57 static Wrapper<T>* fetch(zend_object* object) in fetch() argument
64 Wrapper<T>* w = extract(zv); in value() argument
73 zend_object zobj;
/dports/devel/py-ice37/ice-3.7.2/php/src/php7/
H A DUtil.h37 struct Wrapper struct
41 static Wrapper<T>* create(zend_class_entry* ce) in create() argument
52 static Wrapper<T>* extract(zval* zv) in extract() argument
57 static Wrapper<T>* fetch(zend_object* object) in fetch() argument
64 Wrapper<T>* w = extract(zv); in value() argument
73 zend_object zobj;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/huaweicloudkms/
H A Dhuaweicloudkms.go24 type Wrapper struct { struct
25 client kmsClient
26 keyID string
27 currentKeyID *atomic.Value
52 func (k *Wrapper) SetConfig(config map[string]string) (map[string]string, error) {
95 func (k *Wrapper) Init(_ context.Context) error {
101 func (k *Wrapper) Finalize(_ context.Context) error {
106 func (k *Wrapper) Type() string {
111 func (k *Wrapper) KeyID() string {
116 func (k *Wrapper) HMACKeyID() string {
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/methods/
H A Dmethod-not-found-generic-arg-elision.rs21 struct Wrapper<T>(T); struct
23 impl Wrapper<i8> { impl
27 impl Wrapper<i16> { implementation
31 impl Wrapper<i32> { implementation
35 impl Wrapper<i64> { implementation
39 impl Wrapper<u8> { implementation
43 impl Wrapper<u16> { impl
/dports/devel/php-ice37/ice-3.7.2/php/src/php5/
H A DUtil.h37 struct Wrapper struct
42 static Wrapper<T>* create(zend_class_entry* ce TSRMLS_DC) in create() argument
49 static Wrapper<T>* extract(zval* zv TSRMLS_DC) in extract() argument
56 Wrapper<T>* w = extract(zv TSRMLS_CC); in value() argument
/dports/devel/ice37/ice-3.7.2/php/src/php5/
H A DUtil.h37 struct Wrapper struct
42 static Wrapper<T>* create(zend_class_entry* ce TSRMLS_DC) in create() argument
49 static Wrapper<T>* extract(zval* zv TSRMLS_DC) in extract() argument
56 Wrapper<T>* w = extract(zv TSRMLS_CC); in value() argument
/dports/devel/py-ice37/ice-3.7.2/php/src/php5/
H A DUtil.h37 struct Wrapper struct
42 static Wrapper<T>* create(zend_class_entry* ce TSRMLS_DC) in create() argument
49 static Wrapper<T>* extract(zval* zv TSRMLS_DC) in extract() argument
56 Wrapper<T>* w = extract(zv TSRMLS_CC); in value() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/Utils/
H A DWrapper.cs21 internal struct Wrapper<T> struct
23 internal T Value;
25 internal Wrapper(T value) in Wrapper() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/
H A DWrapper.cs18 internal struct Wrapper<T> struct
20 internal T Value;
22 internal Wrapper(T value) in Wrapper() method
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DC3t3_type.h35 struct Wrapper struct
40 Wrapper(const Implicit_function_interface& f) : f_(f) {} in Wrapper() argument
60 typedef Wrapper<EPICK> Function_wrapper; argument
/dports/sysutils/istio/istio-1.6.7/istioctl/pkg/util/clusters/
H A Dwrapper.go26 type Wrapper struct { struct
27 *adminapi.Clusters
31 func (w *Wrapper) MarshalJSON() ([]byte, error) {
42 func (w *Wrapper) UnmarshalJSON(b []byte) error {
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DHostInterface.cpp43 struct Wrapper { in operator <<() struct
44 Wrapper(std::ostream& os) : _os(os << "<") {} in operator <<() function
45 ~Wrapper() { _os << ">"; } in operator <<()
46 std::ostream& _os; in operator <<()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dconstructor.cpp15 template<typename MatrixType> struct Wrapper struct
18 inline Wrapper(const MatrixType &x) : m_mat(x) {} in Wrapper() argument
35 Wrapper<MatrixType> wrapper(m0); in ctor_init1() argument
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dconstructor.cpp15 template<typename MatrixType> struct Wrapper struct
18 inline Wrapper(const MatrixType &x) : m_mat(x) {} in Wrapper() argument
35 Wrapper<MatrixType> wrapper(m0); in ctor_init1() argument
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go208 type Wrapper struct { struct
215 XXX_NoUnkeyedLiteral struct{} `json:"-"`
216 XXX_unrecognized []byte `json:"-"`
217 XXX_sizecache int32 `json:"-"`
222 func (*Wrapper) ProtoMessage() {}
223 func (*Wrapper) Descriptor() ([]byte, []int) {
236 func (m *Wrapper) XXX_Size() int {
239 func (m *Wrapper) XXX_DiscardUnknown() {
245 func (m *Wrapper) GetVersion() string {
252 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go208 type Wrapper struct { struct
215 XXX_NoUnkeyedLiteral struct{} `json:"-"`
216 XXX_unrecognized []byte `json:"-"`
217 XXX_sizecache int32 `json:"-"`
222 func (*Wrapper) ProtoMessage() {}
223 func (*Wrapper) Descriptor() ([]byte, []int) {
236 func (m *Wrapper) XXX_Size() int {
239 func (m *Wrapper) XXX_DiscardUnknown() {
245 func (m *Wrapper) GetVersion() string {
252 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go208 type Wrapper struct { struct
215 XXX_NoUnkeyedLiteral struct{} `json:"-"`
216 XXX_unrecognized []byte `json:"-"`
217 XXX_sizecache int32 `json:"-"`
222 func (*Wrapper) ProtoMessage() {}
223 func (*Wrapper) Descriptor() ([]byte, []int) {
236 func (m *Wrapper) XXX_Size() int {
239 func (m *Wrapper) XXX_DiscardUnknown() {
245 func (m *Wrapper) GetVersion() string {
252 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go208 type Wrapper struct { struct
215 XXX_NoUnkeyedLiteral struct{} `json:"-"`
216 XXX_unrecognized []byte `json:"-"`
217 XXX_sizecache int32 `json:"-"`
222 func (*Wrapper) ProtoMessage() {}
223 func (*Wrapper) Descriptor() ([]byte, []int) {
236 func (m *Wrapper) XXX_Size() int {
239 func (m *Wrapper) XXX_DiscardUnknown() {
245 func (m *Wrapper) GetVersion() string {
252 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go208 type Wrapper struct { struct
215 XXX_NoUnkeyedLiteral struct{} `json:"-"`
216 XXX_unrecognized []byte `json:"-"`
217 XXX_sizecache int32 `json:"-"`
222 func (*Wrapper) ProtoMessage() {}
223 func (*Wrapper) Descriptor() ([]byte, []int) {
236 func (m *Wrapper) XXX_Size() int {
239 func (m *Wrapper) XXX_DiscardUnknown() {
245 func (m *Wrapper) GetVersion() string {
252 func (m *Wrapper) GetExtensionName() string {
[all …]

12345678910>>...117