MCPcopy 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
529int32_t Field::getSFixed32() const {
530 return static_cast<int32_t>(getFixed32());
531}
532
533void Field::setSFixed32(int32_t v) {
534 setFixed32(static_cast<uint32_t>(v));

Callers 2

Calls

no outgoing calls

Tested by 1