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