Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dlinked_list.hpp662 explicit Iterator(Type *aItem) in Iterator()
677 explicit ConstIterator(const Type *aItem) in ConstIterator()
Dnumeric_limits.hpp51 #define BitSizeOf(aItem) (sizeof(aItem) * kBitsPerByte) argument