/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Timestamp.cs | 185 output.WriteInt64(Seconds); in WriteTo()
|
D | Duration.cs | 174 output.WriteInt64(Seconds); in WriteTo()
|
D | Wrappers.cs | 349 output.WriteInt64(Value); in WriteTo()
|
/external/flatbuffers/go/ |
D | encode.go | 187 func WriteInt64(buf []byte, n int64) { func
|
D | table.go | 353 WriteInt64(t.Bytes[off:], n)
|
D | builder.go | 710 WriteInt64(b.Bytes[b.head:], x)
|
/external/libchrome/base/ |
D | pickle_unittest.cc | 121 EXPECT_TRUE(pickle.WriteInt64(testint64)); in TEST() 149 EXPECT_TRUE(pickle.WriteInt64(testint64)); in TEST() 613 pickle.WriteInt64(42); in TEST()
|
D | pickle.h | 238 bool WriteInt64(int64_t value) { return WritePOD(value); } in WriteInt64() function
|
/external/libchrome/base/metrics/ |
D | histogram_samples.cc | 117 if (!pickle->WriteInt64(sum())) in Serialize()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 163 inline Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function 167 WireFormatLite::WriteInt64(field_number, i64.ValueOrDie(), stream); in WriteInt64() 598 status = WriteInt64(field.number(), data, stream_.get()); in RenderPrimitiveField()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.cs | 213 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
|
D | FieldCodec.cs | 134 …FieldCodec<long>(input => input.ReadInt64(), (output, value) => output.WriteInt64(value), CodedOut… in ForInt64()
|
/external/libmojo/ipc/ |
D | ipc_message.cc | 127 WriteInt64(time); in set_sent_time()
|
D | ipc_message_utils.h | 256 m->WriteInt64(static_cast<int64_t>(p)); 272 static void Write(base::Pickle* m, const param_type& p) { m->WriteInt64(p); }
|
/external/protobuf/src/google/protobuf/ |
D | duration.pb.cc | 271 ::google::protobuf::internal::WireFormatLite::WriteInt64(1, this->seconds(), output); in SerializeWithCachedSizes()
|
D | timestamp.pb.cc | 285 ::google::protobuf::internal::WireFormatLite::WriteInt64(1, this->seconds(), output); in SerializeWithCachedSizes()
|
D | wire_format_lite.cc | 345 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 375 static void WriteInt64 (field_number, int64 value, output);
|
D | wrappers.pb.cc | 961 ::google::protobuf::internal::WireFormatLite::WriteInt64(1, this->value(), output); in SerializeWithCachedSizes()
|
D | descriptor.pb.cc | 12737 ::google::protobuf::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), output); in SerializeWithCachedSizes()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 940 output.WriteInt64(SingleInt64); in WriteTo() 3116 output.WriteInt64(MyInt); in WriteTo() 3291 output.WriteInt64(Oo); in WriteTo() 4128 output.WriteInt64(Data); in WriteTo()
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 2188 output.WriteInt64(OptionalInt64); in WriteTo()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 4442 output.WriteInt64(NegativeIntValue); in WriteTo()
|