Home
last modified time | relevance | path

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

/external/v8/src/
Datomic-utils.h53 : value_(cast_helper<T>::to_storage_type(initial)) {} in AtomicValue()
56 return cast_helper<T>::to_return_type(base::Acquire_Load(&value_)); in Value()
61 &value_, cast_helper<T>::to_storage_type(old_value), in TrySetValue()
62 cast_helper<T>::to_storage_type(new_value)) == in TrySetValue()
63 cast_helper<T>::to_storage_type(old_value); in TrySetValue()
67 base::Release_Store(&value_, cast_helper<T>::to_storage_type(new_value)); in SetValue()
74 struct cast_helper { struct
84 struct cast_helper<S*> { argument