Searched refs:protoModel (Results 1 – 1 of 1) sorted by relevance
156 Model protoModel; in convert() local157 *protoModel.mutable_main() = convert(model.main); in convert()158 *protoModel.mutable_referenced() = convert(model.referenced); in convert()159 protoModel.set_is_relaxed(model.isRelaxed); in convert()160 return protoModel; in convert()