Searched defs:PushBack (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/common/ | ||
D | heap_array.hpp | 264 Error PushBack(const Type &aEntry) in PushBack() function in ot::Heap::Array |
D | array.hpp | 298 …Error PushBack(const Type &aEntry) { return IsFull() ? kErrorNoBufs : (mElements[mLength++] = aEnt… in PushBack() function in ot::Array |
/openthread-latest/src/lib/spinel/ | ||
D | spinel_driver.hpp | 245 otError PushBack(const Type &aEntry) in PushBack() function in ot::Spinel::SpinelDriver::Array |