Home
last modified time | relevance | path

Searched defs:SetLength (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DLimitedInputStream.cs100 public override void SetLength(long value) in SetLength() method in Google.Protobuf.LimitedInputStream
/external/brotli/csharp/org/brotli/dec/
DBrotliInputStream.cs208 public override void SetLength(long value){ in SetLength() method in Org.Brotli.Dec.BrotliInputStream
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs54 public override void SetLength(long value) in SetLength() method in SevenZip.CDoubleStream
DLzmaBench.cs133 public override void SetLength(long value) { } in SetLength() method in SevenZip.LzmaBench.CrcOutStream
/external/skia/tests/
DDescriptorTest.cpp17 static void SetLength(SkDescriptor* desc, size_t length) { desc->fLength = length; } in SetLength() function in SkDescriptorTestHelper
/external/lzma/CPP/Windows/
DFileIO.cpp422 bool COutFile::SetLength(UInt64 length) throw() in SetLength() function in NWindows::NFile::NIO::COutFile
/external/libchrome/base/files/
Dfile_posix.cc344 bool File::SetLength(int64_t length) { in SetLength() function in base::File
/external/dng_sdk/source/
Ddng_stream.cpp362 void dng_stream::SetLength (uint64 length) in SetLength() function in dng_stream
/external/webrtc/webrtc/p2p/base/
Dstun.h247 void SetLength(uint16_t length) { length_ = length; } in SetLength() function
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.cc628 void RawPacket::SetLength(size_t length) { in SetLength() function in webrtc::rtcp::RawPacket
/external/v8/src/objects/
Dfixed-array-inl.h491 void ArrayList::SetLength(int length) { in SetLength() function
Dobjects.cc5000 void JSArray::SetLength(Handle<JSArray> array, uint32_t new_length) { in SetLength() function in v8::internal::JSArray
Delements.cc684 void SetLength(Handle<JSArray> array, uint32_t length) final { in SetLength() function in v8::internal::__anonfa2f50da0111::ElementsAccessorBase
/external/v8/src/api/
Dapi.cc1596 void FunctionTemplate::SetLength(int length) { in SetLength() function in v8::FunctionTemplate