Searched defs:RuleMap (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
H A Dcfi_frame_info.h110 typedef map<string, string> RuleMap; typedef in class:google_breakpad::CFIFrameInfo
134 RuleMap register_rules_;
/external/google-breakpad/src/common/
H A Dmodule.h138 typedef map<string, string> RuleMap; typedef in class:google_breakpad::Module
142 typedef map<Address, RuleMap> RuleChangeMap;
154 RuleMap initial_rules;
293 static bool WriteRuleMap(const RuleMap &rule_map, std::ostream &stream);
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc1049 class CallFrameInfo::RuleMap { class in class:CallFrameInfo
1051 RuleMap() : cfa_rule_(NULL) { } function in class:CallFrameInfo::RuleMap
1052 RuleMap(const RuleMap &rhs) : cfa_rule_(NULL) { *this = rhs; } function in class:CallFrameInfo::RuleMap
1053 ~RuleMap() { Clear(); }
1055 RuleMap &operator=(const RuleMap &rhs);
1060 // Return the current CFA rule. Unlike RegisterRule, this RuleMap retains
1074 // this RuleMap to NEW_RULES at ADDRESS. We use this to implement
1078 const RuleMap
[all...]

Completed in 265 milliseconds