Home
last modified time | relevance | path

Searched refs:WriteInt64 (Results 1 – 23 of 23) sorted by relevance

/external/libchrome/base/
Dpickle_unittest.cc121 EXPECT_TRUE(pickle.WriteInt64(testint64)); in TEST()
149 EXPECT_TRUE(pickle.WriteInt64(testint64)); in TEST()
613 pickle.WriteInt64(42); in TEST()
Dpickle.h238 bool WriteInt64(int64_t value) { return WritePOD(value); } in WriteInt64() function
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDuration.cs174 output.WriteInt64(Seconds); in WriteTo()
DTimestamp.cs185 output.WriteInt64(Seconds); in WriteTo()
DWrappers.cs349 output.WriteInt64(Value); in WriteTo()
/external/flatbuffers/go/
Dencode.go187 func WriteInt64(buf []byte, n int64) { func
Dtable.go353 WriteInt64(t.Bytes[off:], n)
Dbuilder.go715 WriteInt64(b.Bytes[b.head:], x)
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc163 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/libchrome/base/metrics/
Dhistogram_samples.cc117 if (!pickle->WriteInt64(sum())) in Serialize()
/external/libmojo/ipc/
Dipc_message.cc116 WriteInt64(time); in set_sent_time()
Dipc_message_utils.h256 m->WriteInt64(static_cast<int64_t>(p));
272 static void Write(base::Pickle* m, const param_type& p) { m->WriteInt64(p); }
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs213 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs134 …FieldCodec<long>(input => input.ReadInt64(), (output, value) => output.WriteInt64(value), CodedOut… in ForInt64()
/external/protobuf/src/google/protobuf/
Dduration.pb.cc271 ::google::protobuf::internal::WireFormatLite::WriteInt64(1, this->seconds(), output); in SerializeWithCachedSizes()
Dtimestamp.pb.cc285 ::google::protobuf::internal::WireFormatLite::WriteInt64(1, this->seconds(), output); in SerializeWithCachedSizes()
Dwire_format_lite.cc345 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h375 static void WriteInt64 (field_number, int64 value, output);
Dwrappers.pb.cc961 ::google::protobuf::internal::WireFormatLite::WriteInt64(1, this->value(), output); in SerializeWithCachedSizes()
Ddescriptor.pb.cc12737 ::google::protobuf::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), output); in SerializeWithCachedSizes()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs940 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/
DConformance.cs2188 output.WriteInt64(OptionalInt64); in WriteTo()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4442 output.WriteInt64(NegativeIntValue); in WriteTo()