reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1037 typedef Element value_type; 1038 typedef Element* iterator; 1039 typedef const Element* const_iterator; 1042 NativeArray(const Element* array, size_t count, RelationToSourceReference) { 1047 NativeArray(const Element* array, size_t count, RelationToSourceCopy) { 1077 void InitCopy(const Element* array, size_t a_size) { 1078 Element* const copy = new Element[a_size]; 1078 Element* const copy = new Element[a_size]; 1086 void InitRef(const Element* array, size_t a_size) { 1092 const Element* array_;