#include <gtest.h>
| Public Types | |
| typedef Element * | iterator | 
| typedef Element | value_type | 
| Public Member Functions | |
| const_iterator | begin () const | 
| const_iterator | end () const | 
| NativeArray (const Element *array, size_t count, RelationToSource relation) | |
| NativeArray (const NativeArray &rhs) | |
| bool | operator== (const NativeArray &rhs) const | 
| size_t | size () const | 
| ~NativeArray () | |
| Public Attributes | |
| const typedef Element * | const_iterator | 
| Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (NativeArray) | |
| void | Init (const Element *array, size_t a_size, RelationToSource relation) | 
| Private Attributes | |
| const Element * | array_ | 
| RelationToSource | relation_to_source_ | 
| size_t | size_ | 
| typedef Element* testing::internal::NativeArray< Element >::iterator | 
| typedef Element testing::internal::NativeArray< Element >::value_type | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | private | 
| 
 | inlineprivate | 
| 
 | inline | 
| 
 | inline | 
| 
 | private | 
| const typedef Element* testing::internal::NativeArray< Element >::const_iterator | 
| 
 | private | 
| 
 | private |