Searched defs:WriteInt64 (Results 1 – 5 of 5) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | WriteContext.cs | 93 … public void WriteInt64(long value) => WritingPrimitives.WriteInt64(ref buffer, ref state, value); in WriteInt64() method |
| D | CodedOutputStream.cs | 203 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream |
| D | WritingPrimitives.cs | 102 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64() method in Google.Protobuf.WritingPrimitives |
| /third_party/flatbuffers/go/ | ||
| D | encode.go | 203 func WriteInt64(buf []byte, n int64) { func |
| /third_party/protobuf/src/google/protobuf/ | ||
| D | wire_format_lite.cc | 406 void WireFormatLite::WriteInt64(int field_number, int64_t value, in WriteInt64() function in google::protobuf::internal::WireFormatLite |