/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | array_serialization.h | 110 using UserType = typename std::remove_const<MaybeConstUserType>::type; 122 typename std::remove_const<typename Traits::Element>::type>::value, 178 using UserType = typename std::remove_const<MaybeConstUserType>::type; 228 using UserType = typename std::remove_const<MaybeConstUserType>::type; 277 using UserType = typename std::remove_const<MaybeConstUserType>::type; 340 using UserType = typename std::remove_const<MaybeConstUserType>::type; 423 using UserType = typename std::remove_const<MaybeConstUserType>::type; 466 using UserType = typename std::remove_const<MaybeConstUserType>::type;
|
D | map_serialization.h | 23 using UserType = typename std::remove_const<MaybeConstUserType>::type; 85 using UserType = typename std::remove_const<MaybeConstUserType>::type;
|
D | string_serialization.h | 22 using UserType = typename std::remove_const<MaybeConstUserType>::type;
|
D | native_enum_serialization.h | 24 using UserType = typename std::remove_const<MaybeConstUserType>::type;
|
D | native_struct_serialization.h | 57 using UserType = typename std::remove_const<MaybeConstUserType>::type;
|
/external/eigen/test/ |
D | meta.cpp | 41 …VERIFY(( internal::is_same< internal::remove_const<float const* const>::type, float const* >::valu… in test_meta() 42 VERIFY(( internal::is_same< internal::remove_const<float const*>::type, float const* >::value)); in test_meta() 43 VERIFY(( internal::is_same< internal::remove_const<float* const>::type, float* >::value)); in test_meta()
|
/external/clang/test/SemaTemplate/ |
D | temp_class_spec.cpp | 98 struct remove_const { struct 103 struct remove_const<const T> { struct 107 int remove_const0[is_same<remove_const<const int>::type, int>::value? 1 : -1]; argument 108 int remove_const1[is_same<remove_const<const int[3]>::type, int[3]>::value? 1 : -1];
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-cxx.h | 154 template <class _Tp> struct remove_const {typedef _Tp type;}; 155 template <class _Tp> struct remove_const<const _Tp> {typedef _Tp type;}; 175 is_same<typename remove_const<_Tp>::type, _Up>::value && 207 is_same<typename remove_const<_Tp>::type, _Up>::value &&
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_pooling.h | 45 internal::MaxReducer<typename internal::remove_const< 55 internal::MaxReducer<typename internal::remove_const< 134 -Eigen::NumTraits<typename internal::remove_const< 402 internal::AvgPoolMeanReducer<typename internal::remove_const< 412 internal::AvgPoolMeanReducer<typename internal::remove_const< 467 typedef typename internal::remove_const< 595 typedef typename internal::remove_const<
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorIO.h | 21 typedef typename internal::remove_const<typename Tensor::Scalar>::type Scalar; in run() 38 typedef typename internal::remove_const<typename Tensor::Scalar>::type Scalar;
|
D | TensorForcedEval.h | 74 typedef typename internal::remove_const<typename XprType::CoeffReturnType>::type CoeffReturnType; 125 typedef TensorEvalToOp< const typename internal::remove_const<ArgType>::type > EvalTo; 128 …internal::TensorExecutor<const EvalTo, typename internal::remove_const<Device>::type, PacketAccess…
|
D | TensorContraction.h | 28 typedef typename gebp_traits<typename remove_const<typename LhsXprType::Scalar>::type, 29 … typename remove_const<typename RhsXprType::Scalar>::type>::ResScalar Scalar; 117 typedef typename internal::remove_const<typename XprType::Scalar>::type Scalar; 387 typedef typename internal::remove_const<typename EvalLeftArgType::Scalar>::type LhsScalar; 388 typedef typename internal::remove_const<typename EvalRightArgType::Scalar>::type RhsScalar; 438 typedef typename internal::remove_const<typename EvalLeftArgType::Scalar>::type LhsScalar; 439 typedef typename internal::remove_const<typename EvalRightArgType::Scalar>::type RhsScalar; 579 typedef typename internal::remove_const<typename XprType::Scalar>::type Scalar;
|
D | TensorChipping.h | 213 EIGEN_ALIGN_MAX typename internal::remove_const<CoeffReturnType>::type values[PacketSize]; 233 EIGEN_ALIGN_MAX typename internal::remove_const<CoeffReturnType>::type values[PacketSize]; 350 EIGEN_ALIGN_MAX typename internal::remove_const<CoeffReturnType>::type values[PacketSize]; 370 EIGEN_ALIGN_MAX typename internal::remove_const<CoeffReturnType>::type values[PacketSize];
|
D | TensorCustomOp.h | 86 typedef typename internal::remove_const<typename ArgType::Scalar>::type Scalar; 87 typedef typename internal::remove_const<typename XprType::CoeffReturnType>::type CoeffReturnType; 243 typedef typename internal::remove_const<typename XprType::CoeffReturnType>::type CoeffReturnType;
|
D | TensorEvalTo.h | 70 typedef typename internal::remove_const<typename XprType::CoeffReturnType>::type CoeffReturnType; 99 typedef typename internal::remove_const<typename XprType::CoeffReturnType>::type CoeffReturnType;
|
D | TensorShuffling.h | 172 EIGEN_ALIGN_MAX typename internal::remove_const<CoeffReturnType>::type values[PacketSize]; 253 EIGEN_ALIGN_MAX typename internal::remove_const<CoeffReturnType>::type values[PacketSize];
|
/external/protobuf/src/google/protobuf/stubs/ |
D | type_traits.h | 103 template <class T> struct remove_const; 300 template<typename T> struct remove_const { typedef T type; }; 301 template<typename T> struct remove_const<T const> { typedef T type; }; 305 typedef typename remove_const<typename remove_volatile<T>::type>::type type;
|
D | type_traits_unittest.cc | 550 COMPILE_ASSERT_TYPES_EQ(int, remove_const<int>::type); in TEST() 551 COMPILE_ASSERT_TYPES_EQ(int, remove_const<const int>::type); in TEST() 552 COMPILE_ASSERT_TYPES_EQ(int *, remove_const<int * const>::type); in TEST() 554 COMPILE_ASSERT_TYPES_EQ(const int *, remove_const<const int *>::type); in TEST() 556 remove_const<const volatile int>::type); in TEST()
|
/external/eigen/Eigen/src/Core/ |
D | Replicate.h | 77 …EIGEN_STATIC_ASSERT((internal::is_same<typename internal::remove_const<MatrixType>::type,OriginalM… 87 …EIGEN_STATIC_ASSERT((internal::is_same<typename internal::remove_const<MatrixType>::type,OriginalM…
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.cv/ |
D | remove_const.pass.cpp | 21 static_assert((std::is_same<typename std::remove_const<T>::type, U>::value), ""); in test_remove_const_imp()
|
/external/eigen/Eigen/src/Core/util/ |
D | Meta.h | 73 template <class T> struct remove_const { typedef T type; }; 74 template <class T> struct remove_const<const T> { typedef T type; }; 75 template <class T> struct remove_const<const T[]> { typedef T type[]; }; 76 template <class T, unsigned int Size> struct remove_const<const T[Size]> { typedef T type[Size]; };
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | enum_serialization_declaration.tmpl | 17 using UserType = typename std::remove_const<MaybeConstUserType>::type;
|
D | struct_serialization_declaration.tmpl | 11 using UserType = typename std::remove_const<MaybeConstUserType>::type;
|
/external/google-fruit/include/fruit/impl/util/ |
D | hash_codes.defn.h | 28 using T = typename std::remove_const<typename std::remove_reference<decltype(value)>::type>::type; in hashTupleElement()
|
/external/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/ |
D | is_pathable.pass.cpp | 45 class ExpQual = typename std::remove_const<Exp>::type>
|