Searched defs:cached (Results 1 – 2 of 2) sorted by relevance
147 struct cached struct150 cached() throw() in cached() function154 bool valid() const throw() in valid()159 T set(T new_value) throw() in set()183 explicit guard(cached& parent) throw() in guard() argument210 cached& _parent; argument211 cached _copy; argument227 cached(cached const&) = default; argument230 cached& operator=(cached const&) = default; argument233 T _value;[all …]
92 { U32 cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() local