Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dheap_array.hpp203 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mArray[aIndex] : nullptr; } in At() function in ot::Heap::Array
215 … const Type *At(IndexType aIndex) const { return (aIndex < mLength) ? &mArray[aIndex] : nullptr; } in At() function in ot::Heap::Array
Darray.hpp247 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mElements[aIndex] : nullptr; } in At() function in ot::Array
258 …const Type *At(IndexType aIndex) const { return (aIndex < mLength) ? &mElements[aIndex] : nullptr;… in At() function in ot::Array