OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GoogleTestFailureException
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
141
class GTEST_API_
GoogleTestFailureException
: public ::std::runtime_error {
143
explicit
GoogleTestFailureException
(const TestPartResult& failure);
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h
1066
: public internal::
GoogleTestFailureException
{
1069
:
GoogleTestFailureException
(result) {}
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
2399
GoogleTestFailureException
::
GoogleTestFailureException
(
2472
} catch (const internal::
GoogleTestFailureException
&) { // NOLINT
4823
throw internal::
GoogleTestFailureException
(result);
Completed in 52 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026