Home
last modified time | relevance | path

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/
Dproto_writer.cc215 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/
DCodedOutputStream.cs170 public void WriteDouble(double value) in WriteDouble() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs194 …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/
Dwire_format_lite.cc395 void WireFormatLite::WriteDouble(int field_number, double value, in WriteDouble() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h385 static void WriteDouble (field_number, double value, output);
Dstruct.pb.cc815 ::google::protobuf::internal::WireFormatLite::WriteDouble(2, this->number_value(), output); in SerializeWithCachedSizes()
Dwrappers.pb.cc438 ::google::protobuf::internal::WireFormatLite::WriteDouble(1, this->value(), output); in SerializeWithCachedSizes()
Ddescriptor.pb.cc13234 ::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/
DStruct.cs406 output.WriteDouble(NumberValue); in WriteTo()
DWrappers.cs137 output.WriteDouble(Value); in WriteTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2386 output.WriteDouble(OptionalDouble); in WriteTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4935 output.WriteDouble(DoubleValue); in WriteTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1039 output.WriteDouble(SingleDouble); in WriteTo()