Home
last modified time | relevance | path

Searched defs:WriteEnum (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedOutputStream.cs330 public void WriteEnum(int value) in WriteEnum() method in Google.Protobuf.CodedOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.cc405 void WireFormatLite::WriteEnum(int field_number, int value, in WriteEnum() function in google::protobuf::internal::WireFormatLite
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc265 inline Status WriteEnum(int field_number, const DataPiece& data, in WriteEnum() function