/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/cereal/unittests/ |
H A D | polymorphic.cpp | 30 struct PolyBase struct 32 PolyBase() {} in PolyBase() argument 33 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() argument 45 bool operator==( PolyBase const & other ) const in operator ==() argument
|
/dports/math/e-antic/cereal-51cbda5/unittests/ |
H A D | polymorphic.hpp | 132 struct PolyBase struct 134 PolyBase() {} in PolyBase() argument 135 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() function 136 virtual ~PolyBase() {} in ~PolyBase() argument 148 bool operator==( PolyBase const & other ) const in operator ==() argument
|
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/cereal/unittests/ |
H A D | polymorphic.hpp | 132 struct PolyBase struct 134 PolyBase() {} in PolyBase() argument 135 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() function 136 virtual ~PolyBase() {} in ~PolyBase() argument 148 bool operator==( PolyBase const & other ) const in operator ==() argument
|
/dports/misc/openmvg/openMVG-2.0/src/dependencies/cereal/unittests/ |
H A D | polymorphic.hpp | 132 struct PolyBase struct 134 PolyBase() {} in PolyBase() function 135 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() function 136 virtual ~PolyBase() {} in ~PolyBase() argument 148 bool operator==( PolyBase const & other ) const in operator ==() argument
|
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/cereal/unittests/ |
H A D | polymorphic.hpp | 132 struct PolyBase struct 134 PolyBase() {} in PolyBase() argument 135 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() function 136 virtual ~PolyBase() {} in ~PolyBase() argument 148 bool operator==( PolyBase const & other ) const in operator ==() argument
|
/dports/devel/cereal/cereal-1.3.0-10-g64f50dbd/unittests/ |
H A D | polymorphic.hpp | 132 struct PolyBase struct 134 PolyBase() {} in PolyBase() function 135 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() function 136 virtual ~PolyBase() {} in ~PolyBase() argument 148 bool operator==( PolyBase const & other ) const in operator ==() argument
|
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/python/ |
H A D | Poly.h | 46 template <poly_variant,class,class> friend class PolyBase; variable 388 PolyBase(const PolyBase&p):ptr(p.ptr){ in PolyBase() function 413 PolyBase(poly p, ring r):ptr(new PolyImpl(p_Copy(p,r),r)){ in PolyBase() function 415 PolyBase(poly p, ring r,int):ptr(new PolyImpl(p,r,0)){ in PolyBase() function 443 PolyBase(PolyImpl& impl):ptr(&impl){ in PolyBase() function
|
H A D | Number.h | 29 template<poly_variant,class,class> class PolyBase; variable 57 template <poly_variant,class,class> friend class PolyBase; variable
|
/dports/math/singular/Singular-Release-4-2-1/kernel/old/ |
H A D | old.Poly.h | 44 template <poly_variant,class,class> friend class PolyBase; variable 358 PolyBase(const PolyBase&p):ptr(p.ptr){ in PolyBase() function 383 PolyBase(poly p, ring r):ptr(new PolyImpl(p_Copy(p,r),r)){ in PolyBase() function 385 PolyBase(poly p, ring r,int):ptr(new PolyImpl(p,r,0)){ in PolyBase() function 413 PolyBase(PolyImpl& impl):ptr(&impl){ in PolyBase() function
|
H A D | old.Number.h | 25 template<poly_variant,class,class> class PolyBase; variable 53 template <poly_variant,class,class> friend class PolyBase; variable
|
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/ |
H A D | MayaDMPolyCreator.h | 28 :PolyBase(file, name, parent, nodeType, shared, create) {} in PolyBase() function
|
H A D | MayaDMPolyBase.h | 22 PolyBase():DependNode(){} in PolyBase() function
|
H A D | MayaDMPolyModifier.h | 48 :PolyBase(file, name, parent, nodeType, shared, create) {} in PolyBase() function
|
/dports/math/py-numpy/numpy-1.20.3/numpy/polynomial/ |
H A D | polyutils.py | 81 class PolyBase: class
|
/dports/devel/emscripten/emscripten-2.0.3/tests/embind/ |
H A D | embind_test.cpp | 636 class PolyBase { class 638 PolyBase(const std::string& s) in PolyBase() function in PolyBase 643 PolyBase(): name_("PolyBase") {} in PolyBase() function in PolyBase
|