Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_property_set.cc44 auto& prop_map = properties_[interface_name]; in RegisterProperty()
66 auto property_map_itr = properties_.find(interface_name); in GetInterfaceProperties()
67 if (property_map_itr != properties_.end()) { in GetInterfaceProperties()
85 auto property_map_itr = properties_.find(interface_name); in HandleGet()
86 if (property_map_itr == properties_.end()) { in HandleGet()
109 auto property_map_itr = properties_.find(interface_name); in HandleSet()
110 if (property_map_itr == properties_.end()) { in HandleSet()
Dexported_property_set.h147 properties_; variable
/external/pdfium/xfa/fde/css/
Dcfde_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()
89 std::vector<std::unique_ptr<CFDE_CSSPropertyHolder>> properties_; variable
Dcfde_cssdeclaration.cpp139 for (const auto& p : properties_) { in GetProperty()
155 properties_.push_back(std::move(pHolder)); in AddPropertyHolder()
638 return properties_.size(); in PropertyCountForTesting()
/external/v8/src/parsing/
Dpreparse-data.h65 properties_ = properties; in LogFunction()
80 return properties_; in properties()
90 int properties_; variable
/external/v8/src/ast/
Dast-numbering.cc23 properties_(zone), in AstNumberingVisitor()
57 void IncrementNodeCount() { properties_.add_node_count(1); } in IncrementNodeCount()
59 properties_.flags() |= AstProperties::kDontSelfOptimize; in DisableSelfOptimization()
67 properties_.flags() |= AstProperties::kMustUseIgnitionTurbo; in DisableFullCodegenAndCrankshaft()
72 node->AssignFeedbackSlots(properties_.get_spec(), language_mode_, in ReserveFeedbackSlots()
97 AstProperties properties_; member in v8::internal::AstNumberingVisitor
193 node->AssignFeedbackSlots(properties_.get_spec(), typeof_mode, &slot_cache_); in VisitVariableProxy()
238 properties_.flags() & AstProperties::kMustUseIgnitionTurbo); in VisitReturnStatement()
695 node->set_ast_properties(&properties_); in Renumber()
Dast.h1385 ZoneList<Property*>* properties() const { return properties_; } in properties()
1473 properties_(properties) { in ObjectLiteral()
1485 ZoneList<Property*>* properties_; variable
2786 ZoneList<Property*>* properties() const { return properties_; } in properties()
2821 properties_(properties) { in ClassLiteral()
2832 ZoneList<Property*>* properties_; variable
/external/v8/src/compiler/
Dlinkage.h207 properties_(properties), in NON_EXPORTED_BASE()
284 Operator::Properties properties() const { return properties_; } in NON_EXPORTED_BASE()
312 const Operator::Properties properties_; in NON_EXPORTED_BASE() local
Doperator.h96 Properties properties() const { return properties_; } in NON_EXPORTED_BASE()
140 Properties properties_; in NON_EXPORTED_BASE() local
Doperator.cc31 properties_(properties), in Operator()