Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getSFixed32
Method
getSFixed32
valdi_protobuf/src/valdi_protobuf/Field.cpp:529–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
527
}
528
529
int32_t Field::getSFixed32() const {
530
return static_cast<int32_t>(getFixed32());
531
}
532
533
void Field::setSFixed32(int32_t v) {
534
setFixed32(static_cast<uint32_t>(v));
Callers
2
getProtobufNonRepeatedField
Function · 0.80
checkFixed32Conformance
Method · 0.80
Calls
no outgoing calls
Tested by
1
checkFixed32Conformance
Method · 0.64