Home
last modified time | relevance | path

Searched refs:WriteSInt64 (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc193 inline Status WriteSInt64(int field_number, const DataPiece& data, in WriteSInt64() function
197 WireFormatLite::WriteSInt64(field_number, i64.ValueOrDie(), stream); in WriteSInt64()
664 status = WriteSInt64(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs375 public void WriteSInt64(long value) in WriteSInt64() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs320 …ieldCodec<long>(input => input.ReadSInt64(), (output, value) => output.WriteSInt64(value), CodedOu… in ForSInt64()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc430 void WireFormatLite::WriteSInt64(int field_number, int64 value, in WriteSInt64() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h408 static void WriteSInt64(int field_number, int64 value,
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2049 output.WriteSInt64(OptionalSint64); in WriteTo()
DUnittestProto3.cs1040 output.WriteSInt64(SingleSint64); in WriteTo()