Home
last modified time | relevance | path

Searched defs:OwnedArray (Results 1 – 5 of 5) sorted by relevance

/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/utility/
H A DOwnedArray.h19 struct OwnedArray : public AbstractArray<T> struct
32 OwnedArray &operator=(std::array<T, SIZE> &rhs); argument
34 OwnedArray &operator=(std::vector<T> &rhs); argument
47 // Inlined OwnedArray definitions ///////////////////////////////////////// argument
50 inline OwnedArray<T>::OwnedArray(T *_data, size_t _size) in OwnedArray() function
58 inline OwnedArray<T>::OwnedArray(std::array<T, SIZE> &init) in OwnedArray() function
65 inline OwnedArray<T>::OwnedArray(std::vector<T> &init) : dataBuf(init) in OwnedArray() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/containers/
H A Djuce_OwnedArray.h68 OwnedArray (OwnedArray&& other) noexcept in OwnedArray() function
74 OwnedArray (const std::initializer_list<ObjectClass*>& items) in OwnedArray() function
90 OwnedArray (OwnedArray<OtherObjectClass, OtherCriticalSection>&& other) noexcept in OwnedArray() function
868 friend class OwnedArray; variable
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/containers/
H A Djuce_OwnedArray.h68 OwnedArray (OwnedArray&& other) noexcept in OwnedArray() function
74 OwnedArray (const std::initializer_list<ObjectClass*>& items) in OwnedArray() function
90 OwnedArray (OwnedArray<OtherObjectClass, OtherCriticalSection>&& other) noexcept in OwnedArray() function
868 friend class OwnedArray; variable
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/containers/
H A Djuce_OwnedArray.h68 OwnedArray (OwnedArray&& other) noexcept in OwnedArray() function
74 OwnedArray (const std::initializer_list<ObjectClass*>& items) in OwnedArray() function
90 OwnedArray (OwnedArray<OtherObjectClass, OtherCriticalSection>&& other) noexcept in OwnedArray() function
868 friend class OwnedArray; variable
/dports/audio/carla/Carla-2.4.1/source/modules/water/containers/
H A DOwnedArray.h61 OwnedArray() noexcept in OwnedArray() function
77 OwnedArray (OwnedArray&& other) noexcept in OwnedArray() function