QUDA
v1.1.0
A library for QCD on GPUs
|
#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 |
Definition at line 1080 of file gtest-internal.h.
typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
Definition at line 1085 of file gtest-internal.h.
typedef Element* testing::internal::NativeArray< Element >::iterator |
Definition at line 1084 of file gtest-internal.h.
typedef Element testing::internal::NativeArray< Element >::value_type |
Definition at line 1083 of file gtest-internal.h.
|
inline |
Definition at line 1088 of file gtest-internal.h.
|
inline |
Definition at line 1093 of file gtest-internal.h.
|
inline |
Definition at line 1098 of file gtest-internal.h.
|
inline |
Definition at line 1102 of file gtest-internal.h.
|
inline |
Definition at line 1109 of file gtest-internal.h.
|
inline |
Definition at line 1110 of file gtest-internal.h.
|
inline |
Definition at line 1111 of file gtest-internal.h.
|
inline |
Definition at line 1108 of file gtest-internal.h.