Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dmodule.h138 typedef map<string, string> RuleMap; typedef
142 typedef map<Address, RuleMap> RuleChangeMap;
154 RuleMap initial_rules;
293 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.cc222 bool Module::WriteRuleMap(const RuleMap &rule_map, std::ostream &stream) { in WriteRuleMap()
223 for (RuleMap::const_iterator it = rule_map.begin(); in WriteRuleMap()
Dmodule_unittest.cc357 Module::RuleMap entry2_initial; in TEST()
366 Module::RuleMap entry3_initial; in TEST()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc1049 class CallFrameInfo::RuleMap { class in dwarf2reader::CallFrameInfo
1051 RuleMap() : cfa_rule_(NULL) { } in RuleMap() function in dwarf2reader::CallFrameInfo::RuleMap
1052 RuleMap(const RuleMap &rhs) : cfa_rule_(NULL) { *this = rhs; } in RuleMap() function in dwarf2reader::CallFrameInfo::RuleMap
1053 ~RuleMap() { Clear(); } in ~RuleMap()
1055 RuleMap &operator=(const RuleMap &rhs);
1078 const RuleMap &new_rules) const;
1096 CallFrameInfo::RuleMap &CallFrameInfo::RuleMap::operator=(const RuleMap &rhs) { in operator =()
1106 CallFrameInfo::Rule *CallFrameInfo::RuleMap::RegisterRule(int reg) const { in RegisterRule()
1115 void CallFrameInfo::RuleMap::SetRegisterRule(int reg, Rule *rule) { in SetRegisterRule()
1123 bool CallFrameInfo::RuleMap::HandleTransitionTo( in HandleTransitionTo()
[all …]
Ddwarf2reader.h756 class RuleMap; variable
/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/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?