Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump_processor.cc1752 string assertion_string; in GetAssertion() local
1755 assertion_string = "Invalid parameter passed to library function"; in GetAssertion()
1758 assertion_string = "Pure virtual function called"; in GetAssertion()
1764 assertion_string = "Unknown assertion type "; in GetAssertion()
1765 assertion_string += assertion_type; in GetAssertion()
1772 assertion_string.append(" " + expression); in GetAssertion()
1777 assertion_string.append(" in function " + function); in GetAssertion()
1782 assertion_string.append(", in file " + file); in GetAssertion()
1788 assertion_string.append(" at line "); in GetAssertion()
1789 assertion_string.append(assertion_line); in GetAssertion()
[all …]