Home
last modified time | relevance | path

Searched defs:is_lifted (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/HistoryItems/
H A DMovePixelsHistoryItem.cs45 private bool is_lifted; // Track state of undo/redo lift field in Pinta.Core.MovePixelsHistoryItem
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dastringlist_list_model.cpp226 if (! realIndex.isValid())
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DLiteral.hs718 rubbishLit is_lifted = LitRubbish is_lifted function
847 literalType (LitRubbish is_lifted) = mkForAllTy a Inferred (mkTyVarTy a) function
/dports/math/gravity/Gravity-da941e9/include/gravity/
H A Dvar.h1150 bool is_lifted() const{return _lift;}; in is_lifted() function
H A Dparam.h578 virtual bool is_lifted() const{return 0;}; in is_lifted() function
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dscheduling_cuts.cc840 bool is_lifted = false; in GenerateCompletionTimeCuts() local