Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs357 public void WriteSFixed64(long value) in WriteSFixed64() method in Google.Protobuf.CodedOutputStream
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc183 inline Status WriteSFixed64(int field_number, const DataPiece& data, in WriteSFixed64() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc450 void WireFormatLite::WriteSFixed64(int field_number, int64 value, in WriteSFixed64() function in google::protobuf::internal::WireFormatLite