Home
last modified time | relevance | path

Searched defs:FixedArray (Results 1 – 25 of 110) sorted by relevance

12345

/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/utility/
H A DFixedArray.h25 struct FixedArray : public AbstractArray<T> struct
27 using View = FixedArrayView<uint8_t>; argument
42 FixedArray &operator=(std::array<T, SIZE> &rhs); argument
44 FixedArray &operator=(std::vector<T> &rhs); argument
53 // Inlined FixedArray definitions ///////////////////////////////////////// argument
56 inline FixedArray<T>::FixedArray(size_t _size) in FixedArray() function
63 inline FixedArray<T>::FixedArray(T *_data, size_t _size) : FixedArray(_size) in FixedArray() function
78 inline FixedArray<T>::FixedArray(std::array<T, SIZE> &init) in FixedArray() function
84 inline FixedArray<T>::FixedArray(std::vector<T> &init) in FixedArray() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkFixedArrayGTest.cxx222 TEST(FixedArray, SupportsRetrievingValuesByRangeBasedForLoop) in TEST() argument
230 TEST(FixedArray, SupportsModifyingElementsByRangeBasedForLoop) in TEST() argument
240 TEST(FixedArray, NewReverseIteratorBehavesLikeOldReverseIterator) in TEST() argument
248 TEST(FixedArray, ConstAndNonConstReverseIteratorRetrieveSameValues) in TEST() argument
256 TEST(FixedArray, CanBeFilledUsingReverseIterators) in TEST() argument
264 TEST(FixedArray, IteratorIncrementReturnValue) in TEST() argument
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/util/
H A Dfixed_array.hh19 template <class T> class FixedArray { class
22 explicit FixedArray(std::size_t limit) { in FixedArray() function in util::FixedArray
33 FixedArray() in FixedArray() function in util::FixedArray
61 FixedArray(const FixedArray &from) { in FixedArray() function in util::FixedArray
75 FixedArray(FixedArray &&from) in FixedArray() function in util::FixedArray
/dports/www/firefox/firefox-99.0/third_party/rust/inplace_it/src/
H A Dfixed_array.rs10 pub trait FixedArray { trait
20 impl<T> FixedArray for [T; $length] { impl
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/inplace_it/src/
H A Dfixed_array.rs10 pub trait FixedArray { interface
20 impl<T> FixedArray for [T; $length] { impl
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/inplace_it/src/
H A Dfixed_array.rs10 pub trait FixedArray { interface
20 impl<T> FixedArray for [T; $length] { impl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Darguments-inl.h21 OBJECT_CONSTRUCTORS_IMPL(SloppyArgumentsElements, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
32 DEF_GETTER(SloppyArgumentsElements, arguments, FixedArray) { in DEF_GETTER() argument
H A Dliteral-objects-inl.h22 OBJECT_CONSTRUCTORS_IMPL(ObjectBoilerplateDescription, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
95 OBJECT_CONSTRUCTORS_IMPL(ClassBoilerplate, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
/dports/math/Imath/Imath-3.1.4/src/python/PyImath/
H A DPyImathFixedArray.h151 FixedArray(const T *ptr, Py_ssize_t length, Py_ssize_t stride, boost::any handle) in FixedArray() function
166 explicit FixedArray(Py_ssize_t length) in FixedArray() function
180 FixedArray(Py_ssize_t length,Uninitialized) in FixedArray() function
192 FixedArray(const T &initialValue, Py_ssize_t length) in FixedArray() function
206 FixedArray(FixedArray& f, const MaskArrayType& mask) in FixedArray() function
237 FixedArray(const FixedArray& f, const MaskArrayType& mask) in FixedArray() function
268 explicit FixedArray(const FixedArray<S> &other) in FixedArray() function
286 FixedArray(const FixedArray &other) in FixedArray() function
649 typename boost::python::object (FixedArray<T>::*nonconst_getobject)(Py_ssize_t) = in register_() local
651 typename boost::python::object (FixedArray<T>:: *const_getobject)(Py_ssize_t) const = in register_() local
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil.Signatures/
H A DMarshalSig.cs71 internal sealed class FixedArray : IMarshalSigSpec { class in Mono.Cecil.Signatures.MarshalSig
76 public FixedArray () in FixedArray() method in Mono.Cecil.Signatures.MarshalSig.FixedArray
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_fei/include/
H A Dsample_fei_defs.h540 struct FixedArray struct
542 FixedArray() in FixedArray() function
547 explicit FixedArray(T fillVal) in FixedArray() function
568 void Erase(T * p) in Erase()
594 T * Begin() in Begin()
604 T * End() in End()
609 T const * End() const in End()
614 T & Back() in Back()
620 T const & Back() const in Back()
626 mfxU32 Size() const in Size()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dliteral-objects-inl.h24 OBJECT_CONSTRUCTORS_IMPL(ObjectBoilerplateDescription, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
97 OBJECT_CONSTRUCTORS_IMPL(ClassBoilerplate, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dliteral-objects-inl.h24 OBJECT_CONSTRUCTORS_IMPL(ObjectBoilerplateDescription, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
97 OBJECT_CONSTRUCTORS_IMPL(ClassBoilerplate, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/asan/tests/
H A Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkFixedArray.h157 explicit FixedArray(const std::array<ValueType, VLength>& stdArray) in FixedArray() function
164 FixedArray(const FixedArray< TFixedArrayValueType, VLength > & r) in FixedArray() function
175 FixedArray(const TScalarValue *r) in FixedArray() function

12345