Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs81 … public void WriteFloat(float value) => WritingPrimitives.WriteFloat(ref buffer, ref state, value); in WriteFloat() method
DCodedOutputStream.cs183 public void WriteFloat(float value) in WriteFloat() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs51 …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/
Dwire_format_lite.cc451 void WireFormatLite::WriteFloat(int field_number, float value, in WriteFloat() function in google::protobuf::internal::WireFormatLite