#include <gtest-internal.h>
Public Types | |
typedef Element * | iterator |
typedef Element | value_type |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | end () const |
NativeArray (const Element *array, size_t count, RelationToSourceCopy) | |
NativeArray (const Element *array, size_t count, RelationToSourceReference) | |
NativeArray (const NativeArray &rhs) | |
bool | operator== (const NativeArray &rhs) const |
size_t | size () const |
~NativeArray () | |
Public Attributes | |
const typedef Element * | const_iterator |
Private Types | |
enum | { kCheckTypeIsNotConstOrAReference } |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (NativeArray) | |
void | InitCopy (const Element *array, size_t a_size) |
void | InitRef (const Element *array, size_t a_size) |
Private Attributes | |
const Element * | array_ |
void(NativeArray::* | clone_ )(const Element *, size_t) |
size_t | size_ |
Definition at line 1114 of file gtest-internal.h.
typedef Element* testing::internal::NativeArray< Element >::iterator |
Definition at line 1118 of file gtest-internal.h.
typedef Element testing::internal::NativeArray< Element >::value_type |
Definition at line 1117 of file gtest-internal.h.
|
private |
Enumerator | |
---|---|
kCheckTypeIsNotConstOrAReference |
Definition at line 1151 of file gtest-internal.h.
|
inline |
Definition at line 1122 of file gtest-internal.h.
|
inline |
Definition at line 1127 of file gtest-internal.h.
|
inline |
Definition at line 1132 of file gtest-internal.h.
|
inline |
Definition at line 1136 of file gtest-internal.h.
|
inline |
Definition at line 1143 of file gtest-internal.h.
|
inline |
Definition at line 1144 of file gtest-internal.h.
|
private |
|
inlineprivate |
Definition at line 1157 of file gtest-internal.h.
|
inlineprivate |
Definition at line 1166 of file gtest-internal.h.
|
inline |
Definition at line 1145 of file gtest-internal.h.
|
inline |
Definition at line 1142 of file gtest-internal.h.
|
private |
Definition at line 1172 of file gtest-internal.h.
|
private |
Definition at line 1174 of file gtest-internal.h.
const typedef Element* testing::internal::NativeArray< Element >::const_iterator |
Definition at line 1119 of file gtest-internal.h.
|
private |
Definition at line 1173 of file gtest-internal.h.