Home
last modified time | relevance | path

Searched refs:identity_t (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dinline_variable.h71 extern const ::absl::internal::identity_t<type> name;
79 inline constexpr ::absl::internal::identity_t<type> name = init
92 static constexpr ::absl::internal::identity_t<var_type> kInstance = init; \
96 constexpr ::absl::internal::identity_t<var_type> \
99 static constexpr const ::absl::internal::identity_t<var_type>& \
Didentity.h31 using identity_t = typename identity<T>::type; variable
/third_party/abseil-cpp/absl/base/internal/
Dinline_variable.h71 extern const ::absl::internal::identity_t<type> name;
79 inline constexpr ::absl::internal::identity_t<type> name = init
92 static constexpr ::absl::internal::identity_t<var_type> kInstance = init; \
96 constexpr ::absl::internal::identity_t<var_type> \
99 static constexpr const ::absl::internal::identity_t<var_type>& \
Didentity.h31 using identity_t = typename identity<T>::type; variable
/third_party/boost/libs/hana/test/detail/
Dcreate.cpp26 using identity_t = typename identity<T...>::type; typedef
36 hana::detail::create<identity_t>{}(1); in main()
37 hana::detail::create<identity_t>{}([]{}); in main()
/third_party/boost/libs/hana/test/_include/support/
Didentity.hpp27 struct identity_t { struct
34 constexpr identity_t<typename std::decay<T>::type> operator()(T&& t) const { in operator ()() argument
/third_party/googletest/googlemock/include/gmock/
Dgmock-function-mocker.h49 using identity_t = T; variable
276 ::testing::internal::identity_t<GMOCK_PP_IF(GMOCK_PP_IS_BEGIN_PARENS(_Ret), \
471 args_num, ::testing::internal::identity_t<__VA_ARGS__>); \
474 (::testing::internal::identity_t<__VA_ARGS__>))
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dcasts.h102 constexpr To implicit_cast(typename absl::internal::identity_t<To> to) { in implicit_cast()
/third_party/abseil-cpp/absl/base/
Dcasts.h102 constexpr To implicit_cast(typename absl::internal::identity_t<To> to) { in implicit_cast()