/third_party/node/deps/v8/tools/debug_helper/ |
D | debug-helper-internal.h | 138 properties_ = std::move(properties); in ObjectPropertiesResult() 148 public_view_.num_properties = properties_.size(); in GetPublicView() 150 for (const auto& property : properties_) { in GetPublicView() 168 std::vector<std::unique_ptr<ObjectProperty>> properties_; variable 186 properties_ = std::move(properties); in StackFrameResult() 190 public_view_.num_properties = properties_.size(); in GetPublicView() 192 for (const auto& property : properties_) { in GetPublicView() 201 std::vector<std::unique_ptr<ObjectProperty>> properties_;
|
D | get-object-properties.cc | 472 return {std::move(visitor.brief_), std::move(visitor.properties_)}; in Visit() 486 properties_.push_back(std::make_unique<ObjectProperty>( in VisitExternalString() 525 properties_.push_back(std::make_unique<ObjectProperty>( in VisitJSObject() 550 std::vector<std::unique_ptr<ObjectProperty>> properties_; member in v8::internal::debug_helper_internal::AddInfoVisitor
|
/third_party/gn/src/gn/ |
D | scope.cc | 532 DCHECK(properties_.find(key) != properties_.end()); in SetProperty() 533 properties_.erase(key); in SetProperty() 535 properties_[key] = value; in SetProperty() 540 PropertyMap::const_iterator found = properties_.find(key); in GetProperty() 541 if (found != properties_.end()) { in GetProperty()
|
D | scope.h | 372 PropertyMap properties_; variable
|
/third_party/node/deps/v8/src/compiler/ |
D | operator.h | 99 Properties properties() const { return properties_; } in NON_EXPORTED_BASE() 141 Properties properties_; in NON_EXPORTED_BASE() local
|
D | linkage.h | 271 properties_(properties), in NON_EXPORTED_BASE() 412 Operator::Properties properties() const { return properties_; } in NON_EXPORTED_BASE() 465 const Operator::Properties properties_; in NON_EXPORTED_BASE() local
|
D | operator.cc | 32 properties_(properties), in Operator()
|
/third_party/libabigail/src/ |
D | abg-ini.cc | 776 properties_type properties_; member in abigail::ini::config::section::priv 820 {return priv_->properties_;} in get_properties() 827 {priv_->properties_ = properties;} in set_properties() 834 {priv_->properties_.push_back(prop);} in add_property()
|
/third_party/node/deps/v8/src/ast/ |
D | ast.h | 1262 : properties_(properties), in ObjectLiteralBoilerplateBuilder() 1277 const ZonePtrList<Property>* properties() const { return properties_; } in properties() 1330 ZoneList<Property*>* properties_; variable 1359 ZoneList<Property*>* properties() { return &properties_; } in properties() 1375 properties_(properties.ToConstVector(), zone), in ObjectLiteral() 1377 builder_(&properties_, boilerplate_properties, has_rest_property) {} in ObjectLiteral() 1379 ZoneList<Property*> properties_; variable
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 15108 properties_(properties) {} in PrototypeCheckAssembler() 15138 for (int i = 0; i < properties_.length(); i++) { in CheckAndBranch() 15140 int descriptor = properties_[i].descriptor_index; in CheckAndBranch() 15150 CodeAssembler::LoadRoot(properties_[i].name_root_index))); in CheckAndBranch() 15181 for (int i = 0; i < properties_.length(); i++) { in CheckAndBranch() 15183 std::max(max_descriptor_index, properties_[i].descriptor_index); in CheckAndBranch() 15195 for (int i = 0; i < properties_.length(); i++) { in CheckAndBranch() 15196 const DescriptorIndexNameValue& p = properties_[i]; in CheckAndBranch()
|
D | code-stub-assembler.h | 4434 const base::Vector<DescriptorIndexNameValue> properties_; variable
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 49112 …PhysicalDeviceProperties2( VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties properties_ = {} ) VULKA… in PhysicalDeviceProperties2() 49113 : properties( properties_ ) 69827 VULKAN_HPP_NAMESPACE::SparseImageFormatProperties properties_ = {} ) VULKAN_HPP_NOEXCEPT in SparseImageFormatProperties2() 69828 : properties( properties_ )
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 68732 …EXPR_14 PhysicalDeviceProperties2( VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties properties_ = {}, in PhysicalDeviceProperties2() 68735 , properties( properties_ ) 95827 …R SparseImageFormatProperties2( VULKAN_HPP_NAMESPACE::SparseImageFormatProperties properties_ = {}, in SparseImageFormatProperties2() 95830 , properties( properties_ )
|
/third_party/libabigail/ |
D | ChangeLog | 22100 * src/abg-ini.cc (config::section::priv::properties_): Adjust the
|