OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestPartResultArray
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h
50
//
TestPartResultArray
object given in the constructor whenever a Google Test
68
explicit ScopedFakeTestPartResultReporter(
TestPartResultArray
* result);
72
TestPartResultArray
* result);
77
// Appends the TestPartResult object to the
TestPartResultArray
89
TestPartResultArray
* const result_;
98
//
TestPartResultArray
contains exactly one failure that has the given
104
SingleFailureChecker(const
TestPartResultArray
* results,
108
const
TestPartResultArray
* const results_;
150
::testing::
TestPartResultArray
gtest_failures;\
167
::testing::
TestPartResultArray
gtest_failures;
[
all
...]
gtest-test-part.h
127
// Don't inherit from
TestPartResultArray
as its destructor is not
129
class GTEST_API_
TestPartResultArray
{
131
TestPartResultArray
() {}
145
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestPartResultArray
);
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-test-part.cc
62
void
TestPartResultArray
::Append(const TestPartResult& result) {
67
const TestPartResult&
TestPartResultArray
::GetTestPartResult(int index) const {
69
printf("\nInvalid index (%d) into
TestPartResultArray
.\n", index);
77
int
TestPartResultArray
::size() const {
gtest.cc
585
TestPartResultArray
* result)
595
InterceptMode intercept_mode,
TestPartResultArray
* result)
655
const
TestPartResultArray
& results,
691
SingleFailureChecker::SingleFailureChecker(const
TestPartResultArray
* results,
697
//
TestPartResultArray
contains exactly one failure that has the given
Completed in 21 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026