Home
last modified time | relevance | path

Searched defs:value_impl (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/
Dvalue.hpp25 struct value_impl<C, when<condition>> : default_ { struct
49 struct value_impl<I, when<hana::IntegralConstant<I>::value>> { struct
51 static constexpr auto apply() in apply()
/third_party/boost/boost/hana/
Dvalue.hpp25 struct value_impl<C, when<condition>> : default_ { struct
49 struct value_impl<I, when<hana::IntegralConstant<I>::value>> { struct
51 static constexpr auto apply() in apply()
/third_party/boost/libs/hana/test/concept/constant/
Dminimal.hpp27 struct value_impl<minimal_constant_tag<T>> { struct
29 static constexpr T apply() { return N::value_; } in apply()
/third_party/boost/boost/hana/detail/
Dcanonical_constant.hpp45 struct value_impl<detail::CanonicalConstant<T>> { struct
47 static constexpr decltype(auto) apply() in apply()
/third_party/boost/libs/hana/include/boost/hana/detail/
Dcanonical_constant.hpp45 struct value_impl<detail::CanonicalConstant<T>> { struct
47 static constexpr decltype(auto) apply() in apply()
/third_party/cef/libcef/common/
Dprocess_message_impl.cc42 CefListValueImpl* value_impl = in TakeArgumentList() local
/third_party/boost/boost/xpressive/detail/utility/
Dcons.hpp160 struct value_impl<cons_iterator_tag> struct
163 struct apply : cons_detail::value_traits_impl<Iterator> {};
/third_party/boost/boost/yap/
Dalgorithm.hpp175 constexpr decltype(auto) value_impl(T && x) in value_impl() function
185 constexpr decltype(auto) value_impl(T && x) in value_impl() function
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_context.cc255 CefDictionaryValueImpl* value_impl = in LoadExtension() local