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

Method fixed32

valdi_protobuf/src/valdi_protobuf/Field.cpp:851–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851Field Field::fixed32(uint32_t fixed32) {
852 Field::FieldStorage storage;
853 storage.fixed32 = fixed32;
854 return Field(storage, InternalType::Fixed32, 0);
855}
856
857Field Field::raw(const Byte* data, uint32_t length) {
858 Field::FieldStorage storage;

Callers

nothing calls this directly

Calls 1

FieldClass · 0.70

Tested by

no test coverage detected