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

Method begin

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

Source from the content-addressed store, hash-verified

7950 // STL-style container methods.
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() &&

Callers 15

operator==Method · 0.45
DefaultPrintToFunction · 0.45
BeginMethod · 0.45
RegisterTestsMethod · 0.45
RegisterTestsMethod · 0.45
BeginMethod · 0.45
IteratorMethod · 0.45
BeginMethod · 0.45
IteratorMethod · 0.45
BeginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected