/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | CodedOutputStreamTest.cs | 305 cout.WriteBytes(ByteString.CopyFrom(content)); in TestCodedInputOutputPosition() 326 cout.WriteBytes(ByteString.CopyFrom(child)); in TestCodedInputOutputPosition()
|
D | CodedInputStreamTest.cs | 400 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/ |
D | Any.cs | 230 output.WriteBytes(Value); in WriteTo()
|
D | Wrappers.cs | 1137 output.WriteBytes(Value); in WriteTo()
|
/frameworks/base/tools/aapt2/format/ |
D | Archive.cpp | 162 int32_t result = writer_->WriteBytes(data, len); in Write()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 245 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()
|
D | protostream_objectwriter.cc | 373 WireFormatLite::WriteBytes(2, data_, parent_->stream()); in WriteAny()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.cs | 311 public void WriteBytes(ByteString value) in WriteBytes() method in Google.Protobuf.CodedOutputStream
|
D | FieldCodec.cs | 64 …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/ |
D | wire_format_lite.cc | 428 void WireFormatLite::WriteBytes(int field_number, const string& value, in WriteBytes() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 390 static void WriteBytes (field_number, const string& value, output);
|
D | wire_format_unittest.cc | 980 WireFormatLite::WriteBytes(field->number(), string(bytes, size), &output); in MakeInvalidEmbeddedMessage()
|
D | wire_format.cc | 934 WireFormatLite::WriteBytes(field->number(), value, output); in SerializeFieldWithCachedSizes()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 357 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/ |
D | dumpstate.cpp | 869 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/ |
D | UnittestProto3.cs | 1051 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/ |
D | Descriptor.cs | 4939 output.WriteBytes(StringValue); in WriteTo()
|