Home
last modified time | relevance | path

Searched defs:GetLocal (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dvar_abstract.h77 virtual void* GetLocal() const { return local_; } in GetLocal() function
H A Dvar_proto.h63 void* GetLocal() const override { return wrapped_var_.GetLocal(); } in GetLocal() function
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/
H A Dc.pb.go62 func (x *UsingPublicImport) GetLocal() *Local { func
H A Da.pb.go112 func (x *Public) GetLocal() *Local { func
/aosp_15_r20/build/blueprint/parser/
H A Dparser.go858 func (s *Scope) GetLocal(name string) *Assignment { func