MCPcopy Create free account
hub / github.com/baidu/babylon / deserialize

Method deserialize

test/serialization/test_traits.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 SerializeTraits<int>::serialize(v, os);
32 }
33 bool deserialize(CodedInputStream& is) {
34 return SerializeTraits<int>::deserialize(is, v);
35 }
36 size_t calculate_serialized_size() const {
37 return SerializeTraits<int>::calculate_serialized_size(v);
38 }

Callers

nothing calls this directly

Calls 1

deserializeFunction · 0.50

Tested by

no test coverage detected