Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedOutputStream.cs204 public void WriteUInt64(ulong value) in WriteUInt64() method in Google.Protobuf.CodedOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.cc355 void WireFormatLite::WriteUInt64(int field_number, uint64 value, in WriteUInt64() function in google::protobuf::internal::WireFormatLite
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc205 inline Status WriteUInt64(int field_number, const DataPiece& data, in WriteUInt64() function