| 236 | static void Serialize(FeatureBuilder const & fb, FeatureBuilder::Buffer & data) { fb.SerializeForIntermediate(data); } |
| 237 | |
| 238 | static void Deserialize(FeatureBuilder & fb, FeatureBuilder::Buffer & data) { fb.DeserializeFromIntermediate(data); } |
| 239 | }; |
| 240 | |
| 241 | struct MaxAccuracy |
nothing calls this directly
no test coverage detected