Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
const Field* RepeatedField::begin() const {
58
return &_values[0];
59
}
60
61
const Field* RepeatedField::end() const {
62
return &_values[_values.size()];
Callers
6
testEncode
Method · 0.45
TEST
Function · 0.45
getEntries
Method · 0.45
resolvePackedRepeatedType
Function · 0.45
encode
Method · 0.45
toFieldIterator
Function · 0.45
Calls
no outgoing calls
Tested by
2
testEncode
Method · 0.36
TEST
Function · 0.36