MCPcopy Create free account
hub / github.com/apache/singa / end

Method end

test/gtest/gtest.h:7953–7953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7951 size_t size() const { return size_; }
7952 const_iterator begin() const { return array_; }
7953 const_iterator end() const { return array_ + size_; }
7954 bool operator==(const NativeArray& rhs) const {
7955 return size() == rhs.size() &&
7956 ArrayEq(begin(), size(), rhs.begin());

Callers 15

DefaultPrintToFunction · 0.45
EndMethod · 0.45
RegisterTestsMethod · 0.45
RegisterTestsMethod · 0.45
EndMethod · 0.45
IteratorMethod · 0.45
EndMethod · 0.45
IteratorMethod · 0.45
EndMethod · 0.45
IteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected