Searched defs:GetEntryAt (Results 1 – 9 of 9) sorted by relevance
175 Type &GetEntryAt(uint16_t aIndex) { return mPool[aIndex]; } in GetEntryAt() function in ot::Pool187 const Type &GetEntryAt(uint16_t aIndex) const { return mPool[aIndex]; } in GetEntryAt() function in ot::Pool
55 int32_t GetEntryAt(size_t index) const { in GetEntryAt() function