Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Drandom.hpp186 template <typename ObjectType> void Fill(ObjectType &aObject) in Fill() function
232 template <typename ObjectType> Error Fill(ObjectType &aObject) in Fill() function
/openthread-latest/src/core/mac/
Dmac_types.hpp119 void Fill(uint8_t aByte) { memset(this, aByte, sizeof(*this)); } in Fill() function in ot::Mac::ExtAddress