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

Method fixed64

valdi_protobuf/src/valdi_protobuf/Field.cpp:845–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845Field Field::fixed64(uint64_t fixed64) {
846 Field::FieldStorage storage;
847 storage.fixed64 = fixed64;
848 return Field(storage, InternalType::Fixed64, 0);
849}
850
851Field Field::fixed32(uint32_t fixed32) {
852 Field::FieldStorage storage;

Callers

nothing calls this directly

Calls 1

FieldClass · 0.70

Tested by

no test coverage detected