OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCapacity
(Results
1 - 16
of
16
) sorted by null
/external/lzma/CPP/Common/
Buffer.h
26
size_t
GetCapacity
() const { return _capacity; }
59
if (b1.
GetCapacity
() != b2.
GetCapacity
())
61
for (size_t i = 0; i < b1.
GetCapacity
(); i++)
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp
280
if (coder.MethodID == k_Delta && coder.Props.
GetCapacity
() == 1)
282
else if (coder.MethodID == k_LZMA && coder.Props.
GetCapacity
() == 5)
287
else if (coder.MethodID == k_LZMA2 && coder.Props.
GetCapacity
() == 1)
293
else if (coder.MethodID == k_PPMD && coder.Props.
GetCapacity
() == 5)
302
else if (coder.MethodID == k_AES && coder.Props.
GetCapacity
() >= 1)
313
if (coder.Props.
GetCapacity
() >= 2)
328
else if (coder.Props.
GetCapacity
() > 0)
331
for (size_t bi = 0; bi < coder.Props.
GetCapacity
(); bi++)
333
if (bi > 5 && bi + 1 < coder.Props.
GetCapacity
())
7zOut.h
68
void WriteBytes(const CByteBuffer &data) { WriteBytes(data, data.
GetCapacity
()); }
7zOut.cpp
279
size_t propsSize = coder.Props.
GetCapacity
();
551
streamSpec->Init(data, data.
GetCapacity
());
554
folderItem.UnpackCRC = CrcCalc(data, data.
GetCapacity
());
555
UInt64 dataSize64 = data.
GetCapacity
();
7zDecode.cpp
232
size_t size = props.
GetCapacity
();
7zUpdate.cpp
85
size_t c1 = a1.
GetCapacity
();
86
size_t c2 = a2.
GetCapacity
();
7zIn.cpp
167
Set(archive, byteBuffer, byteBuffer.
GetCapacity
());
[
all
...]
/external/lzma/CPP/7zip/Common/
StreamObjects.h
34
void Init(CReferenceBuf *ref) { Init(ref->Buf, ref->Buf.
GetCapacity
(), ref); }
50
size_t
GetCapacity
() const { return _capacity; }
/external/v8/src/
elements.h
138
virtual uint32_t
GetCapacity
(FixedArrayBase* backing_store) = 0;
143
//
GetCapacity
. Keys refer to elements in terms of the value that would be
elements.cc
590
virtual uint32_t
GetCapacity
(FixedArrayBase* backing_store) {
[
all
...]
/external/chromium_org/v8/src/
elements.h
180
virtual uint32_t
GetCapacity
(FixedArrayBase* backing_store) = 0;
185
//
GetCapacity
. Keys refer to elements in terms of the value that would be
elements.cc
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp
170
if (sig.
GetCapacity
() < kNumHashBytes)
191
if (sig.
GetCapacity
() != 0 && pos + sig.
GetCapacity
() <= processedSize + (kNumHashBytes - 1) &&
192
TestSignature(buf + pos, sig, sig.
GetCapacity
()))
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
286
for (size_t j = 0; j < sig.
GetCapacity
(); j++)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas
131
function
GetCapacity
: Integer;
179
property Capacity: Integer read
GetCapacity
write SetCapacity;
220
function
GetCapacity
: Integer;
468
function TList<T>.
GetCapacity
: Integer;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas
227
ReturnValue := FIList.
GetCapacity
;
Completed in 413 milliseconds