Searched refs:fromProto (Results 1 – 3 of 3) sorted by relevance
38 void fromProto(VehiclePropConfig* cfg, const vhal_proto::VehiclePropConfig& protoCfg);44 void fromProto(VehiclePropValue* val, const vhal_proto::VehiclePropValue& protoVal);
124 void fromProto(VehiclePropConfig* cfg, const vhal_proto::VehiclePropConfig& protoCfg) { in fromProto() function182 void fromProto(VehiclePropValue* val, const vhal_proto::VehiclePropValue& protoVal) { in fromProto() function
40 fromProto(&tmpConfig, protoCfg); in CheckPropConfigConversion()83 fromProto(&tmpVal, protoVal); in CheckPropValueConversion()