Home
last modified time | relevance | path

Searched refs:ReadLength (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs417 var length = ReadLength(); in SkipLastField()
544 int length = ReadLength(); in ReadString()
567 int length = ReadLength(); in ReadMessage()
590 int length = ReadLength(); in ReadBytes()
664 public int ReadLength() in ReadLength() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs295 int length = input.ReadLength(); in Read()
/external/libchrome/crypto/
Drsa_private_key.cc322 bool PrivateKeyInfoCodec::ReadLength(uint8_t** pos, in ReadLength() function in crypto::PrivateKeyInfoCodec
360 return ReadLength(pos, end, length); in ReadTypeHeaderAndLength()
Drsa_private_key.h132 bool ReadLength(uint8_t** pos, uint8_t* end, uint32_t* result);
/external/libmojo/ipc/
Dipc_message_utils.h395 if (!iter->ReadLength(&size))
435 if (!iter->ReadLength(&size))
840 if (!iter->ReadLength(&size))
879 if (!iter->ReadLength(&size))
929 if (!iter->ReadLength(&size))
Dipc_message_utils.cc569 if (!iter->ReadLength(&size)) in Read()
/external/libchrome/base/
Dpickle.h72 bool ReadLength(int* result) WARN_UNUSED_RESULT { in ReadLength() function
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs102 int length = input.ReadLength(); in AddEntriesFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs349 int childlen = cin.ReadLength(); in TestCodedInputOutputPosition()
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs334 var length = input.ReadLength(); in WriteTo_PackedInt32()