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.cc183 inline Status WriteSInt64(int field_number, const DataPiece& data, in WriteSInt64() function
187 WireFormatLite::WriteSInt64(field_number, i64.ValueOrDie(), stream); in WriteSInt64()
606 status = WriteSInt64(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs366 public void WriteSInt64(long value) in WriteSInt64() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs144 …ieldCodec<long>(input => input.ReadSInt64(), (output, value) => output.WriteSInt64(value), CodedOu… in ForSInt64()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc365 void WireFormatLite::WriteSInt64(int field_number, int64 value, in WriteSInt64() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h379 static void WriteSInt64 (field_number, int64 value, output);
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2204 output.WriteSInt64(OptionalSint64); in WriteTo()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs956 output.WriteSInt64(SingleSint64); in WriteTo()