Constructs from a native array.
| 7718 | |
| 7719 | // Constructs from a native array. |
| 7720 | NativeArray(const Element* array, size_t count, RelationToSource relation) { |
| 7721 | Init(array, count, relation); |
| 7722 | } |
| 7723 | |
| 7724 | // Copy constructor. |
| 7725 | NativeArray(const NativeArray& rhs) { |
nothing calls this directly
no outgoing calls
no test coverage detected