Home
last modified time | relevance | path

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

/external/v8/src/base/
Datomic-utils.h25 : value_(cast_helper<T>::to_storage_type(initial)) {} in AtomicValue()
28 return cast_helper<T>::to_return_type(base::Acquire_Load(&value_)); in Value()
33 &value_, cast_helper<T>::to_storage_type(old_value), in TrySetValue()
34 cast_helper<T>::to_storage_type(new_value)) == in TrySetValue()
35 cast_helper<T>::to_storage_type(old_value); in TrySetValue()
55 base::Release_Store(&value_, cast_helper<T>::to_storage_type(new_value)); in SetValue()
62 struct cast_helper { struct
72 struct cast_helper<S*> { argument