Home
last modified time | relevance | path

Searched refs:Polymorphic (Results 1 – 25 of 1448) sorted by relevance

12345678910>>...58

/dports/dns/blocky/blocky-0.17/vendor/gorm.io/gorm/schema/
H A Dschema_helper_test.go97 Polymorphic Polymorphic member
102 type Polymorphic struct { struct
142 if r.Polymorphic != nil {
143 if r.Polymorphic.PolymorphicID.Name != relation.Polymorphic.ID {
144 …n's polymorphic id field expects %v, but got %v", s, relation.Polymorphic.ID, r.Polymorphic.Polymo…
147 if r.Polymorphic.PolymorphicType.Name != relation.Polymorphic.Type {
148 … polymorphic type field expects %v, but got %v", s, relation.Polymorphic.Type, r.Polymorphic.Polym…
151 if r.Polymorphic.Value != relation.Polymorphic.Value {
152 …on's polymorphic value expects %v, but got %v", s, relation.Polymorphic.Value, r.Polymorphic.Value)
H A Drelationship.go35 Polymorphic *Polymorphic member
43 type Polymorphic struct { struct
136 relation.Polymorphic = &Polymorphic{
143 relation.Polymorphic.Value = strings.TrimSpace(value)
146 if relation.Polymorphic.PolymorphicType == nil {
150 if relation.Polymorphic.PolymorphicID == nil {
156 PrimaryValue: relation.Polymorphic.Value,
157 ForeignKey: relation.Polymorphic.PolymorphicType,
172 if relation.Polymorphic.PolymorphicID.Size == 0 {
173 relation.Polymorphic.PolymorphicID.Size = primaryKeyField.Size
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/Algo/
H A Dlgalgo.cpp129 const Polymorphic *opJ = 0; in E_LCG()
130 const Polymorphic *opdJ = 0; in E_LCG()
131 const Polymorphic *ophJ = 0; in E_LCG()
133 opJ = dynamic_cast< const Polymorphic * >(args[0].LeftValue( )); in E_LCG()
137 opdJ = dynamic_cast< const Polymorphic * >(args[1].LeftValue( )); in E_LCG()
141 ophJ = dynamic_cast< const Polymorphic * >(args[2].LeftValue( )); in E_LCG()
236 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< KN< R > * >( )), cas(c) {} in OptimAlgo()
239 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimAlgo()
244 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimAlgo()
245 atype< Polymorphic * >( ), atype< KN< R > * >( )), in OptimAlgo()
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A Dff-Ipopt.cpp1623 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimIpopt()
1624 atype< Polymorphic * >( ), atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimIpopt()
1629 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimIpopt()
1634 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimIpopt()
1635 atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimIpopt()
1640 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimIpopt()
1645 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimIpopt()
1651 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimIpopt()
1977 const Polymorphic *opJ = dynamic_cast< const Polymorphic * >(args[0].LeftValue( )), in FitnessFunctionDatas()
2021 const Polymorphic *opJ = dynamic_cast< const Polymorphic * >(args[0].LeftValue( )), in FitnessFunctionDatas()
[all …]
H A Dff-NLopt.cpp833 const Polymorphic *opJ = 0; in E_NLopt()
840 const Polymorphic *gradient = nargs[0] ? dynamic_cast< const Polymorphic * >(nargs[0]) : 0, in E_NLopt()
1065 {"grad", &typeid(Polymorphic *)},
1066 {"IConst", &typeid(Polymorphic *)},
1067 {"gradIConst", &typeid(Polymorphic *)},
1068 {"EConst", &typeid(Polymorphic *)},
1125 const Polymorphic *opJ = 0; in E_NLopt()
1132 const Polymorphic *gradient = nargs[0] ? dynamic_cast< const Polymorphic * >(nargs[0]) : 0, in E_NLopt()
1402 {"grad", &typeid(Polymorphic *)},
1403 {"IConst", &typeid(Polymorphic *)},
[all …]
H A Dlgbmo.cpp137 const Polymorphic *opJ = 0; in E_BMO()
138 const Polymorphic *opdJ = 0; in E_BMO()
140 opJ = dynamic_cast< const Polymorphic * >(args[0].LeftValue( )); in E_BMO()
145 opdJ = dynamic_cast< const Polymorphic * >(args[1].LeftValue( )); in E_BMO()
246 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< KN< R > * >( )), cas(c) {} in OptimBMO()
249 : OneOperator(atype< long >( ), atype< Polymorphic * >( ), atype< Polymorphic * >( ), in OptimBMO()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp54 struct Polymorphic { struct
55 virtual ~Polymorphic();
58 void f(const Polymorphic &poly) { in f()
62 Polymorphic cleanup; in f()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp54 struct Polymorphic { struct
55 virtual ~Polymorphic();
58 void f(const Polymorphic &poly) { in f()
62 Polymorphic cleanup; in f()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp54 struct Polymorphic { struct
55 virtual ~Polymorphic();
58 void f(const Polymorphic &poly) { in f()
62 Polymorphic cleanup; in f()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp54 struct Polymorphic { struct
55 virtual ~Polymorphic();
58 void f(const Polymorphic &poly) { in f()
62 Polymorphic cleanup; in f()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp54 struct Polymorphic { struct
55 virtual ~Polymorphic();
58 void f(const Polymorphic &poly) { in f()
62 Polymorphic cleanup; in f()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp54 struct Polymorphic { struct
55 virtual ~Polymorphic();
58 void f(const Polymorphic &poly) { in f()
62 Polymorphic cleanup; in f()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp54 struct Polymorphic { struct
55 virtual ~Polymorphic();
58 void f(const Polymorphic &poly) { in f()
62 Polymorphic cleanup; in f()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp56 struct Polymorphic { struct
57 virtual ~Polymorphic();
60 void f(const Polymorphic &poly) { in f()
64 Polymorphic cleanup; in f()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp56 struct Polymorphic { struct
57 virtual ~Polymorphic();
60 void f(const Polymorphic &poly) { in f()
64 Polymorphic cleanup; in f()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp56 struct Polymorphic { struct
57 virtual ~Polymorphic();
60 void f(const Polymorphic &poly) { in f()
64 Polymorphic cleanup; in f()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp56 struct Polymorphic { struct
57 virtual ~Polymorphic();
60 void f(const Polymorphic &poly) { in f()
64 Polymorphic cleanup; in f()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp56 struct Polymorphic { struct
57 virtual ~Polymorphic();
60 void f(const Polymorphic &poly) { in f()
64 Polymorphic cleanup; in f()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp56 struct Polymorphic { struct
57 virtual ~Polymorphic();
60 void f(const Polymorphic &poly) { in f()
64 Polymorphic cleanup; in f()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp56 struct Polymorphic { struct
57 virtual ~Polymorphic();
60 void f(const Polymorphic &poly) { in f()
64 Polymorphic cleanup; in f()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp56 struct Polymorphic { struct
57 virtual ~Polymorphic();
60 void f(const Polymorphic &poly) { in f()
64 Polymorphic cleanup; in f()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dmicrosoft-abi-typeid.cpp56 struct Polymorphic { struct
57 virtual ~Polymorphic();
60 void f(const Polymorphic &poly) { in f()
64 Polymorphic cleanup; in f()
/dports/devel/clazy/clazy-1.5/tests/copyable-polymorphic/
H A Dmain.cpp.expected1 copyable-polymorphic/main.cpp:36:1: warning: Polymorphic class PolymorphicClass4 is copyable. Poten…
2 copyable-polymorphic/main.cpp:43:1: warning: Polymorphic class PolymorphicClass5 is copyable. Poten…
3 copyable-polymorphic/main.cpp:52:1: warning: Polymorphic class DerivedFromCopyable is copyable. Pot…
/dports/math/freefem++/FreeFem-sources-4.6/src/Eigen/
H A Deigenvalue.cpp232 const Polymorphic *op = dynamic_cast<const Polymorphic*>(e); in ToCode()
264 const Polymorphic *op = dynamic_cast<const Polymorphic*>(args[1].LeftValue()); in E_EV()
269 const Polymorphic *op = dynamic_cast<const Polymorphic*>(args[2].LeftValue()); in E_EV()
302 atype<Polymorphic *>(), in EigenValue()
303 atype<Polymorphic *>()), in EigenValue()
308 atype<Polymorphic *>()), in EigenValue()
341 const Polymorphic *op = dynamic_cast<const Polymorphic*>(args[1].LeftValue()); in E_EV()
346 const Polymorphic *op = dynamic_cast<const Polymorphic*>(args[2].LeftValue()); in E_EV()
379 atype<Polymorphic *>(), in EigenValueC()
380 atype<Polymorphic *>()), in EigenValueC()
[all …]
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/utility/
H A DStreams.h8 class IBinaryOutputStream : public Polymorphic {
13 class ITextOutputStream : public Polymorphic {
20 class IBinaryInputStream : public Polymorphic {
32 class ITextInputStream : public Polymorphic {

12345678910>>...58