Home
last modified time | relevance | path

Searched refs:TargetType (Results 1 – 25 of 2506) sorted by relevance

12345678910>>...101

/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DtDataEntry.h42 template <class TargetType> class tDataEntry
72 class tDataEntryOfType<TargetType, EntryType ()> : public tDataEntry<TargetType>
76 void (TargetType::*DataSet)(EntryType); variable
80 … EntryType (TargetType::*_funR)() const, void (TargetType::*_funS)(EntryType _val) = NULL,
102 class tDataEntryOfType<TargetType, EntryType (IdxType)> : public tDataEntry<TargetType>
130 …class tDataEntryOfType<TargetType, EntryType (IdxType, const cStringList&)> : public tDataEntry<Ta…
158 template <class TargetType>
159 class tDataEntryProxy<TargetType, cFlexVar ()> : public tDataEntry<TargetType>
177 template <class TargetType, class IdxType>
178 class tDataEntryProxy<TargetType, cFlexVar (IdxType)> : public tDataEntry<TargetType>
[all …]
H A DtDataManager.h44 template <class TargetType, class EntryType> class tDataEntryOfType;
46 template <class TargetType> class tDataManager : public cDataManager_Base
49 TargetType* m_target;
50 tDictionary<tDataEntry<TargetType>*> m_entry_dict;
56 tArray<tDataEntry<TargetType>*> entries; in ~tDataManager()
62 … EntryType (TargetType::*funR)() const, void (TargetType::*funS)(EntryType) = NULL,
65 tDataEntry<TargetType>* new_entry =
66 … new tDataEntryOfType<TargetType, EntryType ()>(name, desc, funR, funS, compare, null, html_cell);
73 tDataEntry<TargetType>* cur_entry = NULL; in Print()
81 tDataEntry<TargetType>* cur_entry = NULL; in GetDesc()
[all …]
H A DtDataCommandManager.h33 template <class TargetType> class tDataCommandManager
36 tDictionary<tDataEntry<TargetType>*> m_entry_dict;
43 tArray<tDataEntry<TargetType>*> entries; in ~tDataCommandManager()
48 void Add(const cString& name, tDataEntry<TargetType>* entry) in Add()
56 tDataEntryCommand<TargetType>* GetDataCommand(const cString& cmd, cString* error_str = NULL) const
62 tDataEntry<TargetType>* data_entry;
64 return new tDataEntryCommand<TargetType>(data_entry, idx, arg_list);
79 void LoadCommandList(cStringList arg_list, tList<tDataEntryCommand<TargetType> >& output_list,
86 tArray<tDataEntry<TargetType>*> data_entries;
89 output_list.PushRear(new tDataEntryCommand<TargetType>(data_entries[i]));
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-fms/source/model/
H A DTargetType.cpp40 return TargetType::GATEWAY; in GetTargetTypeForName()
48 return TargetType::INSTANCE; in GetTargetTypeForName()
56 return TargetType::NAT_GATEWAY; in GetTargetTypeForName()
64 return TargetType::VPC_ENDPOINT; in GetTargetTypeForName()
85 return TargetType::NOT_SET; in GetTargetTypeForName()
92 case TargetType::GATEWAY: in GetNameForTargetType()
94 case TargetType::CARRIER_GATEWAY: in GetNameForTargetType()
96 case TargetType::INSTANCE: in GetNameForTargetType()
98 case TargetType::LOCAL_GATEWAY: in GetNameForTargetType()
100 case TargetType::NAT_GATEWAY: in GetNameForTargetType()
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/zclconf/go-cty/cty/gocty/
H A Dout_test.go28 TargetType reflect.Type
35 TargetType: reflect.TypeOf(false),
40 TargetType: reflect.TypeOf(false),
62 TargetType: reflect.TypeOf(""),
67 TargetType: reflect.TypeOf(""),
89 TargetType: reflect.TypeOf(int(0)),
323 TargetType: valueType,
328 TargetType: valueType,
333 TargetType: valueType,
338 TargetType: valueType,
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/zclconf/go-cty/cty/gocty/
H A Dout_test.go28 TargetType reflect.Type
35 TargetType: reflect.TypeOf(false),
40 TargetType: reflect.TypeOf(false),
62 TargetType: reflect.TypeOf(""),
67 TargetType: reflect.TypeOf(""),
89 TargetType: reflect.TypeOf(int(0)),
323 TargetType: valueType,
328 TargetType: valueType,
333 TargetType: valueType,
338 TargetType: valueType,
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/zclconf/go-cty/cty/gocty/
H A Dout_test.go28 TargetType reflect.Type
35 TargetType: reflect.TypeOf(false),
40 TargetType: reflect.TypeOf(false),
62 TargetType: reflect.TypeOf(""),
67 TargetType: reflect.TypeOf(""),
89 TargetType: reflect.TypeOf(int(0)),
323 TargetType: valueType,
328 TargetType: valueType,
333 TargetType: valueType,
338 TargetType: valueType,
[all …]
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/zclconf/go-cty/cty/gocty/
H A Dout_test.go28 TargetType reflect.Type
35 TargetType: reflect.TypeOf(false),
40 TargetType: reflect.TypeOf(false),
62 TargetType: reflect.TypeOf(""),
67 TargetType: reflect.TypeOf(""),
89 TargetType: reflect.TypeOf(int(0)),
323 TargetType: valueType,
328 TargetType: valueType,
333 TargetType: valueType,
338 TargetType: valueType,
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/
H A DTarget.cs24 readonly TargetType type;
35 type = TargetType.Terrain; in Target()
48 type = TargetType.Terrain; in Target()
61 type = TargetType.Actor; in Target()
94 public TargetType Type
120 case TargetType.Actor: in IsValidFor()
124 case TargetType.Invalid: in IsValidFor()
127 case TargetType.Terrain: in IsValidFor()
164 case TargetType.Actor:
185 case TargetType.Actor:
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cmake/parser/
H A Dcmakeduchaintypes.cpp11 REGISTER_TYPE(TargetType);
14 TargetType::TargetType() in TargetType() function in TargetType
15 : AbstractType(createData<TargetType>()) in TargetType()
18 TargetType::TargetType(const TargetType& rhs) in TargetType() function in TargetType
19 : AbstractType(copyData<TargetType>(*rhs.d_func())) in TargetType()
22 TargetType::TargetType(KDevelop::AbstractTypeData& dd): AbstractType(dd) in TargetType() function in TargetType
26 KDevelop::AbstractType* TargetType::clone() const in clone()
28 return new TargetType; in clone()
31 void TargetType::accept0(KDevelop::TypeVisitor* ) const in accept0()
34 bool TargetType::equals(const KDevelop::AbstractType* rhs) const in equals()
[all …]
H A Dcmakeduchaintypes.h22 class KDEVCMAKECOMMON_EXPORT TargetType : public KDevelop::AbstractType
25 TargetType();
26 TargetType(const TargetType& rhs);
27 explicit TargetType(KDevelop::AbstractTypeData& dd);
28 TargetType& operator=(const TargetType& rhs) = delete;
35 TYPE_DECLARE_DATA(TargetType)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeCastExpressionTest.cs45 Assert.IsNotNull (cce.TargetType, "#2"); in Constructor0()
57 cce.TargetType = type; in Constructor0()
58 Assert.IsNotNull (cce.TargetType, "#7"); in Constructor0()
61 cce.TargetType = null; in Constructor0()
62 Assert.IsNotNull (cce.TargetType, "#9"); in Constructor0()
75 Assert.IsNotNull (cce.TargetType, "#3"); in Constructor1()
86 cce.TargetType = null; in Constructor1()
87 Assert.IsNotNull (cce.TargetType, "#8"); in Constructor1()
91 cce.TargetType = type2; in Constructor1()
110 Assert.IsNotNull (cce.TargetType, "#3"); in Constructor2()
[all …]
/dports/lang/solidity/solidity_0.8.11/libsolidity/formal/
H A DModelCheckerSettings.cpp62 using TargetType = VerificationTargetType; typedef
65 {"underflow", TargetType::Underflow},
66 {"overflow", TargetType::Overflow},
67 {"divByZero", TargetType::DivByZero},
68 {"balance", TargetType::Balance},
69 {"assert", TargetType::Assert},
71 {"outOfBounds", TargetType::OutOfBounds}
76 {TargetType::Underflow, "Underflow"},
77 {TargetType::Overflow, "Overflow"},
87 set<TargetType> chosenTargets; in fromString()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkDefaultConvertPixelTraits.h121 using TargetType = Offset< VDimension >; in ITK_DEFAULTCONVERTTRAITS_NATIVE_SPECIAL()
188 using TargetType = VariableLengthVector< VComponent >;
198 static void SetNthComponent(int i, TargetType & pixel, in SetNthComponent()
221 using TargetType = VariableSizeMatrix< VComponent >;
231 static void SetNthComponent(int i, TargetType & pixel, in SetNthComponent()
244 static ComponentType GetScalarValue(const TargetType &) in GetScalarValue() argument
264 using TargetType = Matrix< VComponent, VRows, VCols >;
270 static void SetNthComponent(int i, TargetType & pixel, in SetNthComponent()
297 using TargetType = ::std::complex<TComponent>;
307 pixel = TargetType( v, pixel.imag() ); in SetNthComponent()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xaml/System.Xaml.Schema/
H A DXamlValueConverter.cs42 TargetType = targetType; in XamlValueConverter()
56 public XamlType TargetType { get; private set; } property in System.Xaml.Schema.XamlValueConverter
76 …return !IsNull (other) && ConverterType == other.ConverterType && TargetType == other.TargetType &… in Equals()
93 if (TargetType != null && TargetType.UnderlyingType != null) { in CreateInstance()
95 if (TargetType.UnderlyingType.IsEnum) in CreateInstance()
98 if (TargetType.IsNullable && TargetType.UnderlyingType.IsValueType) in CreateInstance()
112 if (TargetType != null) in GetHashCode()
113 ret += TargetType.GetHashCode (); in GetHashCode()
124 if (ConverterType != null && TargetType != null) in ToString()
125 return String.Concat (ConverterType.Name, "(", TargetType.Name, ")"); in ToString()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MeshBase/include/
H A DitkMeshConvertPixelTraits.h124 using TargetType = Offset<dimension>; \
125 using ComponentType = TargetType::OffsetValueType; \
130 static unsigned int GetNumberOfComponents(const TargetType& itkNotUsed(pixel)) \
134 static ComponentType GetNthComponent(int c, const TargetType& pixel) \
138 static void SetNthComponent(int i, TargetType & pixel, const ComponentType& v) \
142 static ComponentType GetScalarValue(const TargetType& pixel) \
165 using TargetType = type< componenttype, dimension >; \
236 using TargetType = type< componenttype, rows, cols >; \
242 static unsigned int GetNumberOfComponents(const TargetType& itkNotUsed(pixel)) \
310 using TargetType = ::std::complex< componenttype>; \
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/fms/types/
H A Denums.go155 type TargetType string type
159 TargetTypeGateway TargetType = "GATEWAY"
160 TargetTypeCarrierGateway TargetType = "CARRIER_GATEWAY"
161 TargetTypeInstance TargetType = "INSTANCE"
162 TargetTypeLocalGateway TargetType = "LOCAL_GATEWAY"
163 TargetTypeNatGateway TargetType = "NAT_GATEWAY"
164 TargetTypeNetworkInterface TargetType = "NETWORK_INTERFACE"
165 TargetTypeVPCEndpoint TargetType = "VPC_ENDPOINT"
168 TargetTypeTransitGateway TargetType = "TRANSIT_GATEWAY"
174 func (TargetType) Values() []TargetType {
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds/source/model/
H A DTargetType.cpp28 TargetType GetTargetTypeForName(const Aws::String& name) in GetTargetTypeForName()
33 return TargetType::RDS_INSTANCE; in GetTargetTypeForName()
37 return TargetType::RDS_SERVERLESS_ENDPOINT; in GetTargetTypeForName()
41 return TargetType::TRACKED_CLUSTER; in GetTargetTypeForName()
47 return static_cast<TargetType>(hashCode); in GetTargetTypeForName()
50 return TargetType::NOT_SET; in GetTargetTypeForName()
53 Aws::String GetNameForTargetType(TargetType enumValue) in GetNameForTargetType()
57 case TargetType::RDS_INSTANCE: in GetNameForTargetType()
59 case TargetType::RDS_SERVERLESS_ENDPOINT: in GetNameForTargetType()
61 case TargetType::TRACKED_CLUSTER: in GetNameForTargetType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-organizations/source/model/
H A DTargetType.cpp28 TargetType GetTargetTypeForName(const Aws::String& name) in GetTargetTypeForName()
33 return TargetType::ACCOUNT; in GetTargetTypeForName()
37 return TargetType::ORGANIZATIONAL_UNIT; in GetTargetTypeForName()
41 return TargetType::ROOT; in GetTargetTypeForName()
47 return static_cast<TargetType>(hashCode); in GetTargetTypeForName()
50 return TargetType::NOT_SET; in GetTargetTypeForName()
53 Aws::String GetNameForTargetType(TargetType enumValue) in GetNameForTargetType()
57 case TargetType::ACCOUNT: in GetNameForTargetType()
59 case TargetType::ORGANIZATIONAL_UNIT: in GetNameForTargetType()
61 case TargetType::ROOT: in GetNameForTargetType()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/clients/pkg/promtail/targets/target/
H A Dtarget.go9 type TargetType string type
13 FileTargetType = TargetType("File")
16 JournalTargetType = TargetType("Journal")
19 SyslogTargetType = TargetType("Syslog")
22 GcplogTargetType = TargetType("Gcplog")
25 DroppedTargetType = TargetType("dropped")
28 PushTargetType = TargetType("Push")
31 WindowsTargetType = TargetType("WindowsEvent")
37 Type() TargetType
67 func (d *droppedTarget) Type() TargetType {
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/json/include/nlohmann/
H A Dadl_serializer.hpp28 template<typename BasicJsonType, typename TargetType = ValueType>
29 static auto from_json(BasicJsonType && j, TargetType& val) noexcept( in from_json()
48 template<typename BasicJsonType, typename TargetType = ValueType>
50 …noexcept(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {}… in from_json()
51 …ecltype(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {}))
53 … return ::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {});
65 template<typename BasicJsonType, typename TargetType = ValueType>
66 static auto to_json(BasicJsonType& j, TargetType && val) noexcept( in to_json()
67 noexcept(::nlohmann::to_json(j, std::forward<TargetType>(val)))) in to_json()
68 -> decltype(::nlohmann::to_json(j, std::forward<TargetType>(val)), void()) in to_json()
[all …]
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/
H A Dadl_serializer.hpp28 template<typename BasicJsonType, typename TargetType = ValueType>
29 static auto from_json(BasicJsonType && j, TargetType& val) noexcept( in from_json()
48 template<typename BasicJsonType, typename TargetType = ValueType>
50 …noexcept(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {}… in from_json()
51 …ecltype(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {}))
53 … return ::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {});
65 template<typename BasicJsonType, typename TargetType = ValueType>
66 static auto to_json(BasicJsonType& j, TargetType && val) noexcept( in to_json()
67 noexcept(::nlohmann::to_json(j, std::forward<TargetType>(val)))) in to_json()
68 -> decltype(::nlohmann::to_json(j, std::forward<TargetType>(val)), void()) in to_json()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorConversion.h23 template<typename TargetType, typename XprType>
24 struct traits<TensorConversionOp<TargetType, XprType> >
27 typedef TargetType Scalar;
38 template<typename TargetType, typename XprType>
44 template<typename TargetType, typename XprType>
45 struct nested<TensorConversionOp<TargetType, XprType>, 1, typename eval<TensorConversionOp<TargetTy…
146 template<typename TargetType, typename XprType>
213 template <typename SrcType, typename TargetType>
214 struct CoeffConv<SrcType, TargetType, true> {
286 typedef TargetType Scalar;
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorConversion.h23 template<typename TargetType, typename XprType>
24 struct traits<TensorConversionOp<TargetType, XprType> >
27 typedef TargetType Scalar;
38 template<typename TargetType, typename XprType>
44 template<typename TargetType, typename XprType>
45 struct nested<TensorConversionOp<TargetType, XprType>, 1, typename eval<TensorConversionOp<TargetTy…
175 template<typename TargetType, typename XprType>
240 template <typename SrcType, typename TargetType>
241 struct CoeffConv<SrcType, TargetType, true> {
313 typedef TargetType Scalar;
[all …]
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorConversion.h23 template<typename TargetType, typename XprType>
24 struct traits<TensorConversionOp<TargetType, XprType> >
27 typedef TargetType Scalar;
37 template<typename TargetType, typename XprType>
43 template<typename TargetType, typename XprType>
44 struct nested<TensorConversionOp<TargetType, XprType>, 1, typename eval<TensorConversionOp<TargetTy…
46 typedef TensorConversionOp<TargetType, XprType> type;
144 template<typename TargetType, typename XprType>
184 typedef TensorConversionOp<TargetType, ArgType> XprType;
187 typedef TargetType Scalar;
[all …]

12345678910>>...101