/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiHashing.cpp | 31 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()
|
D | NativeTypeUDT.cpp | 203 return (Tag->Options & ClassOptions::Scoped) != ClassOptions::None; in isScoped()
|
D | NativeTypeEnum.cpp | 337 return bool(Record->getOptions() & codeview::ClassOptions::Scoped); in isScoped()
|
/third_party/node/src/ |
D | node_mutex.h | 35 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;
|
D | inspector_io.cc | 298 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()
|
D | node_process_object.cc | 55 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortGetter() 72 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortSetter()
|
D | inspector_js_api.cc | 287 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open() 293 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open()
|
D | js_native_api_v8_inspector.cc | 821 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/ |
D | scope.md | 4 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/ |
D | npm-access.md | 59 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/ |
D | CodeView.h | 211 Scoped = 0x0100, enumerator
|
D | TypeRecord.h | 453 return (Options & ClassOptions::Scoped) != ClassOptions::None; in isScoped()
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | folders.md | 45 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/ |
D | EnumTables.cpp | 312 CV_ENUM_CLASS_ENT(ClassOptions, Scoped),
|
D | TypeDumpVisitor.cpp | 40 ENUM_ENTRY(ClassOptions, Scoped),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 370 IO.bitSetCase(Options, "Scoped", ClassOptions::Scoped); in bitset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2017 CO |= ClassOptions::Scoped; in getCommonClassOptions() 2022 CO |= ClassOptions::Scoped; in getCommonClassOptions()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | memorymodel.txt | 252 == Scoped Modification Order 1052 === Scoped Modification Order Coherence
|
D | memorymodel.adoc | 262 == Scoped Modification Order 1062 === Scoped Modification Order Coherence
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 534 :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/ |
D | CHANGES.rst | 712 - Scoped blocks now properly treat toplevel assignments and imports.
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 50363 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/ |
D | CHANGELOG_IOJS.md | 1446 [#7920](https://github.com/npm/npm/issues/7920) Scoped packages with
|