Searched defs:WriteFloat (Results 1 – 5 of 5) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | WriteContext.cs | 113 public void WriteFloat(float value) in WriteFloat() method |
| D | CodedOutputStream.cs | 181 public void WriteFloat(float value) in WriteFloat() method in Google.Protobuf.CodedOutputStream |
| D | WritingPrimitives.cs | 64 …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/ | ||
| D | proto_writer.cc | 233 inline Status WriteFloat(int field_number, const DataPiece& data, in WriteFloat() function |
| /third_party/protobuf/src/google/protobuf/ | ||
| D | wire_format_lite.cc | 457 void WireFormatLite::WriteFloat(int field_number, float value, in WriteFloat() function in google::protobuf::internal::WireFormatLite |