OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_numprops
(Results
1 - 1
of
1
) sorted by null
/external/lzma/CPP/7zip/Common/
MethodProps.cpp
164
unsigned
_numProps
;
170
_numProps
= 0;
182
return setCoderProperties->SetCoderProperties(_propIDs, _props,
_numProps
);
188
if (
_numProps
>= _numPropsMax)
190
_propIDs[
_numProps
] = prop.Id;
191
_props[
_numProps
] = prop.Value;
192
_numProps
++;
Completed in 75 milliseconds