MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / begin

Method begin

libapp2sys/prebuilt/include/google/protobuf/map.h:910–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908 typedef iterator_base<const KeyValuePair> const_iterator;
909
910 iterator begin() { return iterator(this); }
911 iterator end() { return iterator(); }
912 const_iterator begin() const { return const_iterator(this); }
913 const_iterator end() const { return const_iterator(); }

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.85
const_iteratorClass · 0.85

Tested by

no test coverage detected