Searched refs:WriteDouble (Results 1 – 13 of 13) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 215 inline Status WriteDouble(int field_number, const DataPiece& data, in WriteDouble() function 219 WireFormatLite::WriteDouble(field_number, d.ValueOrDie(), stream); in WriteDouble() 643 status = WriteDouble(field.number(), data, stream_.get()); in RenderPrimitiveField()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.cs | 170 public void WriteDouble(double value) in WriteDouble() method in Google.Protobuf.CodedOutputStream
|
D | FieldCodec.cs | 194 …ldCodec<double>(input => input.ReadDouble(), (output, value) => output.WriteDouble(value), CodedOu… in ForDouble()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wire_format_lite.cc | 395 void WireFormatLite::WriteDouble(int field_number, double value, in WriteDouble() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 385 static void WriteDouble (field_number, double value, output);
|
D | struct.pb.cc | 815 ::google::protobuf::internal::WireFormatLite::WriteDouble(2, this->number_value(), output); in SerializeWithCachedSizes()
|
D | wrappers.pb.cc | 438 ::google::protobuf::internal::WireFormatLite::WriteDouble(1, this->value(), output); in SerializeWithCachedSizes()
|
D | descriptor.pb.cc | 13234 ::google::protobuf::internal::WireFormatLite::WriteDouble(6, this->double_value(), output); in SerializeWithCachedSizes()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 406 output.WriteDouble(NumberValue); in WriteTo()
|
D | Wrappers.cs | 137 output.WriteDouble(Value); in WriteTo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 2386 output.WriteDouble(OptionalDouble); in WriteTo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 4935 output.WriteDouble(DoubleValue); in WriteTo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 1039 output.WriteDouble(SingleDouble); in WriteTo()
|