Searched refs:ToEnum (Results 1 – 3 of 3) sorted by relevance
153 util::StatusOr<int> ToEnum(const google::protobuf::Enum* enum_type) const;
262 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type) const { in ToEnum() function in google::protobuf::util::converter::DataPiece
268 StatusOr<int> e = data.ToEnum(enum_type); in WriteEnum()