Home
last modified time | relevance | path

Searched defs:SetLocal (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dvar_abstract.h101 void SetLocal(void* local) { local_ = local; } in SetLocal() function
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.hpp188 void SetLocal(bool aLocal) in SetLocal() function in ot::Mac::ExtAddress
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/
Dsymbolbuilder.go100 func (sb *SymbolBuilder) SetLocal(value bool) { sb.l.SetAttrLocal(sb.symIdx, value) } func
/aosp_15_r20/external/starlark-go/starlark/
H A Deval.go98 func (thread *Thread) SetLocal(key string, value interface{}) { func