|
Monero
|
#include <gtest-internal.h>
Public Types | |
| typedef Element | value_type |
| typedef Element * | iterator |
| typedef const Element * | const_iterator |
| 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 |
| 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 |
Private Types | |
| enum | { kCheckTypeIsNotConstOrAReference } |
| enum | { kCheckTypeIsNotConstOrAReference } |
Private Member Functions | |
| void | InitCopy (const Element *array, size_t a_size) |
| void | InitRef (const Element *array, size_t a_size) |
| GTEST_DISALLOW_ASSIGN_ (NativeArray) | |
| void | InitCopy (const Element *array, size_t a_size) |
| void | InitRef (const Element *array, size_t a_size) |
| GTEST_DISALLOW_ASSIGN_ (NativeArray) | |
Private Attributes | |
| const Element * | array_ |
| size_t | size_ |
| void(NativeArray::* | clone_ )(const Element *, size_t) |
| typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
| typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
| typedef Element* testing::internal::NativeArray< Element >::iterator |
| typedef Element* testing::internal::NativeArray< Element >::iterator |
| typedef Element testing::internal::NativeArray< Element >::value_type |
| typedef Element testing::internal::NativeArray< Element >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |