Home
last modified time | relevance | path

Searched defs:WriteFloat (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs113 public void WriteFloat(float value) in WriteFloat() method
DCodedOutputStream.cs181 public void WriteFloat(float value) in WriteFloat() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs64 …public static unsafe void WriteFloat(ref Span<byte> buffer, ref WriterInternalState state, float v… in WriteFloat() method in Google.Protobuf.WritingPrimitives
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc233 inline Status WriteFloat(int field_number, const DataPiece& data, in WriteFloat() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc457 void WireFormatLite::WriteFloat(int field_number, float value, in WriteFloat() function in google::protobuf::internal::WireFormatLite