/third_party/boost/boost/numeric/conversion/detail/ |
D | bounds.hpp | 44 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/ |
D | sequence_tuple.hpp | 52 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/ |
D | sequence_tuple.hpp | 52 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/ |
D | algorithm.hpp | 249 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/ |
D | tuple.hpp | 577 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/ |
D | variadic_templates_tools.hpp | 103 class get_impl<I, tuple<Head, Values...> > class 116 class get_impl<0, tuple<Head, Values...> > class
|
/third_party/boost/libs/log/test/common/ |
D | attr_comparison.hpp | 31 impl* get_impl() const in get_impl() function in attribute_factory_helper
|
/third_party/boost/boost/log/attributes/ |
D | mutable_constant.hpp | 203 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
|
D | attribute.hpp | 162 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/ |
D | executor.hpp | 308 impl_base* get_impl() const in get_impl() function in boost::asio::executor
|
/third_party/boost/boost/asio/ |
D | executor.hpp | 308 impl_base* get_impl() const in get_impl() function in boost::asio::executor
|
/third_party/boost/boost/optional/detail/ |
D | optional_trivially_copyable_base.hpp | 489 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
|
D | old_optional_implementation.hpp | 590 …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/ |
D | char_decorator.hpp | 412 impl_type const& get_impl() const in get_impl() function in boost::expressions::char_decorator_terminal
|
/third_party/boost/boost/optional/ |
D | optional.hpp | 760 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/ |
D | json.hpp | 2695 boolean_t get_impl(boolean_t* /*unused*/) const in get_impl() function in nlohmann::basic_json
|
/third_party/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 6866 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/ |
D | json.hpp | 19183 boolean_t get_impl(boolean_t* /*unused*/) const in get_impl() function in nlohmann::basic_json
|