Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel_driver.hpp261 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull() function in ot::Spinel::SpinelDriver::Array
/openthread-latest/src/core/common/
Darray.hpp190 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull() function in ot::Array