tesseract v5.3.3.20231005
|
#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 1094 of file gtest-internal.h.
typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
Definition at line 1099 of file gtest-internal.h.
typedef Element* testing::internal::NativeArray< Element >::iterator |
Definition at line 1098 of file gtest-internal.h.
typedef Element testing::internal::NativeArray< Element >::value_type |
Definition at line 1097 of file gtest-internal.h.
|
inline |
Definition at line 1102 of file gtest-internal.h.
|
inline |
Definition at line 1107 of file gtest-internal.h.
|
inline |
Definition at line 1112 of file gtest-internal.h.
|
inline |
Definition at line 1116 of file gtest-internal.h.
|
inline |
Definition at line 1123 of file gtest-internal.h.
|
inline |
Definition at line 1124 of file gtest-internal.h.
|
inline |
Definition at line 1125 of file gtest-internal.h.
|
inline |
Definition at line 1122 of file gtest-internal.h.