Searched defs:WriteFloat (Results 1 – 4 of 4) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | WriteContext.cs | 81 … public void WriteFloat(float value) => WritingPrimitives.WriteFloat(ref buffer, ref state, value); in WriteFloat() method |
| D | CodedOutputStream.cs | 183 public void WriteFloat(float value) in WriteFloat() method in Google.Protobuf.CodedOutputStream |
| D | WritingPrimitives.cs | 51 …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/ | ||
| D | wire_format_lite.cc | 451 void WireFormatLite::WriteFloat(int field_number, float value, in WriteFloat() function in google::protobuf::internal::WireFormatLite |