Home
last modified time | relevance | path

Searched refs:remove_const (Results 1 – 25 of 84) sorted by relevance

1234

/external/libchrome/mojo/public/cpp/bindings/lib/
Darray_serialization.h110 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;
Dmap_serialization.h23 using UserType = typename std::remove_const<MaybeConstUserType>::type;
85 using UserType = typename std::remove_const<MaybeConstUserType>::type;
Dstring_serialization.h22 using UserType = typename std::remove_const<MaybeConstUserType>::type;
Dnative_enum_serialization.h24 using UserType = typename std::remove_const<MaybeConstUserType>::type;
Dnative_struct_serialization.h57 using UserType = typename std::remove_const<MaybeConstUserType>::type;
/external/eigen/test/
Dmeta.cpp41 …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/
Dtemp_class_spec.cpp98 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/
Dsystem-header-simulator-cxx.h154 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/
Deigen_pooling.h45 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/
DTensorIO.h21 typedef typename internal::remove_const<typename Tensor::Scalar>::type Scalar; in run()
38 typedef typename internal::remove_const<typename Tensor::Scalar>::type Scalar;
DTensorForcedEval.h74 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…
DTensorContraction.h28 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;
DTensorChipping.h213 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];
DTensorCustomOp.h86 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;
DTensorEvalTo.h70 typedef typename internal::remove_const<typename XprType::CoeffReturnType>::type CoeffReturnType;
99 typedef typename internal::remove_const<typename XprType::CoeffReturnType>::type CoeffReturnType;
DTensorShuffling.h172 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/
Dtype_traits.h103 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;
Dtype_traits_unittest.cc550 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/
DReplicate.h77 …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/
Dremove_const.pass.cpp21 static_assert((std::is_same<typename std::remove_const<T>::type, U>::value), ""); in test_remove_const_imp()
/external/eigen/Eigen/src/Core/util/
DMeta.h73 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/
Denum_serialization_declaration.tmpl17 using UserType = typename std::remove_const<MaybeConstUserType>::type;
Dstruct_serialization_declaration.tmpl11 using UserType = typename std::remove_const<MaybeConstUserType>::type;
/external/google-fruit/include/fruit/impl/util/
Dhash_codes.defn.h28 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/
Dis_pathable.pass.cpp45 class ExpQual = typename std::remove_const<Exp>::type>

1234