OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestPartResultArray
(Results
1 - 14
of
14
) sorted by null
/external/open-vcdiff/gtest/src/
gtest-test-part.cc
67
// Constructs an empty
TestPartResultArray
.
68
TestPartResultArray
::
TestPartResultArray
()
72
// Destructs a
TestPartResultArray
.
73
TestPartResultArray
::~
TestPartResultArray
() {
78
void
TestPartResultArray
::Append(const TestPartResult& result) {
83
const TestPartResult&
TestPartResultArray
::GetTestPartResult(int index) const {
85
printf("\nInvalid index (%d) into
TestPartResultArray
.\n", index);
93
int
TestPartResultArray
::size() const
[
all
...]
/external/protobuf/gtest/src/
gtest-test-part.cc
67
// Constructs an empty
TestPartResultArray
.
68
TestPartResultArray
::
TestPartResultArray
()
72
// Destructs a
TestPartResultArray
.
73
TestPartResultArray
::~
TestPartResultArray
() {
78
void
TestPartResultArray
::Append(const TestPartResult& result) {
83
const TestPartResult&
TestPartResultArray
::GetTestPartResult(int index) const {
85
printf("\nInvalid index (%d) into
TestPartResultArray
.\n", index);
93
int
TestPartResultArray
::size() const
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h
106
// Don't inherit from
TestPartResultArray
as its destructor is not
108
class
TestPartResultArray
{
110
TestPartResultArray
();
111
~
TestPartResultArray
();
126
GTEST_DISALLOW_COPY_AND_ASSIGN(
TestPartResultArray
);
141
//
TestPartResultArray
object given in the constructor whenever a
149
explicit ScopedFakeTestPartResultReporter(
TestPartResultArray
* result);
154
// Appends the TestPartResult object to the
TestPartResultArray
162
TestPartResultArray
* const result_;
171
//
TestPartResultArray
contains exactly one failure that has the give
[
all
...]
gtest.cc
443
// Constructs an empty
TestPartResultArray
.
444
TestPartResultArray
::
TestPartResultArray
()
448
// Destructs a
TestPartResultArray
.
449
TestPartResultArray
::~
TestPartResultArray
() {
454
void
TestPartResultArray
::Append(const TestPartResult& result) {
459
const TestPartResult&
TestPartResultArray
::GetTestPartResult(int index) const {
461
printf("\nInvalid index (%d) into
TestPartResultArray
.\n", index);
474
int
TestPartResultArray
::size() const
[
all
...]
/external/chromium/testing/gtest/include/gtest/
gtest-test-part.h
121
// Don't inherit from
TestPartResultArray
as its destructor is not
123
class GTEST_API_
TestPartResultArray
{
125
TestPartResultArray
() {}
139
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestPartResultArray
);
/external/chromium_org/testing/gtest/include/gtest/
gtest-test-part.h
124
// Don't inherit from
TestPartResultArray
as its destructor is not
126
class GTEST_API_
TestPartResultArray
{
128
TestPartResultArray
() {}
142
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestPartResultArray
);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-test-part.h
121
// Don't inherit from
TestPartResultArray
as its destructor is not
123
class GTEST_API_
TestPartResultArray
{
125
TestPartResultArray
() {}
139
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestPartResultArray
);
/external/gtest/include/gtest/
gtest-test-part.h
121
// Don't inherit from
TestPartResultArray
as its destructor is not
123
class GTEST_API_
TestPartResultArray
{
125
TestPartResultArray
() {}
139
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestPartResultArray
);
/external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h
121
// Don't inherit from
TestPartResultArray
as its destructor is not
123
class GTEST_API_
TestPartResultArray
{
125
TestPartResultArray
() {}
139
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestPartResultArray
);
/external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h
121
// Don't inherit from
TestPartResultArray
as its destructor is not
123
class GTEST_API_
TestPartResultArray
{
125
TestPartResultArray
() {}
139
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestPartResultArray
);
/external/open-vcdiff/gtest/include/gtest/
gtest-test-part.h
123
// Don't inherit from
TestPartResultArray
as its destructor is not
125
class
TestPartResultArray
{
127
TestPartResultArray
();
128
~
TestPartResultArray
();
142
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestPartResultArray
);
/external/protobuf/gtest/include/gtest/
gtest-test-part.h
123
// Don't inherit from
TestPartResultArray
as its destructor is not
125
class
TestPartResultArray
{
127
TestPartResultArray
();
128
~
TestPartResultArray
();
142
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestPartResultArray
);
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h
124
// Don't inherit from
TestPartResultArray
as its destructor is not
126
class GTEST_API_
TestPartResultArray
{
128
TestPartResultArray
() {}
142
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestPartResultArray
);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
[
all
...]
Completed in 284 milliseconds