Searched refs:value_type (Results 1 - 25 of 704) sorted by relevance

1234567891011>>

/external/opencv3/modules/core/include/opencv2/core/
H A Dtraits.hpp73 typedef uchar value_type;
81 typedef std::complex<_Tp> value_type;
109 typedef _Tp value_type; typedef in class:cv::DataType
110 typedef value_type work_type;
111 typedef value_type channel_type;
112 typedef value_type vec_type;
124 typedef bool value_type; typedef in class:cv::DataType
126 typedef value_type channel_type;
127 typedef value_type vec_type;
139 typedef uchar value_type; typedef in class:cv::DataType
154 typedef schar value_type; typedef in class:cv::DataType
169 typedef schar value_type; typedef in class:cv::DataType
184 typedef ushort value_type; typedef in class:cv::DataType
199 typedef short value_type; typedef in class:cv::DataType
214 typedef int value_type; typedef in class:cv::DataType
229 typedef float value_type; typedef in class:cv::DataType
244 typedef double value_type; typedef in class:cv::DataType
277 typedef void value_type; typedef in class:cv::TypeDepth
283 typedef uchar value_type; typedef in class:cv::TypeDepth
289 typedef schar value_type; typedef in class:cv::TypeDepth
295 typedef ushort value_type; typedef in class:cv::TypeDepth
301 typedef short value_type; typedef in class:cv::TypeDepth
307 typedef int value_type; typedef in class:cv::TypeDepth
313 typedef float value_type; typedef in class:cv::TypeDepth
319 typedef double value_type; typedef in class:cv::TypeDepth
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1-retmem.cpp9 typedef T value_type; typedef in struct:X0
12 value_type *f1();
13 X1<value_type*> f2();
22 typename X0<U>::value_type *X0<U>::f1() {
27 X1<typename X0<U>::value_type*> X0<U>::f2() {
/external/libcxx/test/std/numerics/numarray/template.valarray/
H A Dtypes.pass.cpp16 // typedef T value_type;
24 static_assert((std::is_same<std::valarray<int>::value_type, int>::value), "");
25 static_assert((std::is_same<std::valarray<double>::value_type, double>::value), "");
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate_hint.pass.cpp25 typedef T value_type; typedef in struct:A
27 value_type* allocate(std::size_t n)
30 return (value_type*)0xDEADBEEF;
37 typedef T value_type; typedef in struct:B
39 value_type* allocate(std::size_t n)
42 return (value_type*)0xEEADBEEF;
44 value_type* allocate(std::size_t n, const void* p)
48 return (value_type*)0xFEADBEEF;
H A Dallocate.pass.cpp25 typedef T value_type; typedef in struct:A
27 value_type* allocate(std::size_t n)
30 return (value_type*)0xDEADBEEF;
H A Ddeallocate.pass.cpp27 typedef T value_type; typedef in struct:A
29 void deallocate(value_type* p, std::size_t n)
31 assert(p == (value_type*)0xDEADBEEF);
/external/libcxx/test/std/utilities/memory/allocator.traits/
H A Dvalue_type.pass.cpp15 // typedef typename Alloc::value_type value_type;
25 typedef T value_type; typedef in struct:A
30 static_assert((std::is_same<std::allocator_traits<A<char> >::value_type, char>::value), "");
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/
H A Ddifference_type.pass.cpp25 typename std::iterator_traits<It>::value_type x)
27 typedef typename std::iterator_traits<It>::value_type value_type; typedef
29 value_type rr = r[n];
/external/libcxx/test/std/numerics/numarray/template.gslice.array/
H A Dtypes.pass.cpp16 // typedef T value_type;
23 static_assert((std::is_same<std::gslice_array<int>::value_type, int>::value), "");
/external/libcxx/test/std/numerics/numarray/template.indirect.array/
H A Dtypes.pass.cpp16 // typedef T value_type;
23 static_assert((std::is_same<std::indirect_array<int>::value_type, int>::value), "");
/external/libcxx/test/std/numerics/numarray/template.mask.array/
H A Dtypes.pass.cpp16 // typedef T value_type;
23 static_assert((std::is_same<std::mask_array<int>::value_type, int>::value), "");
/external/libcxx/test/std/numerics/numarray/template.slice.array/
H A Dtypes.pass.cpp16 // typedef T value_type;
23 static_assert((std::is_same<std::slice_array<int>::value_type, int>::value), "");
/external/libcxx/test/std/utilities/intseq/intseq.intseq/
H A Dinteger_seq.fail.cpp31 floatmix::value_type I;
H A Dinteger_seq.pass.cpp35 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
38 static_assert ( std::is_same<size1::value_type, size_t>::value, "size1 type wrong" );
41 static_assert ( std::is_same<ushort2::value_type, unsigned short>::value, "ushort2 type wrong" );
44 static_assert ( std::is_same<bool0::value_type, bool>::value, "bool0 type wrong" );
/external/libcxx/test/std/utilities/intseq/intseq.make/
H A Dmake_integer_seq.fail.cpp23 std::make_integer_sequence<int, -3>::value_type i;
/external/vulkan-validation-layers/libs/glm/detail/
H A Dfunc_noise.hpp58 GLM_FUNC_DECL typename genType::value_type noise1(genType const & x);
67 GLM_FUNC_DECL detail::tvec2<typename genType::value_type, defaultp> noise2(genType const & x);
76 GLM_FUNC_DECL detail::tvec3<typename genType::value_type, defaultp> noise3(genType const & x);
85 GLM_FUNC_DECL detail::tvec4<typename genType::value_type, defaultp> noise4(genType const & x);
/external/vulkan-validation-layers/libs/glm/gtx/
H A Dcomponent_wise.hpp56 GLM_FUNC_DECL typename genType::value_type compAdd(
62 GLM_FUNC_DECL typename genType::value_type compMul(
68 GLM_FUNC_DECL typename genType::value_type compMin(
74 GLM_FUNC_DECL typename genType::value_type compMax(
/external/opencv3/modules/hal/include/opencv2/hal/
H A Dintrin.hpp78 typedef uchar value_type; typedef in struct:cv::V_TypeTraits
88 static int_type reinterpret_int(value_type x) { return (int_type)x; }
89 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; }
90 static value_type reinterpret_from_int(int_type x) { return (value_type)x; }
95 typedef schar value_type; typedef in struct:cv::V_TypeTraits
105 static int_type reinterpret_int(value_type x) { return (int_type)x; }
106 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; }
107 static value_type reinterpret_from_int(int_type x) { return (value_type)
112 typedef ushort value_type; typedef in struct:cv::V_TypeTraits
130 typedef short value_type; typedef in struct:cv::V_TypeTraits
149 typedef unsigned value_type; typedef in struct:cv::V_TypeTraits
165 typedef int value_type; typedef in struct:cv::V_TypeTraits
182 typedef uint64 value_type; typedef in struct:cv::V_TypeTraits
197 typedef int64 value_type; typedef in struct:cv::V_TypeTraits
213 typedef float value_type; typedef in struct:cv::V_TypeTraits
243 typedef double value_type; typedef in struct:cv::V_TypeTraits
[all...]
/external/clang/test/SemaCXX/
H A Dcxx11-call-to-deleted-constructor.cpp14 typedef VT value_type; typedef in class:cva::Matrix
15 inline __attribute__((always_inline)) value_type& at();
26 typedef VT value_type; typedef in class:cva::Matrix
27 Matrix(const unsigned int nRows, const unsigned int nColumns, const value_type* data = nullptr);
29 Matrix(const std::initializer_list<value_type>& list) = delete; // expected-note {{'Matrix' has been explicitly marked deleted here}}
/external/llvm/include/llvm/Support/
H A DEndian.h38 template<typename value_type, endianness endian>
39 inline value_type byte_swap(value_type value) {
46 template<typename value_type,
49 inline value_type read(const void *memory) {
50 value_type ret;
54 (detail::PickAlignment<value_type, alignment>::value)),
55 sizeof(value_type));
56 return byte_swap<value_type, endian>(ret);
61 template<typename value_type, endiannes
[all...]
/external/pdfium/third_party/agg23/
H A Dagg_color_gray.h34 typedef int8u value_type; typedef in struct:agg::gray8
43 value_type v;
44 value_type a;
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
H A Dper_element_func.hpp65 __host__ Expr<BinaryTransformPtrSz<typename PtrTraits<SrcPtr1>::ptr_type, typename PtrTraits<SrcPtr2>::ptr_type, minimum<typename LargerType<typename PtrTraits<SrcPtr1>::value_type, typename PtrTraits<SrcPtr2>::value_type>::type> > >
68 return makeExpr(transformPtr(src1, src2, minimum<typename LargerType<typename PtrTraits<SrcPtr1>::value_type, typename PtrTraits<SrcPtr2>::value_type>::type>()));
72 __host__ Expr<BinaryTransformPtrSz<typename PtrTraits<SrcPtr1>::ptr_type, typename PtrTraits<SrcPtr2>::ptr_type, maximum<typename LargerType<typename PtrTraits<SrcPtr1>::value_type, typename PtrTraits<SrcPtr2>::value_type>::type> > >
75 return makeExpr(transformPtr(src1, src2, maximum<typename LargerType<typename PtrTraits<SrcPtr1>::value_type, typename PtrTraits<SrcPtr2>::value_type>::type>()));
81 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, ThreshBinaryFunc<typename PtrTraits<SrcPtr>::value_type> > >
82 threshBinary_(const SrcPtr& src, typename PtrTraits<SrcPtr>::value_type thres
[all...]
/external/ceres-solver/internal/ceres/
H A Dmap_util.h58 const typename Collection::value_type::second_type&
60 const typename Collection::value_type::first_type& key) {
70 const typename Collection::value_type::second_type&
72 const typename Collection::value_type::first_type& key,
73 const typename Collection::value_type::second_type& value) {
88 const typename Collection::value_type::first_type& key,
89 const typename Collection::value_type::second_type& value) {
91 collection->insert(typename Collection::value_type(key, value));
99 typename Collection::value_type::second_type*
101 const typename Collection::value_type
123 typedef typename Collection::value_type value_type; typedef
[all...]
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/
H A Drv_value.pass.cpp14 // requires CopyConstructible<Cont::value_type>
16 // operator=(Cont::value_type&& value);
31 i = typename C::value_type();
32 assert(c.back() == typename C::value_type());
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/
H A Drv_value.pass.cpp15 // operator=(Cont::value_type&& value);
30 i = typename C::value_type();
31 assert(c.front() == typename C::value_type());

Completed in 3980 milliseconds

1234567891011>>