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