Home
last modified time | relevance | path

Searched refs:WriteBytes (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs305 cout.WriteBytes(ByteString.CopyFrom(content)); in TestCodedInputOutputPosition()
326 cout.WriteBytes(ByteString.CopyFrom(child)); in TestCodedInputOutputPosition()
DCodedInputStreamTest.cs400 output.WriteBytes(ByteString.CopyFrom(new byte[100])); in TestSlowPathAvoidance()
402 output.WriteBytes(ByteString.CopyFrom(new byte[100])); in TestSlowPathAvoidance()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DAny.cs230 output.WriteBytes(Value); in WriteTo()
DWrappers.cs1137 output.WriteBytes(Value); in WriteTo()
/frameworks/base/tools/aapt2/format/
DArchive.cpp162 int32_t result = writer_->WriteBytes(data, len); in Write()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc245 inline Status WriteBytes(int field_number, const DataPiece& data, in WriteBytes() function
249 WireFormatLite::WriteBytes(field_number, c.ValueOrDie(), stream); in WriteBytes()
655 status = WriteBytes(field.number(), data, stream_.get()); in RenderPrimitiveField()
Dprotostream_objectwriter.cc373 WireFormatLite::WriteBytes(2, data_, parent_->stream()); in WriteAny()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedOutputStream.cs311 public void WriteBytes(ByteString value) in WriteBytes() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs64 …odec<ByteString>(input => input.ReadBytes(), (output, value) => output.WriteBytes(value), CodedOut… in ForBytes()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.cc428 void WireFormatLite::WriteBytes(int field_number, const string& value, in WriteBytes() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h390 static void WriteBytes (field_number, const string& value, output);
Dwire_format_unittest.cc980 WireFormatLite::WriteBytes(field->number(), string(bytes, size), &output); in MakeInvalidEmbeddedMessage()
Dwire_format.cc934 WireFormatLite::WriteBytes(field->number(), value, output); in SerializeFieldWithCachedSizes()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs357 output.WriteBytes(ProtobufPayload); in WriteTo()
655 output.WriteBytes(ProtobufPayload); in WriteTo()
2398 output.WriteBytes(OptionalBytes); in WriteTo()
2482 output.WriteBytes(OneofBytes); in WriteTo()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp869 err = zip_writer_->WriteBytes(buffer.data(), bytes_read); in AddZipEntryFromFd()
926 err = zip_writer_->WriteBytes(content.c_str(), content.length()); in AddTextZipEntry()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1051 output.WriteBytes(SingleBytes); in WriteTo()
1117 output.WriteBytes(OneofBytes); in WriteTo()
4025 output.WriteBytes(Data); in WriteTo()
4142 output.WriteBytes(Data); in WriteTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4939 output.WriteBytes(StringValue); in WriteTo()