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

Method iterator

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

Source from the content-addressed store, hash-verified

1438
1439 public:
1440 iterator() : iterator_base(iterator_base::kUnknown) {}
1441 explicit iterator(const DeprecatedInnerIt& dit)
1442 : iterator_base(iterator_base::kOld), dit_(dit) {}
1443 explicit iterator(const InnerIt& it)

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected