Home
last modified time | relevance | path

Searched refs:ParentType (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/dports/games/springlobby/springlobby-0.180/src/playback/
H A Dplaybacklistctrl.h17 ParentType; typedef
23 using ParentType::AddColumn;
24 using ParentType::m_sortorder;
25 using ParentType::PopupMenu;
26 using ParentType::m_data;
31 using ParentType::HitTest;
33 using ParentType::m_tiptimer;
34 using ParentType::m_tiptext;
38 using ParentType::RemoveItem;
39 using ParentType::AddItem;
[all …]
H A Dplaybackthread.h20 ParentType; typedef
24 void SetParent( ParentType* parent );
28 ParentType* m_parent;
33 ParentType; typedef
34 typedef typename ParentType::PlaybackType
36 typedef typename ParentType::ListType
43 static const bool IsReplayType = ParentType::IsReplayType;
45 PlaybackLoader( ParentType* parent );
53 ParentType* m_parent;
/dports/math/combblas/CombBLAS_beta_16_2/Applications/
H A DTwitterEdge.h157 struct ParentType struct
170 ParentType & operator+=(const ParentType & rhs)
193 ParentType NumSetter(ParentType & num, int64_t index) in NumSetter()
199 ParentType operator+( const IT & left, const ParentType & right)
256 static ParentType id() { return ParentType(); } // additive identity in id()
270 static ParentType add(const ParentType & arg1, const ParentType & arg2) in add()
285 static void axpy(TwitterEdge a, const ParentType & x, ParentType & y) in axpy()
308 struct getfringe: public std::binary_function<ParentType, ParentType, ParentType>
310 ParentType operator()(ParentType x, const ParentType & y) const in operator()
363 bool operator()(ParentType x, const ParentType & y) const in operator()
[all …]
H A DRandomParentBFS.cpp54 struct ParentType struct
57 ParentType(){parent=-1; p = 0;}; in ParentType() function
58 ParentType(int64_t x){parent=(x); p = 0;}; in ParentType() function
96 static ParentType id(){ return ParentType(); }; in id()
100 static ParentType add(const ParentType & arg1, const ParentType & arg2) in add()
107 static ParentType multiply(const T_promote & arg1, const ParentType & arg2) in multiply()
109 ParentType temp; in multiply()
115 static void axpy(T_promote a, const ParentType & x, ParentType & y) in axpy()
164 fringe.SetElement(0, ParentType(0)); in RandomParentBFS()
165 fringe.SetElement(1, ParentType(1)); in RandomParentBFS()
[all …]
/dports/math/cvc4/CVC4-1.7/src/context/
H A Dcdqueue.h56 ParentType(l), in CDQueue()
68 d_lastsave = ParentType::d_size; in save()
89 ParentType::restore(data); in restore()
109 return d_iter == ParentType::d_size; in empty()
114 return ParentType::d_size - d_iter; in size()
119 ParentType::push_back(data); in push()
129 ParentType::makeCurrent(); in pop()
143 return ParentType::d_list[d_iter]; in front()
151 return ParentType::d_list[ParentType::d_size - 1]; in back()
157 return ParentType::begin() + d_iter; in begin()
[all …]
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanEXSLT/
H A DXalanEXSLTMathImpl.hpp63 using ParentType::execute;
112 using ParentType::execute;
161 using ParentType::execute;
210 using ParentType::execute;
259 using ParentType::execute;
308 using ParentType::execute;
357 using ParentType::execute;
429 using ParentType::execute;
478 using ParentType::execute;
527 using ParentType::execute;
[all …]
H A DXalanEXSLTStringImpl.hpp43 typedef Function ParentType; typedef in XALAN_CPP_NAMESPACE::XalanEXSLTFunctionAlign
64 using ParentType::execute;
104 typedef Function ParentType; typedef in XALAN_CPP_NAMESPACE::XalanEXSLTFunctionConcat
125 using ParentType::execute;
160 typedef Function ParentType; typedef in XALAN_CPP_NAMESPACE::XalanEXSLTFunctionPadding
199 using ParentType::execute;
241 typedef Function ParentType; typedef in XALAN_CPP_NAMESPACE::XalanEXSLTFunctionEncodeURI
262 using ParentType::execute;
308 typedef Function ParentType; typedef in XALAN_CPP_NAMESPACE::XalanEXSLTFunctionDecodeURI
329 using ParentType::execute;
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XercesParserLiaison/Deprecated/
H A DXercesDOM_NodeHack.hpp61 typedef xercesc::DOM_Node ParentType; typedef in XALAN_CPP_NAMESPACE::XercesDOM_NodeHack
74 getImpl(const ParentType& theNode) in getImpl()
86 typedef xercesc::DOM_Attr ParentType; typedef in XALAN_CPP_NAMESPACE::XercesDOM_AttrHack
90 XercesDOM_AttrHack(const ParentType& theSource);
101 typedef xercesc::DOM_Element ParentType; typedef in XALAN_CPP_NAMESPACE::XercesDOM_ElementHack
105 XercesDOM_ElementHack(const ParentType& theSource);
143 getImpl(const ParentType& theNode) in getImpl()
155 typedef xercesc::DOM_Text ParentType; typedef in XALAN_CPP_NAMESPACE::XercesDOM_TextHack
159 XercesDOM_TextHack(const ParentType& theSource);
189 getImpl(const ParentType& theNode) in getImpl()
H A DXercesDOM_NodeHack.cpp53 ParentType(theImpl) in XercesDOM_AttrHack()
59 XercesDOM_AttrHack::XercesDOM_AttrHack(const ParentType& theSource) : in XercesDOM_AttrHack()
60 ParentType(theSource) in XercesDOM_AttrHack()
73 ParentType(theImpl) in XercesDOM_ElementHack()
79 XercesDOM_ElementHack::XercesDOM_ElementHack(const ParentType& theSource) : in XercesDOM_ElementHack()
80 ParentType(theSource) in XercesDOM_ElementHack()
191 ParentType(theImpl) in XercesDOM_TextHack()
197 XercesDOM_TextHack::XercesDOM_TextHack(const ParentType& theSource) : in XercesDOM_TextHack()
198 ParentType(theSource) in XercesDOM_TextHack()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-organizations/source/model/
H A DParentType.cpp27 ParentType GetParentTypeForName(const Aws::String& name) in GetParentTypeForName()
32 return ParentType::ROOT; in GetParentTypeForName()
36 return ParentType::ORGANIZATIONAL_UNIT; in GetParentTypeForName()
42 return static_cast<ParentType>(hashCode); in GetParentTypeForName()
45 return ParentType::NOT_SET; in GetParentTypeForName()
48 Aws::String GetNameForParentType(ParentType enumValue) in GetNameForParentType()
52 case ParentType::ROOT: in GetNameForParentType()
54 case ParentType::ORGANIZATIONAL_UNIT: in GetNameForParentType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dstylesfragment.hxx40 template< typename ParentType >
41 explicit FontContext( ParentType& rParent, const FontRef& rxFont ) : in FontContext()
54 template< typename ParentType >
55 explicit BorderContext( ParentType& rParent, const BorderRef& rxBorder ) : in BorderContext()
69 template< typename ParentType >
70 explicit FillContext( ParentType& rParent, const FillRef& rxFill ) : in FillContext()
84 template< typename ParentType >
85 explicit XfContext( ParentType& rParent, const XfRef& rxXf, bool bCellXf ) : in XfContext()
100 template< typename ParentType >
101 explicit DxfContext( ParentType& rParent, const DxfRef& rxDxf ) : in DxfContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dstylesfragment.hxx42 template< typename ParentType >
43 explicit FontContext( ParentType& rParent, const FontRef& rxFont ) : in FontContext()
56 template< typename ParentType >
57 explicit BorderContext( ParentType& rParent, const BorderRef& rxBorder ) : in BorderContext()
71 template< typename ParentType >
72 explicit FillContext( ParentType& rParent, const FillRef& rxFill ) : in FillContext()
86 template< typename ParentType >
87 explicit XfContext( ParentType& rParent, const XfRef& rxXf, bool bCellXf ) : in XfContext()
102 template< typename ParentType >
103 explicit DxfContext( ParentType& rParent, const DxfRef& rxDxf ) : in DxfContext()
/dports/math/py-or-tools/or-tools-9.2/ortools/lp_data/
H A Dlp_types.h259 typedef absl::StrongVector<IntType, T> ParentType; in DeferredMessage()
264 : ParentType(init_list.begin(), init_list.end()) {} in DeferredMessage()
266 StrictITIVector() : ParentType() {} in DeferredMessage()
267 explicit StrictITIVector(IntType size) : ParentType(size.value()) {} in DeferredMessage()
271 : ParentType(first, last) {} in DeferredMessage()
273 void resize(IntType size) { ParentType::resize(size.value()); } in DeferredMessage()
276 void reserve(IntType size) { ParentType::reserve(size.value()); } in DeferredMessage()
280 IntType size() const { return IntType(ParentType::size()); } in DeferredMessage()
288 DCHECK_LE(size, IntType(ParentType::size())); in DeferredMessage()
289 ParentType::resize(size.value()); in DeferredMessage()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/processors/
H A Djuce_Oversampling.cpp77 OversamplingDummy (size_t numChans) : ParentType (numChans, 1) {} in OversamplingDummy()
88 …jassert (inputBlock.getNumSamples() * ParentType::factor <= static_cast<size_t> (ParentType::buffe… in processSamplesUp()
98 …jassert (outputBlock.getNumSamples() * ParentType::factor <= static_cast<size_t> (ParentType::buff… in processSamplesDown()
122 : ParentType (numChans, 2) in Oversampling2TimesEquirippleFIR()
148 ParentType::reset(); in reset()
160 …jassert (inputBlock.getNumSamples() * ParentType::factor <= static_cast<size_t> (ParentType::buffe… in processSamplesUp()
200 …jassert (outputBlock.getNumSamples() * ParentType::factor <= static_cast<size_t> (ParentType::buff… in processSamplesDown()
274 : ParentType (numChans, 2) in Oversampling2TimesPolyphaseIIR()
309 ParentType::reset(); in reset()
318 …jassert (inputBlock.getNumSamples() * ParentType::factor <= static_cast<size_t> (ParentType::buffe… in processSamplesUp()
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_dsp/processors/
H A Djuce_Oversampling.cpp78 OversamplingDummy (size_t numChans) : ParentType (numChans, 1) {} in OversamplingDummy()
89 …jassert (inputBlock.getNumSamples() * ParentType::factor <= static_cast<size_t> (ParentType::buffe… in processSamplesUp()
99 …jassert (outputBlock.getNumSamples() * ParentType::factor <= static_cast<size_t> (ParentType::buff… in processSamplesDown()
123 : ParentType (numChans, 2) in Oversampling2TimesEquirippleFIR()
149 ParentType::reset(); in reset()
161 …jassert (inputBlock.getNumSamples() * ParentType::factor <= static_cast<size_t> (ParentType::buffe… in processSamplesUp()
201 …jassert (outputBlock.getNumSamples() * ParentType::factor <= static_cast<size_t> (ParentType::buff… in processSamplesDown()
275 : ParentType (numChans, 2) in Oversampling2TimesPolyphaseIIR()
310 ParentType::reset(); in reset()
319 …jassert (inputBlock.getNumSamples() * ParentType::factor <= static_cast<size_t> (ParentType::buffe… in processSamplesUp()
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/base/
H A Dstrong_vector.h79 typedef std::vector<T, Alloc> ParentType;
81 typedef typename ParentType::size_type size_type;
82 typedef typename ParentType::allocator_type allocator_type;
83 typedef typename ParentType::value_type value_type;
85 typedef typename ParentType::reference reference;
87 typedef typename ParentType::pointer pointer;
88 typedef typename ParentType::const_pointer const_pointer;
89 typedef typename ParentType::iterator iterator;
115 const ParentType& get() const { return v_; }
122 ParentType* mutable_get() { return &v_; }
[all …]
/dports/science/libint2/libint-2.7.1/src/bin/libint/
H A Dvrr_1_onep_1.h46 using ParentType::Instance;
54 using ParentType::target_;
55 using ParentType::is_simple;
66 ParentType(Tint,dir) in VRR_1_Overlap_1()
196 using ParentType::target_;
208 ParentType(Tint,dir) in VRR_1_Overlap_1_1d()
345 using ParentType::target_;
357 ParentType(Tint,dir) in VRR_1_Kinetic_1()
544 ParentType(Tint,dir) in VRR_1_ElecPot_1()
683 using ParentType::target_;
[all …]
H A Dcomp_xyz.h42 typedef GenericRecurrenceRelation<ThisType,BasisFunctionType,TargetType> ParentType; typedef
46 using ParentType::Instance;
51 using ParentType::RecurrenceRelation::expr_;
52 using ParentType::RecurrenceRelation::nflops_;
53 using ParentType::target_;
54 using ParentType::is_simple;
68 ParentType(Tint,dir) in CR_XYZ_1_1()
/dports/math/combblas/CombBLAS_beta_16_2/ReleaseTests/
H A DRoofline.cpp25 class twitter_mult : public std::binary_function<ParentType, TwitterEdge, ParentType>
31 ParentType operator()(const ParentType & arg1, const TwitterEdge & arg2) const in operator ()()
36 return ParentType(); // null-type parent id in operator ()()
58 FullyDistVec<int64_t,ParentType> pvec; in main()
59 pvec.iota(nprocs * len, ParentType()); in main()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A Dkgenericfactory.tcc118 template <class Product, class ParentType = QObject>
144 typedef typename If< QWidgetInheritanceTest<ParentType>::Result,
145 ParentType, QWidget >::Result WidgetParentType;
171 ParentType *p = dynamic_cast<ParentType *>( parent ); in create()
181 template <class Product, class ParentType = QObject>
190 return ConcreteFactory<Product, ParentType>::create( parentWidget, in create()
246 class ParentType, class ParentTypeListTail>
248 KTypeList<ParentType, ParentTypeListTail> >
258 QObject *object = MultiFactory<Product, ParentType> in create()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/testbed/opencl/
H A Dopenclstepper.h46 typedef class Stepper<CELL_TYPE> ParentType; typedef
47 typedef typename ParentType::GridType GridType;
51 typedef typename ParentType::PatchAccepterVec PatchAccepterVec;
63 ParentType(partitionManager, initializer), in ParentType() function
70 addPatchAccepter(ghostZonePatchAccepters[i], ParentType::GHOST); in ParentType()
196 const typename ParentType::PatchType& patchType, in notifyPatchAccepters()
199 for (typename ParentType::PatchAccepterList::iterator i = in notifyPatchAccepters()
211 const typename ParentType::PatchType& patchType, in notifyPatchProviders()
214 for (typename ParentType::PatchProviderList::iterator i = in notifyPatchProviders()
243 ParentType::GHOST, in initGrids()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/
H A DPolicyPrototype.cpp110 using ParentType = OrderedSet<int>; typedef
111 using MyTranslationPolicy = ParentType::MyTranslationPolicy;
113 PositionSet(int n) : ParentType(n) { } in PositionSet()
118 using ParentType = OrderedSet<int, HasTranslation>; typedef
119 using MyTranslationPolicy = ParentType::MyTranslationPolicy;
121 RangeSet(int lo, int hi) : ParentType(lo, hi) { } in RangeSet()
126 using ParentType = OrderedSet<int, NoTranslation, HasIndirection>; typedef
127 using MyTranslationPolicy = ParentType::MyTranslationPolicy;
129 IndirectionSet(int n) : ParentType(n) { } in IndirectionSet()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/parallelization/hpxsimulator/
H A Dhpxstepper.h25 typedef class Stepper<CELL_TYPE> ParentType; typedef
26 typedef typename ParentType::GridType GridType;
30 typedef typename ParentType::PatchAccepterVec PatchAccepterVec;
31 typedef typename ParentType::PatchProviderPtr PatchProviderPtr;
46 ParentType(partitionManager, initializer), in ParentType() function
179 const typename ParentType::PatchType& patchType, in notifyPatchAccepters()
187 for (typename ParentType::PatchAccepterList::iterator i = in notifyPatchAccepters()
213 const typename ParentType::PatchType& patchType, in notifyPatchProviders()
227 for (typename ParentType::PatchProviderList::iterator i = in notifyPatchProviders()
274 ParentType::GHOST, in initGrids()
[all …]
/dports/editors/lazarus/lazarus/converter/
H A Dformfileconv.pas33 procedure AddStatusbarProp(ParentType: string);
75 procedure TFormFileConverter.AddStatusbarProp(ParentType: string);
88 'SimplePanel = False', ParentType));
147 ParentType: string;
152 ParentType:=ObjectNode.TypeName;
157 AddStatusbarProp(ParentType); // Check if previous object was a statusbar.
158 DoObjectValues(TLFMObjectNode(CurNode), ParentType); // Recursive call.
161 DoProperty(TLFMPropertyNode(CurNode), GrandParType, ParentType);
165 AddStatusbarProp(ParentType);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/converter/
H A Dformfileconv.pas33 procedure AddStatusbarProp(ParentType: string);
75 procedure TFormFileConverter.AddStatusbarProp(ParentType: string);
88 'SimplePanel = False', ParentType));
147 ParentType: string;
152 ParentType:=ObjectNode.TypeName;
157 AddStatusbarProp(ParentType); // Check if previous object was a statusbar.
158 DoObjectValues(TLFMObjectNode(CurNode), ParentType); // Recursive call.
161 DoProperty(TLFMPropertyNode(CurNode), GrandParType, ParentType);
165 AddStatusbarProp(ParentType);

12345678910>>...34