Home
last modified time | relevance | path

Searched defs:WriteDouble (Results 1 – 3 of 3) sorted by relevance

/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
/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
/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