/openthread-3.5.0/src/core/common/ |
D | heap_array.hpp | 66 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;
|
D | array.hpp | 117 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/ |
D | test_heap_array.cpp | 87 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()
|
D | test_array.cpp | 51 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()
|
D | test_dns_client.cpp | 113 Array<void *, 500> sHeapAllocatedPtrs; 500 Array<Ip6::Address, kNumAddresses> addresses; in TestDnsClient()
|
D | test_routing_manager.cpp | 159 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()
|
D | test_srp_server.cpp | 110 Array<void *, 500> sHeapAllocatedPtrs;
|
D | test_dso.cpp | 335 static Array<Connection *, kMaxConnections> sConnections;
|
/openthread-3.5.0/src/core/net/ |
D | ip6_filter.hpp | 154 Array<uint16_t, kMaxUnsecurePorts> mUnsecurePorts;
|
D | nat64_translator.hpp | 390 Array<Ip4::Address, kAddressMappingPoolSize> mIp4AddressPool;
|
D | srp_server.hpp | 414 Heap::Array<Heap::String> mSubTypes; 591 Heap::Array<Ip6::Address> mAddresses;
|
D | dns_dso.hpp | 739 Array<Entry, kMaxPendingRequests> mRequests;
|
/openthread-3.5.0/src/core/utils/ |
D | power_calibration.hpp | 166 typedef Array<CalibratedPowerEntry, kMaxNumCalibratedPowers> CalibratedPowerTable;
|
/openthread-3.5.0/src/core/thread/ |
D | mlr_manager.hpp | 103 …typedef Array<Ip6::Address, kMaxMlrAddresses> MlrAddressArray; ///< Registered MLR addresses array.
|
D | router_table.hpp | 502 Array<Router, Mle::kMaxRouters> mRouters;
|
D | mle_types.hpp | 557 Array<uint8_t, kMaxSize> mArray;
|
D | mle.hpp | 955 class TlvList : public Array<uint8_t, kMaxTlvListSize>
|
/openthread-3.5.0/src/core/radio/ |
D | trel_interface.hpp | 238 typedef Array<Peer, kPeerTableSize, uint16_t> PeerTable;
|
/openthread-3.5.0/src/core/border_router/ |
D | routing_manager.hpp | 787 Array<Router, kMaxRouters> mRouters; 921 Array<OldPrefix, kMaxOldPrefixes> mOldLocalPrefixes; 927 class OnMeshPrefixArray : public Array<OnMeshPrefix, kMaxOnMeshPrefixes>
|
D | routing_manager.cpp | 2648 Array<Ip6::Prefix, kMaxOldPrefixes> expiredPrefixes; in HandleTimer()
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | main_test.function | 280 * \param argv Array of command line arguments.
|