Home
last modified time | relevance | path

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

/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