OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BoolToInt
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/Common/
Defs.h
14
inline int
BoolToInt
(bool value)
/external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp
76
if (newData != NULL) *newData =
BoolToInt
(up.NewData);
77
if (newProps != NULL) *newProps =
BoolToInt
(up.NewProps);
/external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp
216
*passwordIsDefined =
BoolToInt
(PasswordIsDefined);
/external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp
507
*newData =
BoolToInt
(true);
509
*newProperties =
BoolToInt
(true);
642
*passwordIsDefined =
BoolToInt
(PasswordIsDefined);
Completed in 476 milliseconds