Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DProgram.cs68 byte[] inputData = input.ReadBytes(size.Value); in RunTest()
129 byte[] bytes = input.ReadBytes(4); in ReadInt32()
DConformance.cs412 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/
Dwire_format_lite.h315 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()
Dwire_format_lite.cc503 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
Dmap_type_handler.h431 return WireFormatLite::ReadBytes(input, value);
Dwire_format.cc663 if (!WireFormatLite::ReadBytes(input, &value)) return false; in ParseAndMergeField()
Dwrappers.pb.cc2576 DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( in MergePartialFromCodedStream()
Ddescriptor.pb.cc13155 DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( in MergePartialFromCodedStream()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs284 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()
DCodedOutputStreamTest.cs366 ByteString bstr = cin.ReadBytes(); in TestCodedInputOutputPosition()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DAny.cs272 Value = input.ReadBytes(); in MergeFrom()
DWrappers.cs1169 Value = input.ReadBytes(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DFieldCodec.cs64 …return new FieldCodec<ByteString>(input => input.ReadBytes(), (output, value) => output.WriteBytes… in ForBytes()
DCodedInputStream.cs588 public ByteString ReadBytes() in ReadBytes() method in Google.Protobuf.CodedInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt37 - Issue 71: CodedInputStream.ReadBytes go to slow path unnecessarily
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1414 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/
DDescriptor.cs5027 StringValue = input.ReadBytes(); in MergeFrom()