/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qexplicitlyshareddatapointer/ |
H A D | tst_qexplicitlyshareddatapointer.cpp | 116 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 D | TCTypedPointerArray.h | 18 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 D | crl_dispatch_queue.h | 31 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 D | index_based_iterator.h | 20 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 D | memory.c | 50 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 D | memory.c | 50 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 D | SeriesRaw.h | 36 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 D | PointerHolder.hh | 60 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 D | juce_UMPIterator.h | 56 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 D | element_proxy.hpp | 43 typedef typename proxy_type::pointer pointer; typedef in boost::python::indexing::element_proxy 75 element_proxy &operator= (value_type const ©) in operator =() 104 element_proxy &operator= (element_proxy const ©) in operator =() 127 typedef value_type *pointer; typedef in boost::python::indexing::const_element_proxy 136 const_element_proxy (const_element_proxy<ContainerProxy> const ©) in const_element_proxy() function in boost::python::indexing::const_element_proxy 141 const_element_proxy (element_proxy<ContainerProxy> const ©) in const_element_proxy()
|
/dports/math/polymake/polymake-4.5/apps/polytope/include/ |
H A D | CubeFacets.h | 30 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 D | generics.h | 98 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 D | Bitset.h | 64 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 D | MultiDimCounter.h | 31 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 D | node_list.h | 54 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 D | atom.h | 58 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 D | SegmentTermEnum.cpp | 211 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 D | SegmentTermEnum.cpp | 211 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 D | stream_range.h | 100 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 D | serializableobject.h | 98 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 D | array_fancyref.cpp | 22 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 D | 94627.cc | 29 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 D | 94627.cc | 29 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 D | 94627.cc | 29 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 D | 94627.cc | 29 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
|