MCPcopy Create free account
hub / github.com/BVLC/caffe / Begin

Method Begin

src/gtest/gtest.h:10209–10211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10207 virtual ~ValuesInIteratorRangeGenerator() {}
10208
10209 virtual ParamIteratorInterface<T>* Begin() const {
10210 return new Iterator(this, container_.begin());
10211 }
10212 virtual ParamIteratorInterface<T>* End() const {
10213 return new Iterator(this, container_.end());
10214 }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected