Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dargs.cc408 Scope::KeyValueMap::const_iterator declared = in ApplyOverridesLocked() local
/third_party/boost/boost/
Dscope_exit.hpp194 struct declared struct
196 void* value;
197 static int const cmp2 = 0;
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h463 scope_index_t declared; /* symbols declared within this block */ member
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js1537 var element = {declared: Object.create(null), used: []}; property
Dacorn.mjs1531 var element = {declared: Object.create(null), used: []}; property