Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestamp.cs196 output.WriteInt64(Seconds); in WriteTo()
DDuration.cs185 output.WriteInt64(Seconds); in WriteTo()
DWrappers.cs387 output.WriteInt64(Value); in WriteTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc165 inline Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function
169 WireFormatLite::WriteInt64(field_number, i64.ValueOrDie(), stream); in WriteInt64()
623 status = WriteInt64(field.number(), data, stream_.get()); in RenderPrimitiveField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dduration.pb.cc264 ::google::protobuf::internal::WireFormatLite::WriteInt64(1, this->seconds(), output); in SerializeWithCachedSizes()
Dtimestamp.pb.cc278 ::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.cc962 ::google::protobuf::internal::WireFormatLite::WriteInt64(1, this->value(), output); in SerializeWithCachedSizes()
Ddescriptor.pb.cc13229 ::google::protobuf::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), output); in SerializeWithCachedSizes()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs999 output.WriteInt64(SingleInt64); in WriteTo()
3357 output.WriteInt64(MyInt); in WriteTo()
3547 output.WriteInt64(Oo); in WriteTo()
4496 output.WriteInt64(Data); in WriteTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2346 output.WriteInt64(OptionalInt64); in WriteTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4931 output.WriteInt64(NegativeIntValue); in WriteTo()