Searched defs:IsFull (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/lib/spinel/ | ||
D | spinel_driver.hpp | 261 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull() function in ot::Spinel::SpinelDriver::Array |
/openthread-latest/src/core/common/ | ||
D | array.hpp | 190 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull() function in ot::Array |