- 3.0.1 core module.
|
#include <gtest-internal.h>
Public Types | |
typedef Element | value_type |
typedef Element * | iterator |
typedef const Element * | const_iterator |
Public Member Functions | |
NativeArray (const Element *array, size_t count, RelationToSourceReference) | |
NativeArray (const Element *array, size_t count, RelationToSourceCopy) | |
NativeArray (const NativeArray &rhs) | |
~NativeArray () | |
size_t | size () const |
const_iterator | begin () const |
const_iterator | end () const |
bool | operator== (const NativeArray &rhs) const |
typedef Element testing::internal::NativeArray< Element >::value_type |
typedef Element* testing::internal::NativeArray< Element >::iterator |
typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by testing::internal::NativeArray< Element >::operator==(), and TEST().
|
inline |
Referenced by testing::internal::NativeArray< Element >::operator==(), and TEST().
|
inline |
Referenced by TEST().
|
inline |