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()
82 return properties_; in properties()
92 int properties_; variable
/external/v8/src/ast/
Dast-numbering.cc20 properties_(zone), in AstNumberingVisitor()
50 void IncrementNodeCount() { properties_.add_node_count(1); } in IncrementNodeCount()
52 properties_.flags() |= AstProperties::kDontSelfOptimize; in DisableSelfOptimization()
59 properties_.flags() |= AstProperties::kDontCrankshaft; in DisableCrankshaft()
64 node->AssignFeedbackVectorSlots(isolate_, properties_.get_spec(), in ReserveFeedbackSlots()
74 AstProperties properties_; member in v8::internal::AstNumberingVisitor
608 node->set_ast_properties(&properties_); in Renumber()
Dast.h1418 ZoneList<Property*>* properties() const { return properties_; } in properties()
1493 properties_(properties) { in ObjectLiteral()
1505 ZoneList<Property*>* properties_; variable
2808 ZoneList<Property*>* properties() const { return properties_; } in properties()
2853 properties_(properties), in ClassLiteral()
2865 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()