Searched refs:SetLocal (Results 1 – 12 of 12) sorted by relevance
46 SetLocal(const_cast<std::remove_const_t<T>*>(arr_)); in Array()54 SetLocal(storage); in Array()142 SetLocal(new_addr); in EnsureOwnedLocalBuffer()
35 SetLocal(&struct_); in Struct()
105 void SetLocal(void* local) { local_ = local; } in SetLocal() function
60 SetLocal(&value_);
106 aJoinerId.SetLocal(true); in GenerateJoinerId()287 aJoinerId.SetLocal(true); in ComputeJoinerId()
79 thread.SetLocal("context", ctx)
40 thread.SetLocal(localKey, r)
62 SetLocal(true); in GenerateRandom()
175 void SetLocal(bool aLocal) in SetLocal() function in ot::Mac::ExtAddress
111 extAddr.SetLocal(true); in TestMacAddress()113 extAddr.SetLocal(false); in TestMacAddress()
117 thread.SetLocal(contextKey, pool)
98 func (thread *Thread) SetLocal(key string, value interface{}) { func