Searched refs:WriteSFixed64 (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 173 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/ |
D | CodedOutputStream.cs | 348 public void WriteSFixed64(long value) in WriteSFixed64() method in Google.Protobuf.CodedOutputStream
|
D | FieldCodec.cs | 164 …dCodec<long>(input => input.ReadSFixed64(), (output, value) => output.WriteSFixed64(value), 8, tag… in ForSFixed64()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 385 void WireFormatLite::WriteSFixed64(int field_number, int64 value, in WriteSFixed64() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 383 static void WriteSFixed64(field_number, int64 value, output);
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 2220 output.WriteSFixed64(OptionalSfixed64); in WriteTo()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 972 output.WriteSFixed64(SingleSfixed64); in WriteTo()
|