Home
last modified time | relevance | path

Searched refs:_resultCache (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Utils/
H A DMemoizer.cs23 private readonly Dictionary<TArg, Result> _resultCache; field in System.Data.Common.Utils.Memoizer
37 _resultCache = new Dictionary<TArg, Result>(argComparer); in Memoizer()
60 if (!_resultCache.TryGetValue(arg, out result)) in Evaluate()
63 _resultCache.Add(arg, result); in Evaluate()
97 return _resultCache.TryGetValue(arg, out result); in TryGetResult()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DHdData.h156 _resultCache = -1;
161 if(_resultCache == -1) {
168 _resultCache = result ? 1 : 0;
172 return (bool)_resultCache;
177 int8_t _resultCache = -1;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Query/
H A DAbstract.php120 protected $_resultCache; variable in Doctrine_Query_Abstract
1071 if ($this->_resultCache && $this->_type == self::SELECT) {
1980 $this->_resultCache = $driver;
2130 if ($this->_resultCache instanceof Doctrine_Cache_Interface) {
2131 return $this->_resultCache;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DQuery.php2143 if ($this->_resultCache) {