Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs239 public void WriteFixed64(ulong value) in WriteFixed64() method in Google.Protobuf.CodedOutputStream
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc375 void WireFormatLite::WriteFixed64(int field_number, uint64 value, in WriteFixed64() function in google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc193 inline Status WriteFixed64(int field_number, const DataPiece& data, in WriteFixed64() function