Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.h153 util::StatusOr<int> ToEnum(const google::protobuf::Enum* enum_type) const;
Ddatapiece.cc262 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type) const { in ToEnum() function in google::protobuf::util::converter::DataPiece
Dproto_writer.cc268 StatusOr<int> e = data.ToEnum(enum_type); in WriteEnum()