Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h276 const std::string& failure_message) const { in AssertSpecProperty() argument
277 Assert(property, file_, line_, failure_message); in AssertSpecProperty()
282 const std::string& failure_message) const { in ExpectSpecProperty() argument
283 Expect(property, file_, line_, failure_message); in ExpectSpecProperty()
752 const std::string& failure_message) const { in AssertSpecProperty() argument
753 Assert(property, file_, line_, failure_message); in AssertSpecProperty()
758 const std::string& failure_message) const { in ExpectSpecProperty() argument
759 Expect(property, file_, line_, failure_message); in ExpectSpecProperty()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h80 on_failure(gtest_ar.failure_message())
H A Dgtest.h325 const char* failure_message() const { return message(); } in failure_message() function