Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc183 inline Status WriteSFixed64(int field_number, const DataPiece& data, in WriteSFixed64() function
187 WireFormatLite::WriteSFixed64(field_number, i64.ValueOrDie(), stream); in WriteSFixed64()
660 status = WriteSFixed64(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs357 public void WriteSFixed64(long value) in WriteSFixed64() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs342 …dCodec<long>(input => input.ReadSFixed64(), (output, value) => output.WriteSFixed64(value), 8, tag… in ForSFixed64()
/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
Dwire_format_lite.h416 static void WriteSFixed64(int field_number, int64 value,
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2065 output.WriteSFixed64(OptionalSfixed64); in WriteTo()
DUnittestProto3.cs1056 output.WriteSFixed64(SingleSfixed64); in WriteTo()