Searched refs:transformation_message (Results 1 – 3 of 3) sorted by relevance
114 protobufs::Transformation transformation_message = in ApplyTransformation() local116 assert(transformation_message.transformation_case() != in ApplyTransformation()119 *GetTransformations()->add_transformation() = transformation_message; in ApplyTransformation()130 protobufs::Transformation transformation_message = in MaybeApplyTransformation() local132 assert(transformation_message.transformation_case() != in MaybeApplyTransformation()135 *GetTransformations()->add_transformation() = transformation_message; in MaybeApplyTransformation()
207 auto transformation_message = transformation.ToMessage(); in ApplyTransformation() local208 assert(transformation_message.transformation_case() != in ApplyTransformation()212 std::move(transformation_message); in ApplyTransformation()220 auto transformation_message = transformation.ToMessage(); in MaybeApplyTransformation() local221 assert(transformation_message.transformation_case() != in MaybeApplyTransformation()225 std::move(transformation_message); in MaybeApplyTransformation()