Home
last modified time | relevance | path

Searched refs:to_restore (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/test/detail/
Dglobal_typedef.hpp76 : to_restore(to_restore_) in test_unit_id_restore()
78 to_restore = new_value; in test_unit_id_restore()
81 to_restore = bkup; in ~test_unit_id_restore()
84 test_unit_id& to_restore; member
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c173 unsigned to_restore = 0; in sanitize_hash() local
195 samplers_to_restore[to_restore++] = sampler; in sanitize_hash()
218 while (to_restore--) { in sanitize_hash()
219 struct cso_sampler *sampler = samplers_to_restore[to_restore]; in sanitize_hash()