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.cc1493 string assertion_string; in GetAssertion() local
1496 assertion_string = "Invalid parameter passed to library function"; in GetAssertion()
1499 assertion_string = "Pure virtual function called"; in GetAssertion()
1505 assertion_string = "Unknown assertion type "; in GetAssertion()
1506 assertion_string += assertion_type; in GetAssertion()
1513 assertion_string.append(" " + expression); in GetAssertion()
1518 assertion_string.append(" in function " + function); in GetAssertion()
1523 assertion_string.append(", in file " + file); in GetAssertion()
1529 assertion_string.append(" at line "); in GetAssertion()
1530 assertion_string.append(assertion_line); in GetAssertion()
[all …]