Searched defs:WriteFixed32 (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ |
D | WriteContext.cs | 158 public void WriteFixed32(uint value) in WriteFixed32() method
|
D | CodedOutputStream.cs | 231 public void WriteFixed32(uint value) in WriteFixed32() method in Google.Protobuf.CodedOutputStream
|
D | WritingPrimitives.cs | 156 … public static void WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteFixed32() method in Google.Protobuf.WritingPrimitives
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WriteContext.cs | 158 public void WriteFixed32(uint value) in WriteFixed32() method
|
D | CodedOutputStream.cs | 231 public void WriteFixed32(uint value) in WriteFixed32() method in Google.Protobuf.CodedOutputStream
|
D | WritingPrimitives.cs | 156 … public static void WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteFixed32() method in Google.Protobuf.WritingPrimitives
|
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 154 inline util::Status WriteFixed32(int field_number, const DataPiece& data, in WriteFixed32() function
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 154 inline util::Status WriteFixed32(int field_number, const DataPiece& data, in WriteFixed32() function
|
/external/pigweed/pw_protobuf/public/pw_protobuf/ |
D | encoder.h | 387 Status WriteFixed32(uint32_t field_number, uint32_t value) { in WriteFixed32() function
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 439 void WireFormatLite::WriteFixed32(int field_number, uint32_t value, in WriteFixed32() function in google::protobuf::internal::WireFormatLite
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 439 void WireFormatLite::WriteFixed32(int field_number, uint32_t value, in WriteFixed32() function in google::protobuf::internal::WireFormatLite
|