Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ toVarintRepeated
Method
toVarintRepeated
valdi_protobuf/src/valdi_protobuf/Field.cpp:785–787 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
783
}
784
785
RepeatedField* Field::toVarintRepeated() {
786
return toPackedRepeated(this, parseVarintRepeated);
787
}
788
789
RepeatedField* Field::toFixed32Repeated() {
790
return toPackedRepeated(this, parseFixed32Repeated);
Callers
1
TEST
Function · 0.80
Calls
1
toPackedRepeated
Function · 0.85
Tested by
1
TEST
Function · 0.64