Searched defs:value_impl (Results 1 – 9 of 9) sorted by relevance
25 struct value_impl<C, when<condition>> : default_ { struct49 struct value_impl<I, when<hana::IntegralConstant<I>::value>> { struct51 static constexpr auto apply() in apply()
27 struct value_impl<minimal_constant_tag<T>> { struct29 static constexpr T apply() { return N::value_; } in apply()
45 struct value_impl<detail::CanonicalConstant<T>> { struct47 static constexpr decltype(auto) apply() in apply()
42 CefListValueImpl* value_impl = in TakeArgumentList() local
160 struct value_impl<cons_iterator_tag> struct163 struct apply : cons_detail::value_traits_impl<Iterator> {};
175 constexpr decltype(auto) value_impl(T && x) in value_impl() function185 constexpr decltype(auto) value_impl(T && x) in value_impl() function
255 CefDictionaryValueImpl* value_impl = in LoadExtension() local