/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 | 33 class Scoped { 38 explicit Scoped(const std::shared_ptr<ExclusiveAccess>& shared) in Scoped() function 43 explicit Scoped(ExclusiveAccess* exclusive_access) in Scoped() function 51 Scoped(const Scoped&) = delete; 52 Scoped& operator=(const Scoped&) = delete;
|
D | inspector_io.cc | 300 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in ThreadMain() 315 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in ThreadMain() 325 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in GetWsUrl()
|
D | node_process_object.cc | 52 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortGetter() 62 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortSetter()
|
D | inspector_js_api.cc | 283 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open() 289 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open()
|
/third_party/boost/libs/type_traits/test/ |
D | is_unscoped_enum_test.cpp | 21 enum class Scoped { enum 33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unscoped_enum<Scoped>::value, false);
|
D | is_scoped_enum_test.cpp | 21 enum class Scoped { enum 33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_scoped_enum<Scoped>::value, true);
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | scope.md | 4 description: Scoped packages 8 ## Scoped packages 29 Scoped packages can be published and installed as of `npm@2` and are supported 36 Scoped packages are installed to a sub-folder of the regular installation 74 Scoped packages can be published from the CLI as of `npm@2` and can be
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.h | 320 class Scoped final : angle::NonCopyable 323 Scoped(VkDevice device) : mDevice(device) {} 324 ~Scoped() { mVar.destroy(mDevice); }
|
D | ContextVk.cpp | 878 vk::Scoped<CommandBatch> scopedBatch(device); in submitFrame() 1021 vk::Scoped<vk::Event> cpuReady(device), gpuReady(device), gpuDone(device); in synchronizeCpuGpuTime() 1040 vk::Scoped<vk::PrimaryCommandBuffer> commandBatch(device); in synchronizeCpuGpuTime() 2533 vk::Scoped<vk::PrimaryCommandBuffer> commandBatch(getDevice()); in flushImpl() 2776 vk::Scoped<vk::DynamicQueryPool> timestampQueryPool(device); in getTimestamp() 2782 vk::Scoped<vk::PrimaryCommandBuffer> commandBatch(device); in getTimestamp() 2820 vk::Scoped<vk::Fence> fence(device); in getTimestamp()
|
D | SyncVk.cpp | 53 vk::Scoped<vk::Event> event(device); in initialize()
|
D | FramebufferVk.cpp | 837 vk::Scoped<vk::ImageView> depthView(contextVk->getDevice()); in blit() 838 vk::Scoped<vk::ImageView> stencilView(contextVk->getDevice()); in blit() 1462 vk::Scoped<vk::ImageHelper> resolvedImage(contextVk->getDevice()); in readPixelsImpl()
|
D | SurfaceVk.cpp | 1015 vk::Scoped<vk::Semaphore> acquireImageSemaphore(device); in nextSwapchainImage()
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-access.md | 67 Scoped packages *default to restricted*, but you can either publish them as
|
/third_party/boost/libs/thread/doc/ |
D | scoped_thread.qbk | 9 [section:ScopedThreads Scoped Threads] 34 Scoped Threads are wrappers around a thread that allows the user to state what to do at destruction…
|
D | emulations.qbk | 302 [section:scoped_enums Scoped Enums]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 211 Scoped = 0x0100, enumerator
|
/third_party/boost/libs/smart_ptr/doc/smart_ptr/ |
D | scoped_array.adoc | 13 # scoped_array: Scoped Array Ownership
|
D | scoped_ptr.adoc | 11 # scoped_ptr: Scoped Object Ownership
|
/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/node/deps/npm/docs/content/configuring-npm/ |
D | folders.md | 49 Scoped packages are installed the same way, except they are grouped together
|
/third_party/boost/libs/endian/doc/endian/ |
D | overview.adoc | 267 |Scoped enums
|