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

Method toFixed32Repeated

valdi_protobuf/src/valdi_protobuf/Field.cpp:789–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789RepeatedField* Field::toFixed32Repeated() {
790 return toPackedRepeated(this, parseFixed32Repeated);
791}
792
793RepeatedField* Field::toFixed64Repeated() {
794 return toPackedRepeated(this, parseFixed64Repeated);

Callers

nothing calls this directly

Calls 1

toPackedRepeatedFunction · 0.85

Tested by

no test coverage detected