CHROMA
|
#include <gtest.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, RelationToSource relation) | |
NativeArray (const NativeArray &rhs) | |
~NativeArray () | |
size_t | size () const |
const_iterator | begin () const |
const_iterator | end () const |
bool | operator== (const NativeArray &rhs) const |
Private Member Functions | |
void | Init (const Element *array, size_t a_size, RelationToSource relation) |
GTEST_DISALLOW_ASSIGN_ (NativeArray) | |
Private Attributes | |
const Element * | array_ |
size_t | size_ |
RelationToSource | relation_to_source_ |
typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
typedef Element* testing::internal::NativeArray< Element >::iterator |
typedef Element testing::internal::NativeArray< Element >::value_type |
|
inline |
Definition at line 7932 of file gtest.h.
References Octave::count.
|
inline |
Definition at line 7937 of file gtest.h.
References testing::internal::NativeArray< Element >::array_, testing::internal::NativeArray< Element >::relation_to_source_, and testing::internal::NativeArray< Element >::size_.
|
inline |
Definition at line 7941 of file gtest.h.
References GTEST_REMOVE_REFERENCE_AND_CONST_, and testing::internal::kCopy.
|
inline |
Definition at line 7952 of file gtest.h.
Referenced by testing::internal::NativeArray< Element >::operator==().
|
inline |
|
private |
|
inlineprivate |
Definition at line 7962 of file gtest.h.
References testing::internal::CopyArray(), and testing::internal::kReference.
|
inline |
Definition at line 7954 of file gtest.h.
References testing::internal::ArrayEq(), testing::internal::NativeArray< Element >::begin(), and testing::internal::NativeArray< Element >::size().
|
inline |
Definition at line 7951 of file gtest.h.
Referenced by testing::internal::NativeArray< Element >::operator==().
|
private |
Definition at line 7974 of file gtest.h.
Referenced by testing::internal::NativeArray< Element >::NativeArray().
|
private |
Definition at line 7976 of file gtest.h.
Referenced by testing::internal::NativeArray< Element >::NativeArray().
|
private |
Definition at line 7975 of file gtest.h.
Referenced by testing::internal::NativeArray< Element >::NativeArray().