Home
last modified time | relevance | path

Searched refs:RuleMap (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/common/
Dmodule.h147 typedef map<string, string> RuleMap; typedef
151 typedef map<Address, RuleMap> RuleChangeMap;
163 RuleMap initial_rules;
311 static bool WriteRuleMap(const RuleMap &rule_map, std::ostream &stream);
Ddwarf_cfi_to_module_unittest.cc160 Module::RuleMap expected_initial; in TEST_F()
212 Module::RuleMap expected_initial; in TEST_F()
246 Module::RuleMap expected_initial; in TEST_F()
259 Module::RuleMap expected_initial; in TEST_F()
271 Module::RuleMap expected_initial; in TEST_F()
Dmodule.cc241 bool Module::WriteRuleMap(const RuleMap &rule_map, std::ostream &stream) { in WriteRuleMap()
242 for (RuleMap::const_iterator it = rule_map.begin(); in WriteRuleMap()
Dmodule_unittest.cc375 Module::RuleMap entry2_initial; in TEST()
384 Module::RuleMap entry3_initial; in TEST()
/external/google-breakpad/src/processor/
Dcfi_frame_info.h110 typedef map<string, string> RuleMap; typedef
134 RuleMap register_rules_;
Dcfi_frame_info.cc78 for (RuleMap::const_iterator it = register_rules_.begin(); in FindCallerRegs()
115 for (RuleMap::const_iterator iter = register_rules_.begin(); in Serialize()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc1480 class CallFrameInfo::RuleMap { class in dwarf2reader::CallFrameInfo
1482 RuleMap() : cfa_rule_(NULL) { } in RuleMap() function in dwarf2reader::CallFrameInfo::RuleMap
1483 RuleMap(const RuleMap &rhs) : cfa_rule_(NULL) { *this = rhs; } in RuleMap() function in dwarf2reader::CallFrameInfo::RuleMap
1484 ~RuleMap() { Clear(); } in ~RuleMap()
1486 RuleMap &operator=(const RuleMap &rhs);
1509 const RuleMap &new_rules) const;
1527 CallFrameInfo::RuleMap &CallFrameInfo::RuleMap::operator=(const RuleMap &rhs) { in operator =()
1537 CallFrameInfo::Rule *CallFrameInfo::RuleMap::RegisterRule(int reg) const { in RegisterRule()
1546 void CallFrameInfo::RuleMap::SetRegisterRule(int reg, Rule *rule) { in SetRegisterRule()
1554 bool CallFrameInfo::RuleMap::HandleTransitionTo( in HandleTransitionTo()
[all …]
Ddwarf2reader.h1029 class RuleMap; variable
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas4450 RuleMap: IDictionary<Integer, Integer>;
4455 for RuleMap in FState.RuleMemo do
4456 if Assigned(RuleMap) then
4457 Inc(Result,RuleMap.Count); // how many input indexes are recorded?