MCPcopy Create free account
hub / github.com/Snapchat/Valdi / begin

Method begin

valdi_protobuf/src/valdi_protobuf/RepeatedField.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57const Field* RepeatedField::begin() const {
58 return &_values[0];
59}
60
61const Field* RepeatedField::end() const {
62 return &_values[_values.size()];

Callers 6

testEncodeMethod · 0.45
TESTFunction · 0.45
getEntriesMethod · 0.45
encodeMethod · 0.45
toFieldIteratorFunction · 0.45

Calls

no outgoing calls

Tested by 2

testEncodeMethod · 0.36
TESTFunction · 0.36