Searched defs:GetMaxSize (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/lib/spinel/ | ||
D | spinel_driver.hpp | 241 uint16_t GetMaxSize(void) const { return kMaxSize; } in GetMaxSize() function in ot::Spinel::SpinelDriver::Array |
/openthread-latest/src/core/common/ | ||
D | array.hpp | 186 IndexType GetMaxSize(void) const { return static_cast<IndexType>(kMaxSize); } in GetMaxSize() function in ot::Array |