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

/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.cs348 public void WriteSFixed64(long value) method in class:Google.Protobuf.CodedOutputStream
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc385 void WireFormatLite::WriteSFixed64(int field_number, int64 value, function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc173 inline Status WriteSFixed64(int field_number, const DataPiece& data, function in namespace:google::protobuf::util::converter::__anon17267
177 WireFormatLite::WriteSFixed64(field_number, i64.ValueOrDie(), stream);
602 status = WriteSFixed64(field.number(), data, stream_.get());

Completed in 238 milliseconds