| /third_party/node/deps/v8/include/v8-include/libplatform/ |
| H A D | v8-tracing.h | 105 unsigned int flags_; member in v8::platform::tracing::TraceObject
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | compiler.h | 549 UnoptimizedCompileFlags flags_; member in v8::internal::BackgroundCompileTask
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | eh-frame.cc | 475 std::ios::fmtflags flags_; member in v8::internal::__anon14484::final
|
| H A D | perf-jit.cc | 66 uint64_t flags_; member
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parse-info.h | 149 uint32_t flags_; member in v8::internal::UnoptimizedCompileFlags 348 const UnoptimizedCompileFlags flags_; member in v8::internal::ParseInfo
|
| H A D | scanner.h | 720 UnoptimizedCompileFlags flags_; member in v8::internal::Scanner
|
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | serializer.h | 406 const Snapshot::SerializerFlags flags_; member in v8::internal::Serializer
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | extension.h | 307 Flags flags_; member in absl::FormatConversionChar::FormatConversionSpecImpl
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_executor.h | 761 uint32_t flags_ = 0; member in panda::ecmascript::RegExpExecutor
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | frame.h | 416 size_t flags_; global() member in ark::Frame [all...] |
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | scope.h | 737 VariableFlags flags_ = VariableFlags::NONE; member in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ClassScope::BindingProps
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | render_list_item.h | 380 uint32_t flags_ = 0; member in OHOS::Ace::RenderListItem
|
| H A D | list_item_component.h | 416 uint32_t flags_ = 0; member in OHOS::Ace::ListItemComponent
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-code-manager.h | 450 const uint8_t flags_; // Bit field, see below. variable
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | simplified-operator.h | 258 CheckBoundsFlags flags_; member in v8::internal::AbortReason::final 428 CheckMapsFlags const flags_; member in v8::internal::AbortReason::final
|
| H A D | linkage.h | 471 const Flags flags_; member in v8::internal::compiler::final
|
| H A D | js-operator.h | 764 int const flags_; member in v8::internal::compiler::final 789 int const flags_; member in v8::internal::compiler::final
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-fast-api-calls.h | 321 Flags flags_; member in v8::CTypeInfo
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-fast-api-calls.h | 325 Flags flags_; member in v8::CTypeInfo
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-ast.h | 582 const RegExpFlags flags_; member in v8::internal::final
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassTestsUtil.cpp | 38 AttachmentDescription1(const void* pNext_, VkAttachmentDescriptionFlags flags_, VkFormat format_, VkSampleCountFlagBits samples_, VkAttachmentLoadOp loadOp_, VkAttachmentStoreOp storeOp_, VkAttachmentLoadOp stencilLoadOp_, VkAttachmentStoreOp stencilStoreOp_, VkImageLayout initialLayout_, VkImageLayout finalLayout_) AttachmentDescription1() argument 64 AttachmentDescription2(const void* pNext_, VkAttachmentDescriptionFlags flags_, VkFormat format_, VkSampleCountFlagBits samples_, VkAttachmentLoadOp loadOp_, VkAttachmentStoreOp storeOp_, VkAttachmentLoadOp stencilLoadOp_, VkAttachmentStoreOp stencilStoreOp_, VkImageLayout initialLayout_, VkImageLayout finalLayout_) AttachmentDescription2() argument 114 SubpassDescription1(const void* pNext_, VkSubpassDescriptionFlags flags_, VkPipelineBindPoint pipelineBindPoint_, deUint32 viewMask_, deUint32 inputAttachmentCount_, const VkAttachmentReference* pInputAttachments_, deUint32 colorAttachmentCount_, const VkAttachmentReference* pColorAttachments_, const VkAttachmentReference* pResolveAttachments_, const VkAttachmentReference* pDepthStencilAttachment_, deUint32 preserveAttachmentCount_, const deUint32* pPreserveAttachments_) SubpassDescription1() argument 145 SubpassDescription2(const void* pNext_, VkSubpassDescriptionFlags flags_, VkPipelineBindPoint pipelineBindPoint_, deUint32 viewMask_, deUint32 inputAttachmentCount_, const VkAttachmentReference2* pInputAttachments_, deUint32 colorAttachmentCount_, const VkAttachmentReference2* pColorAttachments_, const VkAttachmentReference2* pResolveAttachments_, const VkAttachmentReference2* pDepthStencilAttachment_, deUint32 preserveAttachmentCount_, const deUint32* pPreserveAttachments_) SubpassDescription2() argument 220 RenderPassCreateInfo1(const void* pNext_, VkRenderPassCreateFlags flags_, deUint32 attachmentCount_, const VkAttachmentDescription* pAttachments_, deUint32 subpassCount_, const VkSubpassDescription* pSubpasses_, deUint32 dependencyCount_, const VkSubpassDependency* pDependencies_, deUint32 correlatedViewMaskCount_, const deUint32* pCorrelatedViewMasks_) RenderPassCreateInfo1() argument 252 RenderPassCreateInfo2(const void* pNext_, VkRenderPassCreateFlags flags_, deUint32 attachmentCount_, const VkAttachmentDescription2* pAttachments_, deUint32 subpassCount_, const VkSubpassDescription2* pSubpasses_, deUint32 dependencyCount_, const VkSubpassDependency2* pDependencies_, deUint32 correlatedViewMaskCount_, const deUint32* pCorrelatedViewMasks_) RenderPassCreateInfo2() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassTestsUtil.cpp | 38 AttachmentDescription1(const void* pNext_, VkAttachmentDescriptionFlags flags_, VkFormat format_, VkSampleCountFlagBits samples_, VkAttachmentLoadOp loadOp_, VkAttachmentStoreOp storeOp_, VkAttachmentLoadOp stencilLoadOp_, VkAttachmentStoreOp stencilStoreOp_, VkImageLayout initialLayout_, VkImageLayout finalLayout_) AttachmentDescription1() argument 64 AttachmentDescription2(const void* pNext_, VkAttachmentDescriptionFlags flags_, VkFormat format_, VkSampleCountFlagBits samples_, VkAttachmentLoadOp loadOp_, VkAttachmentStoreOp storeOp_, VkAttachmentLoadOp stencilLoadOp_, VkAttachmentStoreOp stencilStoreOp_, VkImageLayout initialLayout_, VkImageLayout finalLayout_) AttachmentDescription2() argument 114 SubpassDescription1(const void* pNext_, VkSubpassDescriptionFlags flags_, VkPipelineBindPoint pipelineBindPoint_, deUint32 viewMask_, deUint32 inputAttachmentCount_, const VkAttachmentReference* pInputAttachments_, deUint32 colorAttachmentCount_, const VkAttachmentReference* pColorAttachments_, const VkAttachmentReference* pResolveAttachments_, const VkAttachmentReference* pDepthStencilAttachment_, deUint32 preserveAttachmentCount_, const deUint32* pPreserveAttachments_) SubpassDescription1() argument 145 SubpassDescription2(const void* pNext_, VkSubpassDescriptionFlags flags_, VkPipelineBindPoint pipelineBindPoint_, deUint32 viewMask_, deUint32 inputAttachmentCount_, const VkAttachmentReference2* pInputAttachments_, deUint32 colorAttachmentCount_, const VkAttachmentReference2* pColorAttachments_, const VkAttachmentReference2* pResolveAttachments_, const VkAttachmentReference2* pDepthStencilAttachment_, deUint32 preserveAttachmentCount_, const deUint32* pPreserveAttachments_) SubpassDescription2() argument 220 RenderPassCreateInfo1(const void* pNext_, VkRenderPassCreateFlags flags_, deUint32 attachmentCount_, const VkAttachmentDescription* pAttachments_, deUint32 subpassCount_, const VkSubpassDescription* pSubpasses_, deUint32 dependencyCount_, const VkSubpassDependency* pDependencies_, deUint32 correlatedViewMaskCount_, const deUint32* pCorrelatedViewMasks_) RenderPassCreateInfo1() argument 252 RenderPassCreateInfo2(const void* pNext_, VkRenderPassCreateFlags flags_, deUint32 attachmentCount_, const VkAttachmentDescription2* pAttachments_, deUint32 subpassCount_, const VkSubpassDescription2* pSubpasses_, deUint32 dependencyCount_, const VkSubpassDependency2* pDependencies_, deUint32 correlatedViewMaskCount_, const deUint32* pCorrelatedViewMasks_) RenderPassCreateInfo2() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | region.h | 926 alignas(EAS) PackedPtr flags_; global() member [all...] |
| /third_party/node/src/ |
| H A D | env.h | 1032 uint64_t flags_; member in node::Environment
|
| H A D | node_http2.h | 481 int flags_ = kStreamStateNone; // Internal state flags global() member in node::http2::Http2Stream 894 int flags_ = kSessionStateNone; global() member in node::http2::Http2Session [all...] |