Home
last modified time | relevance | path

Searched refs:OtherType (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_rpl/rpl/
H A Dvariable.h49 typename OtherType,
52 variable(OtherType &&data) : _data(std::forward<OtherType>(data)) { in variable()
56 typename OtherType,
65 typename OtherType,
68 void force_assign(OtherType &&data) { in force_assign()
75 typename OtherType,
88 typename OtherType,
118 typename OtherType,
121 void reset(OtherType &&data) { in reset()
141 template <typename OtherType>
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/types/
H A Dvariant_functor.hpp52 template <class OtherType, class... OtherTypes>
56 template <class OtherType>
57 variant_functor_impl(char mem[], OtherType const &t);
66 template <class OtherType>
67 void assign(char mem[], OtherType const &);
76 template <class OtherType>
79 template <class OtherType>
111 template <class OtherType>
112 void assign(char mem[], OtherType const &);
140 template <class OtherType>
[all …]
/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dnn.hpp140 template <typename OtherType,
145 explicit nn(const nn<OtherType> &other) in nn()
146 : ptr(other.operator const OtherType &()) {} in nn()
148 template <typename OtherType,
152 !std::is_pointer<OtherType>::value,
154 explicit nn(nn<OtherType> &&other) in nn()
157 template <typename OtherType,
160 nn(const nn<OtherType> &other) : ptr(other.operator const OtherType &()) {} in nn()
163 typename OtherType,
167 nn(nn<OtherType> &&other) : ptr(std::move(other).operator OtherType &&()) {} in nn()
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/github.com/google/gofuzz/gofuzz-1.1.0/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/google/gofuzz/gofuzz-1.0.0/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/google/gofuzz/gofuzz-1.1.0/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/google/gofuzz/gofuzz-1.0.0/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/google/gofuzz/
H A Dexample_test.go81 type OtherType struct {
86 Pointer *OtherType
87 Map map[string]OtherType
88 PointerMap *map[string]OtherType
89 Slice []OtherType
90 SlicePointer []*OtherType
91 PointerSlicePointer *[]*OtherType
95 func(o *OtherType, c fuzz.Continue) {
99 func(op **OtherType, c fuzz.Continue) {
100 *op = &OtherType{"A", "B"}
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/privacy/pub-priv-dep/
H A Dpub-priv1.rs11 use priv_dep::{OtherTrait, OtherType};
17 field: OtherType,
21 pub field: OtherType,
23 priv_field: OtherType, // Private field - this is fine
28 pub fn pub_fn(param: OtherType) {} in pub_fn() argument
31 fn priv_fn(param: OtherType) {} in priv_fn() argument
41 pub allowed: OtherType,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/remoting/
H A Dproto_enum_utils.cc12 return OtherType::x
43 using OtherType = AudioCodec; in ToMediaAudioCodec() typedef
97 using OtherType = SampleFormat; in ToMediaSampleFormat() typedef
139 using OtherType = ChannelLayout; in ToMediaChannelLayout() typedef
223 using OtherType = VideoCodec; in ToMediaVideoCodec() typedef
341 using OtherType = VideoPixelFormat; in ToMediaVideoPixelFormat() typedef
383 using OtherType = BufferingState; in ToMediaBufferingState() typedef
470 using OtherType = CdmMessageType; in ToMediaCdmMessageType() typedef
494 using OtherType = CdmSessionType; in ToCdmSessionType() typedef
517 using OtherType = EmeInitDataType; in ToMediaEmeInitDataType() typedef
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/types/
H A Dvariant_functor.hpp25 template <class OtherType>
27 OtherType const &t) in variant_functor_impl()
48 template <class OtherType, class... OtherTypes>
92 template <class OtherType>
94 char mem[], variant_functor_impl<OtherType> const &other) in assign()
99 template <class OtherType>
122 template <class OtherType>
170 template <class OtherType>
230 template <class OtherType>
232 operator=(OtherType const &other) in operator =()
[all …]
/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/utility/
H A DTransactionalValue.h24 template <typename OtherType>
25 TransactionalValue(const OtherType &ot);
27 template <typename OtherType>
28 TransactionalValue &operator=(const OtherType &ot);
48 template <typename OtherType>
49 inline TransactionalValue<T>::TransactionalValue(const OtherType &ot) in TransactionalValue()
55 template <typename OtherType>
57 const OtherType &ot)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Core/products/
H A DSelfadjointProduct.h47 template<typename MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVecto…
50 template<typename MatrixType, typename OtherType, int UpLo>
51 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,true>
53 static void run(MatrixType& mat, const OtherType& other, const typename MatrixType::Scalar& alpha)
56 typedef internal::blas_traits<OtherType> OtherBlasTraits;
67 …internal::gemv_static_vector_if<Scalar,OtherType::SizeAtCompileTime,OtherType::MaxSizeAtCompileTim…
82 template<typename MatrixType, typename OtherType, int UpLo>
83 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,false>
85 static void run(MatrixType& mat, const OtherType& other, const typename MatrixType::Scalar& alpha)
88 typedef internal::blas_traits<OtherType> OtherBlasTraits;
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/products/
H A DSelfadjointProduct.h47 template<typename MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVecto…
50 template<typename MatrixType, typename OtherType, int UpLo>
51 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,true>
53 static void run(MatrixType& mat, const OtherType& other, const typename MatrixType::Scalar& alpha)
56 typedef internal::blas_traits<OtherType> OtherBlasTraits;
67 …internal::gemv_static_vector_if<Scalar,OtherType::SizeAtCompileTime,OtherType::MaxSizeAtCompileTim…
82 template<typename MatrixType, typename OtherType, int UpLo>
83 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,false>
85 static void run(MatrixType& mat, const OtherType& other, const typename MatrixType::Scalar& alpha)
88 typedef internal::blas_traits<OtherType> OtherBlasTraits;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/Core/products/
H A DSelfadjointProduct.h47 template<typename MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVecto…
50 template<typename MatrixType, typename OtherType, int UpLo>
51 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,true>
53 static void run(MatrixType& mat, const OtherType& other, const typename MatrixType::Scalar& alpha)
56 typedef internal::blas_traits<OtherType> OtherBlasTraits;
67 …internal::gemv_static_vector_if<Scalar,OtherType::SizeAtCompileTime,OtherType::MaxSizeAtCompileTim…
82 template<typename MatrixType, typename OtherType, int UpLo>
83 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,false>
85 static void run(MatrixType& mat, const OtherType& other, const typename MatrixType::Scalar& alpha)
88 typedef internal::blas_traits<OtherType> OtherBlasTraits;

12345678910>>...19