Home
last modified time | relevance | path

Searched +defs:pointer +defs:copy (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qexplicitlyshareddatapointer/
H A Dtst_qexplicitlyshareddatapointer.cpp116 QExplicitlySharedDataPointer<const MyClass> pointer(new MyClass()); in pointerOperatorOnConst() local
125 const QExplicitlySharedDataPointer<MyClass> pointer(new MyClass()); in pointerOperatorOnMutable() local
143 const QExplicitlySharedDataPointer<const MyClass> copy(pointer); in copyConstructor() local
150 QExplicitlySharedDataPointer<Base> pointer(new Base); in clone() local
153 QExplicitlySharedDataPointer<Base> copy(pointer); in clone() local
160 QExplicitlySharedDataPointer<Base> pointer(new Derived); in clone() local
163 QExplicitlySharedDataPointer<Base> copy(pointer); in clone() local
173 QExplicitlySharedDataPointer<const MyClass> pointer; in data() local
207 QExplicitlySharedDataPointer<MyClass> pointer(new MyClass()); in data() local
220 QExplicitlySharedDataPointer<MyClass> pointer(new MyClass()); in reset() local
[all …]
/dports/cad/ldview/ldview-4.4/TCFoundation/
H A DTCTypedPointerArray.h18 virtual TCObject *copy(void) const in copy() function
22 void addPointer(Type pointer) in addPointer()
26 int replacePointer(Type pointer, unsigned int index) in replacePointer()
28 int indexOfPointer(Type pointer) in indexOfPointer()
30 int removePointer(Type pointer) in removePointer()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_crl/crl/dispatch/
H A Dcrl_dispatch_queue.h31 const auto copy = static_cast<Plain>(callable); in async() local
37 const auto copy = new Function(std::forward<Callable>(callable)); in async() local
54 const auto copy = static_cast<Plain>(callable); in sync() local
60 const auto copy = new Function(std::forward<Callable>(callable)); in sync() local
72 using pointer = void*; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/
H A Dindex_based_iterator.h20 using pointer = std::conditional_t< variable
49 auto copy = *this; variable
58 auto copy = *this; variable
67 auto copy = *this; variable
76 auto copy = *this; variable
/dports/comms/xcwcp/unixcw-3.5.1/src/cwutils/
H A Dmemory.c50 void *pointer; in safe_malloc() local
65 void *pointer; in safe_realloc() local
80 char *copy; in safe_strdup() local
/dports/comms/unixcw/unixcw-3.5.1/src/cwutils/
H A Dmemory.c50 void *pointer; in safe_malloc() local
65 void *pointer; in safe_realloc() local
80 char *copy; in safe_strdup() local
/dports/math/polymake/polymake-4.5/lib/core/include/internal/
H A DSeriesRaw.h36 using pointer = const E*; variable
58 …const sequence_iterator operator++ (int) { sequence_iterator copy=*this; operator++(); return copy… variable
59 …const sequence_iterator operator-- (int) { sequence_iterator copy=*this; operator--(); return copy… variable
100 const series_iterator operator++ (int) { series_iterator copy=*this; operator++(); return copy; } variable
101 const series_iterator operator-- (int) { series_iterator copy=*this; operator--(); return copy; } variable
/dports/print/qpdf/qpdf-10.5.0/include/qpdf/
H A DPointerHolder.hh60 Data(T* pointer, bool array) : in Data()
77 T* pointer; member in PointerHolder::Data
86 PointerHolder(T* pointer = 0) in PointerHolder()
92 PointerHolder(bool, T* pointer) in PointerHolder()
161 void copy(PointerHolder const& rhs) in copy() function in PointerHolder
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/midi_io/ump/
H A Djuce_UMPIterator.h56 using pointer = const View*; variable
82 auto copy = *this; variable
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/indexing_suite/
H A Delement_proxy.hpp43 typedef typename proxy_type::pointer pointer; typedef in boost::python::indexing::element_proxy
75 element_proxy &operator= (value_type const &copy) in operator =()
104 element_proxy &operator= (element_proxy const &copy) in operator =()
127 typedef value_type *pointer; typedef in boost::python::indexing::const_element_proxy
136 const_element_proxy (const_element_proxy<ContainerProxy> const &copy) in const_element_proxy() function in boost::python::indexing::const_element_proxy
141 const_element_proxy (element_proxy<ContainerProxy> const &copy) in const_element_proxy()
/dports/math/polymake/polymake-4.5/apps/polytope/include/
H A DCubeFacets.h30 using pointer = const E*; variable
51 const iterator operator++ (int) { iterator copy=*this; operator++(); return copy; } variable
95 typedef const value_type* pointer; typedef
119 const iterator operator++ (int) { iterator copy=*this; operator++(); return copy; } variable
/dports/devel/ucommon/ucommon-7.0.0/inc/ucommon/
H A Dgenerics.h98 inline pointer() { in pointer() function
112 inline pointer(const pointer<T> &ref) { in pointer() function
395 inline T copy(const T& src) { in copy() function
400 inline T& copy(const T& src, T& to) { in copy() function
430 inline bool bound(const T* pointer, const T* base, size_t count) { in bound()
479 inline T& deref_pointer(T *pointer) { in deref_pointer()
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DBitset.h64 using pointer = const mp_bitcnt_t*; variable
105 iterator operator++ (int) { iterator copy=*this; operator++(); return copy; } variable
106 iterator operator-- (int) { iterator copy=*this; operator--(); return copy; } variable
H A DMultiDimCounter.h31 typedef const value_type* pointer; typedef
72 const iterator operator++ (int) { iterator copy=*this; operator++(); return copy; } variable
73 const iterator operator-- (int) { iterator copy=*this; operator--(); return copy; } variable
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/ast/
H A Dnode_list.h54 using pointer = T*; variable
66 using pointer = node_list_view::pointer; variable
131 constexpr std::vector<T*> copy() const noexcept { in copy() function
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/vipster/
H A Datom.h58 using pointer = value_type*; variable
131 auto copy = *this; variable
141 auto copy = *this; variable
149 auto copy = *this; variable
158 auto copy = *this; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/index/
H A DSegmentTermEnum.cpp211 Term* SegmentTermEnum::term(bool pointer) { in term()
245 void SegmentTermEnum::seek(const int64_t pointer, const int32_t p, Term* t, TermInfo* ti) { in seek()
375 bool copy = buffer==NULL; in growBuffer() local
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DSegmentTermEnum.cpp211 Term* SegmentTermEnum::term(bool pointer) { in term()
245 void SegmentTermEnum::seek(const int64_t pointer, const int32_t p, Term* t, TermInfo* ti) { in seek()
375 bool copy = buffer==NULL; in growBuffer() local
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/internal/
H A Dstream_range.h100 using pointer = value_type*; variable
119 auto copy = *this; variable
144 using pointer = typename iterator::pointer; variable
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/fileio/
H A Dserializableobject.h98 for (const auto& pointer : container) { in serializePointerContainer() local
108 T copy = container; in serializePointerContainerUuidSorted() local
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/test/
H A Darray_fancyref.cpp22 using pointer = T*; typedef in fancy::ptr
72 using pointer = ptr<T>; typedef
114 auto copy(It first, It last, fancy::ptr<T> dest){ in copy() function
121 auto copy(It first, It last, multi::array_iterator<T, 1, fancy::ptr<T>> dest){ (void)last; in copy() function
127 auto copy(It first, It last, multi::array_iterator<T, 2, fancy::ptr<T>> dest){ (void)last; (void)fi… in copy() function
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc29 using pointer = char*; typedef
36 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() local
38 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc29 using pointer = char*; typedef
36 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() local
38 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc29 using pointer = char*; typedef
36 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() local
38 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc29 using pointer = char*; typedef
36 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() local
38 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() local

12345678910>>...42