/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Program.cs | 68 byte[] inputData = input.ReadBytes(size.Value); in RunTest() 129 byte[] bytes = input.ReadBytes(4); in ReadInt32()
|
D | Conformance.cs | 412 ProtobufPayload = input.ReadBytes(); in MergeFrom() 740 ProtobufPayload = input.ReadBytes(); in MergeFrom() 3154 OptionalBytes = input.ReadBytes(); in MergeFrom() 3387 OneofBytes = input.ReadBytes(); in MergeFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wire_format_lite.h | 315 static bool ReadBytes(input, string* value); 316 static bool ReadBytes(input, string** p); 712 return ReadBytes(input, value); in ReadString() 717 return ReadBytes(input, p); in ReadString()
|
D | wire_format_lite.cc | 503 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, string* value) { in ReadBytes() function in google::protobuf::internal::WireFormatLite 507 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, string** p) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
|
D | map_type_handler.h | 431 return WireFormatLite::ReadBytes(input, value);
|
D | wire_format.cc | 663 if (!WireFormatLite::ReadBytes(input, &value)) return false; in ParseAndMergeField()
|
D | wrappers.pb.cc | 2576 DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( in MergePartialFromCodedStream()
|
D | descriptor.pb.cc | 13155 DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( in MergePartialFromCodedStream()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 284 Assert.Throws<InvalidProtocolBufferException>(() => input.ReadBytes()); in ReadMaliciouslyLargeBlob() 410 Assert.AreEqual(100, input.ReadBytes().Length); in TestSlowPathAvoidance() 414 Assert.AreEqual(100, input.ReadBytes().Length); in TestSlowPathAvoidance()
|
D | CodedOutputStreamTest.cs | 366 ByteString bstr = cin.ReadBytes(); in TestCodedInputOutputPosition()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Any.cs | 272 Value = input.ReadBytes(); in MergeFrom()
|
D | Wrappers.cs | 1169 Value = input.ReadBytes(); in MergeFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 64 …return new FieldCodec<ByteString>(input => input.ReadBytes(), (output, value) => output.WriteBytes… in ForBytes()
|
D | CodedInputStream.cs | 588 public ByteString ReadBytes() in ReadBytes() method in Google.Protobuf.CodedInputStream
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 37 - Issue 71: CodedInputStream.ReadBytes go to slow path unnecessarily
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 1414 SingleBytes = input.ReadBytes(); in MergeFrom() 1579 OneofBytes = input.ReadBytes(); in MergeFrom() 4057 Data = input.ReadBytes(); in MergeFrom() 4174 Data = input.ReadBytes(); in MergeFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 5027 StringValue = input.ReadBytes(); in MergeFrom()
|