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.cc173 inline Status WriteSFixed64(int field_number, const DataPiece& data, in WriteSFixed64() function
177 WireFormatLite::WriteSFixed64(field_number, i64.ValueOrDie(), stream); in WriteSFixed64()
602 status = WriteSFixed64(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs348 public void WriteSFixed64(long value) in WriteSFixed64() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs164 …dCodec<long>(input => input.ReadSFixed64(), (output, value) => output.WriteSFixed64(value), 8, tag… in ForSFixed64()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc385 void WireFormatLite::WriteSFixed64(int field_number, int64 value, in WriteSFixed64() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h383 static void WriteSFixed64(field_number, int64 value, output);
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2220 output.WriteSFixed64(OptionalSfixed64); in WriteTo()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs972 output.WriteSFixed64(SingleSfixed64); in WriteTo()