Home
last modified time | relevance | path

Searched defs:get_impl (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/numeric/conversion/detail/
Dbounds.hpp44 struct get_impl struct
46 typedef mpl::bool_< ::std::numeric_limits<N>::is_integer > is_int ;
48 typedef Integral<N> impl_int ;
49 typedef Float <N> impl_float ;
51 typedef typename mpl::if_<is_int,impl_int,impl_float>::type type ;
/third_party/boost/libs/pfr/include/boost/pfr/detail/
Dsequence_tuple.hpp52 constexpr T& get_impl(base_from_member<N, T>& t) noexcept { in get_impl() function
57 constexpr const T& get_impl(const base_from_member<N, T>& t) noexcept { in get_impl() function
62 constexpr volatile T& get_impl(volatile base_from_member<N, T>& t) noexcept { in get_impl() function
67 constexpr const volatile T& get_impl(const volatile base_from_member<N, T>& t) noexcept { in get_impl() function
72 constexpr T&& get_impl(base_from_member<N, T>&& t) noexcept { in get_impl() function
/third_party/boost/boost/pfr/detail/
Dsequence_tuple.hpp52 constexpr T& get_impl(base_from_member<N, T>& t) noexcept { in get_impl() function
57 constexpr const T& get_impl(const base_from_member<N, T>& t) noexcept { in get_impl() function
62 constexpr volatile T& get_impl(volatile base_from_member<N, T>& t) noexcept { in get_impl() function
67 constexpr const volatile T& get_impl(const volatile base_from_member<N, T>& t) noexcept { in get_impl() function
72 constexpr T&& get_impl(base_from_member<N, T>&& t) noexcept { in get_impl() function
/third_party/boost/boost/yap/
Dalgorithm.hpp249 struct get_impl<I, Expr, true, IsLvalueRef> struct
251 constexpr decltype(auto) operator()(Expr && expr, hana::llong<I> i) in operator ()()
259 struct get_impl<I, Expr, false, true> struct
261 constexpr decltype(auto) operator()(Expr && expr, hana::llong<I> i) in operator ()()
268 struct get_impl<I, Expr, false, false> struct
270 constexpr decltype(auto) operator()(Expr && expr, hana::llong<I> i) in operator ()()
/third_party/boost/boost/type_erasure/
Dtuple.hpp577 struct get_impl<N, Tuple> struct
582 > value_type;
583 typedef value_type& type;
584 static type call(Tuple& arg) in call()
589 struct get_impl<N, const Tuple> struct
594 > value_type;
595 typedef const value_type& type;
596 static type call(const Tuple& arg) in call()
/third_party/boost/boost/container/detail/
Dvariadic_templates_tools.hpp103 class get_impl<I, tuple<Head, Values...> > class
116 class get_impl<0, tuple<Head, Values...> > class
/third_party/boost/libs/log/test/common/
Dattr_comparison.hpp31 impl* get_impl() const in get_impl() function in attribute_factory_helper
/third_party/boost/boost/log/attributes/
Dmutable_constant.hpp203 impl* get_impl() const in get_impl() function in boost::attributes::mutable_constant
318 impl* get_impl() const in get_impl() function in boost::attributes::mutable_constant
Dattribute.hpp162 impl* get_impl() const BOOST_NOEXCEPT { return m_pImpl.get(); } in get_impl() function in boost::attribute
/third_party/boost/libs/asio/include/boost/asio/
Dexecutor.hpp308 impl_base* get_impl() const in get_impl() function in boost::asio::executor
/third_party/boost/boost/asio/
Dexecutor.hpp308 impl_base* get_impl() const in get_impl() function in boost::asio::executor
/third_party/boost/boost/optional/detail/
Doptional_trivially_copyable_base.hpp489 reference_const_type get_impl() const { return m_storage ; } in get_impl() function in tc_optional_base
490 reference_type get_impl() { return m_storage ; } in get_impl() function in tc_optional_base
Dold_optional_implementation.hpp590 …reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() … in get_impl() function in boost::optional_detail::optional_base
591 …reference_type get_impl() { return dereference(get_object(), is_reference_predicate() … in get_impl() function in boost::optional_detail::optional_base
/third_party/boost/boost/log/expressions/formatters/
Dchar_decorator.hpp412 impl_type const& get_impl() const in get_impl() function in boost::expressions::char_decorator_terminal
/third_party/boost/boost/optional/
Doptional.hpp760 reference_const_type get_impl() const { return m_storage.ref() ; } in get_impl() function in boost::optional_detail::optional_base
761 reference_type get_impl() { return m_storage.ref() ; } in get_impl() function in boost::optional_detail::optional_base
/third_party/json/include/nlohmann/
Djson.hpp2695 boolean_t get_impl(boolean_t* /*unused*/) const in get_impl() function in nlohmann::basic_json
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc6866 const int& get_impl(int*) const { return i_; } in TEST() function in testing::gmock_matchers_test::__anone11dabfd0111::SampleVariantIntString
6867 const std::string& get_impl(std::string*) const { return s_; } in TEST() function in testing::gmock_matchers_test::__anone11dabfd0111::SampleVariantIntString
6929 const int* get_impl(int*) const { return index_ == 0 ? &i_ : nullptr; } in TEST() function in testing::gmock_matchers_test::__anone11dabfd0111::SampleAnyType
6930 const std::string* get_impl(std::string*) const { in TEST() function in testing::gmock_matchers_test::__anone11dabfd0111::SampleAnyType
/third_party/json/single_include/nlohmann/
Djson.hpp19183 boolean_t get_impl(boolean_t* /*unused*/) const in get_impl() function in nlohmann::basic_json