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/ |
D | Timestamp.cs | 196 output.WriteInt64(Seconds); in WriteTo()
|
D | Duration.cs | 185 output.WriteInt64(Seconds); in WriteTo()
|
D | Wrappers.cs | 387 output.WriteInt64(Value); in WriteTo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 165 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/ |
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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | duration.pb.cc | 264 ::google::protobuf::internal::WireFormatLite::WriteInt64(1, this->seconds(), output); in SerializeWithCachedSizes()
|
D | timestamp.pb.cc | 278 ::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 | 962 ::google::protobuf::internal::WireFormatLite::WriteInt64(1, this->value(), output); in SerializeWithCachedSizes()
|
D | descriptor.pb.cc | 13229 ::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/ |
D | UnittestProto3.cs | 999 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/ |
D | Conformance.cs | 2346 output.WriteInt64(OptionalInt64); in WriteTo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 4931 output.WriteInt64(NegativeIntValue); in WriteTo()
|