Home
last modified time | relevance | path

Searched refs:SetLocal (Results 1 – 12 of 12) sorted by relevance

/external/sandboxed-api/sandboxed_api/
Dvar_array.h46 SetLocal(const_cast<std::remove_const_t<T>*>(arr_)); in Array()
54 SetLocal(storage); in Array()
142 SetLocal(new_addr); in EnsureOwnedLocalBuffer()
Dvar_struct.h35 SetLocal(&struct_); in Struct()
Dvar_abstract.h105 void SetLocal(void* local) { local_ = local; } in SetLocal() function
Dvar_reg.h60 SetLocal(&value_);
/external/openthread/src/core/meshcop/
Dmeshcop.cpp106 aJoinerId.SetLocal(true); in GenerateJoinerId()
287 aJoinerId.SetLocal(true); in ComputeJoinerId()
/external/starlark-go/repl/
Drepl.go79 thread.SetLocal("context", ctx)
/external/starlark-go/starlarktest/
Dstarlarktest.go40 thread.SetLocal(localKey, r)
/external/openthread/src/core/mac/
Dmac_types.cpp62 SetLocal(true); in GenerateRandom()
Dmac_types.hpp175 void SetLocal(bool aLocal) in SetLocal() function in ot::Mac::ExtAddress
/external/openthread/tests/unit/
Dtest_mac_frame.cpp111 extAddr.SetLocal(true); in TestMacAddress()
113 extAddr.SetLocal(false); in TestMacAddress()
/external/starlark-go/lib/proto/
Dproto.go117 thread.SetLocal(contextKey, pool)
/external/starlark-go/starlark/
Deval.go98 func (thread *Thread) SetLocal(key string, value interface{}) { func