Home
last modified time | relevance | path

Searched refs:properties_ (Results 1 – 14 of 14) sorted by relevance

/external/perfetto/src/profiling/memory/
Dsystem_property.cc65 auto it = properties_.find(name); in SetProperty()
66 if (it == properties_.end()) { in SetProperty()
69 if (properties_.size() == 1 || alls_ == 0) { in SetProperty()
73 properties_.emplace(name, 1); in SetProperty()
126 PERFETTO_DCHECK(alls_ == 0 && properties_.empty()); in ~SystemProperties()
142 auto it = properties_.find(name); in UnsetProperty()
143 if (it == properties_.end()) { in UnsetProperty()
148 properties_.erase(it); in UnsetProperty()
150 if (properties_.empty() && alls_ == 0) in UnsetProperty()
157 if (properties_.empty()) in UnsetAll()
Dsystem_property.h81 std::map<std::string, size_t> properties_; variable
Dheapprofd_producer.h251 SystemProperties properties_; variable
Dheapprofd_producer.cc422 data_source.properties.emplace_back(properties_.SetAll()); in StartDataSource()
426 properties_.SetProperty(std::move(cmdline))); in StartDataSource()
/external/libbrillo/brillo/dbus/
Dexported_property_set.cc44 auto& prop_map = properties_[interface_name]; in RegisterProperty()
60 auto& prop_map = properties_[interface_name]; in UnregisterProperty()
77 auto property_map_itr = properties_.find(interface_name); in GetInterfaceProperties()
78 if (property_map_itr != properties_.end()) { in GetInterfaceProperties()
96 auto property_map_itr = properties_.find(interface_name); in HandleGet()
97 if (property_map_itr == properties_.end()) { in HandleGet()
120 auto property_map_itr = properties_.find(interface_name); in HandleSet()
121 if (property_map_itr == properties_.end()) { in HandleSet()
Dexported_property_set.h154 properties_; variable
/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.h40 const_prop_iterator begin() const { return properties_.begin(); } in begin()
41 const_prop_iterator end() const { return properties_.end(); } in end()
48 bool empty() const { return properties_.empty(); } in empty()
88 std::vector<std::unique_ptr<CFX_CSSPropertyHolder>> properties_; variable
Dcfx_cssdeclaration.cpp291 for (const auto& p : properties_) { in GetProperty()
307 properties_.push_back(std::move(pHolder)); in AddPropertyHolder()
780 return properties_.size(); in PropertyCountForTesting()
/external/v8/src/compiler/
Dlinkage.h211 properties_(properties), in NON_EXPORTED_BASE()
292 Operator::Properties properties() const { return properties_; } in NON_EXPORTED_BASE()
335 const Operator::Properties properties_; in NON_EXPORTED_BASE() local
Doperator.h96 Properties properties() const { return properties_; } in NON_EXPORTED_BASE()
138 Properties properties_; in NON_EXPORTED_BASE() local
Doperator.cc32 properties_(properties), in Operator()
/external/v8/src/
Djson-parser.h157 ZoneVector<Handle<Object>> properties_; variable
Djson-parser.cc146 properties_(&zone_) { in JsonParser()
371 VectorSegment<ZoneVector<Handle<Object>>> properties(&properties_); in ParseJsonObject()
/external/v8/src/ast/
Dast.h1329 ZonePtrList<Property>* properties() const { return properties_; } in properties()
1409 properties_(properties) { in ObjectLiteral()
1430 ZoneList<Property*>* properties_; variable
2480 ZonePtrList<Property>* properties() const { return properties_; } in properties()
2521 properties_(properties), in ClassLiteral()
2535 ZonePtrList<Property>* properties_; variable