Home
last modified time | relevance | path

Searched defs:GetMaxSize (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_driver.hpp241 uint16_t GetMaxSize(void) const { return kMaxSize; } in GetMaxSize() function in ot::Spinel::SpinelDriver::Array
/openthread-latest/src/core/common/
Darray.hpp186 IndexType GetMaxSize(void) const { return static_cast<IndexType>(kMaxSize); } in GetMaxSize() function in ot::Array