HomeSort by relevance Sort by last modified time
    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 510 milliseconds