Searched defs:WriteRawBytes (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/lib/io/ | ||
D | proto_encode_helper.h | 61 void WriteRawBytes(StringPiece v) { EncodeBytes(v.data(), v.size()); } in WriteRawBytes() function |
/external/protobuf/csharp/src/Google.Protobuf/ | ||
D | CodedOutputStream.cs | 599 internal void WriteRawBytes(byte[] value) in WriteRawBytes() method in Google.Protobuf.CodedOutputStream |