Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/include/boost/hana/
Dvalue.hpp25 struct value_impl<C, when<condition>> : default_ { struct
37 value_impl<C>, hana::Constant<C>::value in value()
49 struct value_impl<I, when<hana::IntegralConstant<I>::value>> { struct
/third_party/boost/boost/hana/
Dvalue.hpp25 struct value_impl<C, when<condition>> : default_ { struct
37 value_impl<C>, hana::Constant<C>::value in value()
49 struct value_impl<I, when<hana::IntegralConstant<I>::value>> { struct
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dvalue.hpp59 struct value_impl : value_impl<C, when<true>> { };
/third_party/boost/boost/hana/fwd/
Dvalue.hpp59 struct value_impl : value_impl<C, when<true>> { };
/third_party/cef/libcef/common/
Dprocess_message_impl.cc42 CefListValueImpl* value_impl = in TakeArgumentList() local
44 auto value = base::WrapUnique(value_impl->CopyOrDetachValue(nullptr)); in TakeArgumentList()
/third_party/boost/boost/yap/
Dalgorithm.hpp85 constexpr decltype(auto) value_impl(T && x);
109 return ::boost::yap::detail::value_impl<ValueOfTerminalsOnly>( in operator ()()
175 constexpr decltype(auto) value_impl(T && x) in value_impl() function
185 constexpr decltype(auto) value_impl(T && x) in value_impl() function
192 return value_impl<ValueOfTerminalsOnly>( in value_impl()
235 return detail::value_impl<false>(static_cast<T &&>(x)); in value()
/third_party/boost/boost/hana/concept/
Dconstant.hpp26 !is_default<value_impl<typename tag_of<C>::type>>::value
/third_party/boost/libs/hana/include/boost/hana/concept/
Dconstant.hpp26 !is_default<value_impl<typename tag_of<C>::type>>::value
/third_party/boost/boost/xpressive/detail/utility/
Dcons.hpp157 struct value_impl;
160 struct value_impl<cons_iterator_tag> struct
/third_party/boost/libs/hana/test/concept/constant/
Dminimal.hpp27 struct value_impl<minimal_constant_tag<T>> { struct
/third_party/boost/boost/hana/detail/
Dcanonical_constant.hpp45 struct value_impl<detail::CanonicalConstant<T>> { struct
/third_party/boost/libs/hana/include/boost/hana/detail/
Dcanonical_constant.hpp45 struct value_impl<detail::CanonicalConstant<T>> { struct
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_context.cc255 CefDictionaryValueImpl* value_impl = in LoadExtension() local
257 extension_system()->LoadExtension(base::WrapUnique(value_impl->CopyValue()), in LoadExtension()
/third_party/boost/boost/yap/detail/
Dtransform.hpp439 return value_impl<true>(static_cast<T &&>(x)); in terminal_value()