Home
last modified time | relevance | path

Searched refs:Array (Results 1 – 21 of 21) sorted by relevance

/openthread-3.5.0/src/core/common/
Dheap_array.hpp66 template <typename Type, uint16_t kCapacityIncrements = 2> class Array class
75 Array(void) in Array() function in ot::Heap::Array
86 ~Array(void) { Free(); } in ~Array()
170 void TakeFrom(Array &&aOther) in TakeFrom()
514 Array(const Array &) = delete;
515 Array &operator=(const Array &) = delete;
Darray.hpp117 class Array class
134 Array(void) in Array() function in ot::Array
148 Array(const Array &aOtherArray) { *this = aOtherArray; } in Array() function in ot::Array
159 explicit Array(Instance &aInstance) in Array() function in ot::Array
568 Array &operator=(const Array &aOtherArray) in operator =()
/openthread-3.5.0/tests/unit/
Dtest_heap_array.cpp87 void VerifyEntry(const EntryType &aEntry, const Heap::Array<EntryType, 2> &aArray, int aExpectedVal… in VerifyEntry()
100 template <> void VerifyEntry(const uint16_t &aEntry, const Heap::Array<uint16_t, 2> &aArray, int aE… in VerifyEntry()
106 template <> void VerifyEntry(const Entry &aEntry, const Heap::Array<Entry, 2> &aArray, int aExpecte… in VerifyEntry()
115 template <typename EntryType, typename... Args> void VerifyArray(const Heap::Array<EntryType, 2> &a… in VerifyArray()
183 Heap::Array<uint16_t, 2> array; in TestHeapArrayOfUint16()
184 Heap::Array<uint16_t, 2> array2; in TestHeapArrayOfUint16()
329 array2.TakeFrom(static_cast<Heap::Array<uint16_t, 2> &&>(array)); in TestHeapArrayOfUint16()
349 Heap::Array<Entry, 2> array; in TestHeapArray()
350 Heap::Array<Entry, 2> array2; in TestHeapArray()
468 array2.TakeFrom(static_cast<Heap::Array<Entry, 2> &&>(array)); in TestHeapArray()
Dtest_array.cpp51 Array<uint16_t, kMaxSize> array; in TestArray()
243 Array<Entry, kMaxSize> array1; in TestArrayCopyAndFindMatching()
244 Array<Entry, kMaxSize> array2; in TestArrayCopyAndFindMatching()
245 Array<Entry, kMaxSize> array3(array1); in TestArrayCopyAndFindMatching()
280 Array<Entry, kMaxSize> array4(array2); in TestArrayCopyAndFindMatching()
412 typedef Array<uint16_t, 255> Array1; in TestArrayIndexType()
413 typedef Array<uint16_t, 256> Array2; in TestArrayIndexType()
414 typedef Array<uint16_t, 100, uint16_t> Array3; in TestArrayIndexType()
Dtest_dns_client.cpp113 Array<void *, 500> sHeapAllocatedPtrs;
500 Array<Ip6::Address, kNumAddresses> addresses; in TestDnsClient()
Dtest_routing_manager.cpp159 Array<DeprecatingPrefix, kMaxDeprecatingPrefixes> sDeprecatingPrefixes;
179 class ExpectedRios : public Array<RioPrefix, kMaxRioPrefixes>
372 Array<Ip6::Prefix, kMaxPrefixes> pioPrefixes; in ValidateRouterAdvert()
373 Array<Ip6::Prefix, kMaxPrefixes> rioPrefixes; in ValidateRouterAdvert()
Dtest_srp_server.cpp110 Array<void *, 500> sHeapAllocatedPtrs;
Dtest_dso.cpp335 static Array<Connection *, kMaxConnections> sConnections;
/openthread-3.5.0/src/core/net/
Dip6_filter.hpp154 Array<uint16_t, kMaxUnsecurePorts> mUnsecurePorts;
Dnat64_translator.hpp390 Array<Ip4::Address, kAddressMappingPoolSize> mIp4AddressPool;
Dsrp_server.hpp414 Heap::Array<Heap::String> mSubTypes;
591 Heap::Array<Ip6::Address> mAddresses;
Ddns_dso.hpp739 Array<Entry, kMaxPendingRequests> mRequests;
/openthread-3.5.0/src/core/utils/
Dpower_calibration.hpp166 typedef Array<CalibratedPowerEntry, kMaxNumCalibratedPowers> CalibratedPowerTable;
/openthread-3.5.0/src/core/thread/
Dmlr_manager.hpp103 …typedef Array<Ip6::Address, kMaxMlrAddresses> MlrAddressArray; ///< Registered MLR addresses array.
Drouter_table.hpp502 Array<Router, Mle::kMaxRouters> mRouters;
Dmle_types.hpp557 Array<uint8_t, kMaxSize> mArray;
Dmle.hpp955 class TlvList : public Array<uint8_t, kMaxTlvListSize>
/openthread-3.5.0/src/core/radio/
Dtrel_interface.hpp238 typedef Array<Peer, kPeerTableSize, uint16_t> PeerTable;
/openthread-3.5.0/src/core/border_router/
Drouting_manager.hpp787 Array<Router, kMaxRouters> mRouters;
921 Array<OldPrefix, kMaxOldPrefixes> mOldLocalPrefixes;
927 class OnMeshPrefixArray : public Array<OnMeshPrefix, kMaxOnMeshPrefixes>
Drouting_manager.cpp2648 Array<Ip6::Prefix, kMaxOldPrefixes> expiredPrefixes; in HandleTimer()
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dmain_test.function280 * \param argv Array of command line arguments.