Home
last modified time | relevance | path

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

12

/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.h33 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;
Dinspector_io.cc300 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()
Dnode_process_object.cc52 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortGetter()
62 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortSetter()
Dinspector_js_api.cc283 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/
Dis_unscoped_enum_test.cpp21 enum class Scoped { enum
33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unscoped_enum<Scoped>::value, false);
Dis_scoped_enum_test.cpp21 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/
Dscope.md4 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/
Dvk_utils.h320 class Scoped final : angle::NonCopyable
323 Scoped(VkDevice device) : mDevice(device) {}
324 ~Scoped() { mVar.destroy(mDevice); }
DContextVk.cpp878 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()
DSyncVk.cpp53 vk::Scoped<vk::Event> event(device); in initialize()
DFramebufferVk.cpp837 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()
DSurfaceVk.cpp1015 vk::Scoped<vk::Semaphore> acquireImageSemaphore(device); in nextSwapchainImage()
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-access.md67 Scoped packages *default to restricted*, but you can either publish them as
/third_party/boost/libs/thread/doc/
Dscoped_thread.qbk9 [section:ScopedThreads Scoped Threads]
34 Scoped Threads are wrappers around a thread that allows the user to state what to do at destruction…
Demulations.qbk302 [section:scoped_enums Scoped Enums]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h211 Scoped = 0x0100, enumerator
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dscoped_array.adoc13 # scoped_array: Scoped Array Ownership
Dscoped_ptr.adoc11 # scoped_ptr: Scoped Object Ownership
/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/node/deps/npm/docs/content/configuring-npm/
Dfolders.md49 Scoped packages are installed the same way, except they are grouped together
/third_party/boost/libs/endian/doc/endian/
Doverview.adoc267 |Scoped enums

12