Searched refs:ToEnum (Results 1 – 4 of 4) sorted by relevance
356 E ToEnum(float v) { in ToEnum() function in skottie::internal::__anon9d8baecd0111::DisplacementMapAdapter373 this->node()->setPos(ToEnum<DisplacementNode::Pos>(fMapBehavior)); in onSync()374 this->node()->setXSelector(ToEnum<DisplacementNode::Selector>(fHorizontalSelector)); in onSync()375 this->node()->setYSelector(ToEnum<DisplacementNode::Selector>(fVerticalSelector)); in onSync()
169 util::StatusOr<int> ToEnum(const google::protobuf::Enum* enum_type,
274 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type, in ToEnum() function in google::protobuf::util::converter::DataPiece
603 StatusOr<int> e = data.ToEnum(enum_type, use_lower_camel_for_enums, in WriteEnum()