Home
last modified time | relevance | path

Searched defs:WriteRawBytes (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_protobuf/
Dencoder.cc50 Status Encoder::WriteRawBytes(const std::byte* ptr, size_t size) { in WriteRawBytes() function in pw::protobuf::Encoder
/external/tensorflow/tensorflow/core/lib/io/
Dproto_encode_helper.h61 void WriteRawBytes(StringPiece v) { EncodeBytes(v.data(), v.size()); } in WriteRawBytes() function
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs599 internal void WriteRawBytes(byte[] value) in WriteRawBytes() method in Google.Protobuf.CodedOutputStream
607 internal void WriteRawBytes(byte[] value, int offset, int length) in WriteRawBytes() method in Google.Protobuf.CodedOutputStream
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h301 Status WriteRawBytes(const T& value) { in WriteRawBytes() function