Home
last modified time | relevance | path

Searched refs:ToEnum (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp356 E ToEnum(float v) { in ToEnum() function in skottie::internal::__anon8b5f217b0111::DisplacementMapAdapter
373 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()
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h169 util::StatusOr<int> ToEnum(const google::protobuf::Enum* enum_type,
Ddatapiece.cc274 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type, in ToEnum() function in google::protobuf::util::converter::DataPiece
Dproto_writer.cc603 StatusOr<int> e = data.ToEnum(enum_type, use_lower_camel_for_enums, in WriteEnum()