Searched defs:WriteFixed64 (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | WriteContext.cs | 149 public void WriteFixed64(ulong value) in WriteFixed64() method
|
H A D | CodedOutputStream.cs | 221 public void WriteFixed64(ulong value) in WriteFixed64() method in Google.Protobuf.CodedOutputStream
|
H A D | WritingPrimitives.cs | 148 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64() method in Google.Protobuf.WritingPrimitives
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | WriteContext.cs | 149 public void WriteFixed64(ulong value) in WriteFixed64() method
|
H A D | CodedOutputStream.cs | 221 public void WriteFixed64(ulong value) in WriteFixed64() method in Google.Protobuf.CodedOutputStream
|
H A D | WritingPrimitives.cs | 148 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64() method in Google.Protobuf.WritingPrimitives
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | proto_writer.cc | 204 inline util::Status WriteFixed64(int field_number, const DataPiece& data, in WriteFixed64() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | proto_writer.cc | 204 inline util::Status WriteFixed64(int field_number, const DataPiece& data, in WriteFixed64() function
|
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/ |
H A D | encoder.h | 417 Status WriteFixed64(uint32_t field_number, uint64_t value) { in WriteFixed64() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_lite.cc | 444 void WireFormatLite::WriteFixed64(int field_number, uint64_t value, in WriteFixed64() function in google::protobuf::internal::WireFormatLite
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | wire_format_lite.cc | 444 void WireFormatLite::WriteFixed64(int field_number, uint64_t value, in WriteFixed64() function in google::protobuf::internal::WireFormatLite
|