Home
last modified time | relevance | path

Searched refs:Scoped (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiHashing.cpp31 bool Scoped = bool(Opts & ClassOptions::Scoped); in getHashForUdt() local
35 if (!ForwardRef && !Scoped && !IsAnon) in getHashForUdt()
69 bool Scoped = bool(Opts & ClassOptions::Scoped); in getTagRecordHashForUdt() local
72 Scoped ? Deserialized.getUniqueName() : Deserialized.getName(); in getTagRecordHashForUdt()
DNativeTypeUDT.cpp203 return (Tag->Options & ClassOptions::Scoped) != ClassOptions::None; in isScoped()
DNativeTypeEnum.cpp337 return bool(Record->getOptions() & codeview::ClassOptions::Scoped); in isScoped()
/third_party/node/src/
Dnode_mutex.h35 class Scoped {
40 explicit Scoped(const std::shared_ptr<ExclusiveAccess>& shared) in Scoped() function
45 explicit Scoped(ExclusiveAccess* exclusive_access) in Scoped() function
53 Scoped(const Scoped&) = delete;
54 Scoped& operator=(const Scoped&) = delete;
Dinspector_io.cc298 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in ThreadMain()
313 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in ThreadMain()
323 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in GetWsUrl()
Dnode_process_object.cc55 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortGetter()
72 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortSetter()
Dinspector_js_api.cc287 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open()
293 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open()
Djs_native_api_v8_inspector.cc821 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in ThreadMain()
836 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in ThreadMain()
846 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in GetWsUrl()
/third_party/node/deps/npm/docs/content/using-npm/
Dscope.md4 description: Scoped packages
26 Scoped packages can be published and installed as of `npm@2` and are supported
33 Scoped packages are installed to a sub-folder of the regular installation
71 Scoped packages can be published from the CLI as of `npm@2` and can be
94 Scoped packages are not public by default. You will need to specify
/third_party/node/deps/npm/docs/content/commands/
Dnpm-access.md59 Scoped packages *default to restricted*, but you can either publish them as
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h211 Scoped = 0x0100, enumerator
DTypeRecord.h453 return (Options & ClassOptions::Scoped) != ClassOptions::None; in isScoped()
/third_party/node/deps/npm/docs/content/configuring-npm/
Dfolders.md45 Scoped packages are installed the same way, except they are grouped together
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp312 CV_ENUM_CLASS_ENT(ClassOptions, Scoped),
DTypeDumpVisitor.cpp40 ENUM_ENTRY(ClassOptions, Scoped),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp370 IO.bitSetCase(Options, "Scoped", ClassOptions::Scoped); in bitset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2017 CO |= ClassOptions::Scoped; in getCommonClassOptions()
2022 CO |= ClassOptions::Scoped; in getCommonClassOptions()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dmemorymodel.txt252 == Scoped Modification Order
1052 === Scoped Modification Order Coherence
Dmemorymodel.adoc262 == Scoped Modification Order
1062 === Scoped Modification Order Coherence
/third_party/python/Doc/whatsnew/
D3.9.rst534 :mod:`ipaddress` now supports IPv6 Scoped Addresses (IPv6 address with suffix ``%<scope_id>``).
536 Scoped IPv6 addresses can be parsed using :class:`ipaddress.IPv6Address`.
/third_party/jinja2/
DCHANGES.rst712 - Scoped blocks now properly treat toplevel assignments and imports.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp50363 class Scoped class
50368 explicit Scoped() in Scoped() function in mozilla::Scoped
50374 explicit Scoped(const Resource& aValue in Scoped() function in mozilla::Scoped
50382 Scoped(Scoped&& aOther in Scoped() function in mozilla::Scoped
50390 ~Scoped() { Traits::release(mValue); } in ~Scoped()
50419 Scoped& operator=(const Resource& aOther) { return reset(aOther); } in operator =()
50421 Scoped& reset(const Resource& aOther) in reset()
50429 Scoped& operator=(Scoped&& aRhs) in operator =()
50432 this->~Scoped(); in operator =()
50433 new(this) Scoped(Move(aRhs)); in operator =()
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md1446 [#7920](https://github.com/npm/npm/issues/7920) Scoped packages with