Home
last modified time | relevance | path

Searched defs:kLength (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/common/
Dbinary_search.hpp73 static const Entry *Find(const Key &aKey, const Entry (&aTable)[kLength]) in Find()
100 …e <typename Entry, uint16_t kLength> static constexpr bool IsSorted(const Entry (&aTable)[kLength]) in IsSorted()
Dstring.hpp597 …static const char *Lookup(uint16_t aKey, const Entry (&aTable)[kLength], const char *aNotFound = "… in Lookup()
/openthread-latest/tests/unit/
Dtest_heap_string.cpp200 …plate <uint16_t kLength> void VerifyData(const Heap::Data &aData, const uint8_t (&aArray)[kLength]) in VerifyData()
Dtest_network_data.cpp89 …t8_t kLength> void VerifyRlocsArray(const Rlocs &aRlocs, const uint16_t (&aExpectedRlocs)[kLength]) in VerifyRlocsArray()
/openthread-latest/src/cli/
Dcli_utils.hpp184 const char *const (&aTable)[kLength], in Stringify()
527 …name Cli, uint16_t kLength> void OutputCommandTable(const CommandEntry<Cli> (&aCommandTable)[kLeng… in OutputCommandTable()
/openthread-latest/src/core/utils/
Dparse_cmdline.hpp652 template <uint8_t kLength> inline otError ParseCmd(char *aCommandString, Arg (&aArgs)[kLength]) in ParseCmd()
/openthread-latest/src/core/net/
Dip6_address.hpp75 static constexpr uint8_t kLength = kSize * kBitsPerByte; ///< Length of Network Prefix in bits. member in ot::Ip6::NetworkPrefix