Searched defs:WriteFixed64 (Results 1 – 5 of 5) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | WriteContext.cs | 149 public void WriteFixed64(ulong value) in WriteFixed64() method |
| D | CodedOutputStream.cs | 221 public void WriteFixed64(ulong value) in WriteFixed64() method in Google.Protobuf.CodedOutputStream |
| D | WritingPrimitives.cs | 139 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64() method in Google.Protobuf.WritingPrimitives |
| /third_party/protobuf/src/google/protobuf/util/internal/ | ||
| D | proto_writer.cc | 203 inline Status WriteFixed64(int field_number, const DataPiece& data, in WriteFixed64() function |
| /third_party/protobuf/src/google/protobuf/ | ||
| D | wire_format_lite.cc | 442 void WireFormatLite::WriteFixed64(int field_number, uint64 value, in WriteFixed64() function in google::protobuf::internal::WireFormatLite |