HomeSort by relevance Sort by last modified time
    Searched defs:element_type (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/libcxx/test/std/utilities/memory/pointer.traits/
pointer.pass.cpp 24 typedef short element_type; typedef in struct:A
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/
pointer.pass.cpp 24 typedef short element_type; typedef in struct:A
  /external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
difference_type.pass.cpp 24 typedef short element_type; typedef in struct:A
30 typedef short element_type; typedef in struct:B
element_type.pass.cpp 15 // typedef <details> element_type;
24 typedef char element_type; typedef in struct:A
30 typedef char element_type; typedef in struct:B
45 static_assert((std::is_same<std::pointer_traits<A>::element_type, char>::value), "");
46 static_assert((std::is_same<std::pointer_traits<B<int> >::element_type, char>::value), "");
47 static_assert((std::is_same<std::pointer_traits<C<int> >::element_type, int>::value), "");
48 static_assert((std::is_same<std::pointer_traits<D<double, int> >::element_type, double>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
difference_type.pass.cpp 24 typedef short element_type; typedef in struct:A
30 typedef short element_type; typedef in struct:B
element_type.pass.cpp 15 // typedef <details> element_type;
24 typedef char element_type; typedef in struct:A
30 typedef char element_type; typedef in struct:B
45 static_assert((std::is_same<std::pointer_traits<A>::element_type, char>::value), "");
46 static_assert((std::is_same<std::pointer_traits<B<int> >::element_type, char>::value), "");
47 static_assert((std::is_same<std::pointer_traits<C<int> >::element_type, int>::value), "");
48 static_assert((std::is_same<std::pointer_traits<D<double, int> >::element_type, double>::value), "");
  /external/clang/test/CodeGenCXX/
linetable-eh.cpp 22 typedef _Tp element_type; typedef in class:shared_ptr
23 element_type* __ptr_;
25 element_type* operator->() const noexcept {return __ptr_;}
  /external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp 28 typedef T element_type; typedef in struct:A
29 element_type* t_;
31 A(element_type* t) : t_(t) {}
33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value,
34 nat, element_type>::type& et)
46 (std::pointer_traits<A<void> >::element_type)0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp 28 typedef T element_type; typedef in struct:A
29 element_type* t_;
31 A(element_type* t) : t_(t) {}
33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value,
34 nat, element_type>::type& et)
46 (std::pointer_traits<A<void> >::element_type)0;
  /external/libchrome/base/mac/
scoped_typeref.h 54 typedef T element_type; typedef in class:base::ScopedTypeRef
  /external/mesa3d/src/glsl/tests/
uniform_initializer_utils.cpp 152 const glsl_type *const element_type = local
154 ASSERT_FALSE(element_type->is_error());
157 glsl_type::get_array_instance(element_type, array_size);
166 generate_data_element(mem_ctx, element_type, element, i);
189 const glsl_type *const element_type = val->array_elements[0]->type; local
192 verify_data(storage + (i * element_type->components()), 0,
196 const unsigned components = element_type->components();
set_uniform_initializer_tests.cpp 315 const glsl_type *const element_type = local
319 establish_uniform_storage(prog, 3, actual_index, name, element_type,
332 linker::set_uniform_initializer(mem_ctx, prog, name, element_type, val);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
scoped_array.hpp 54 typedef T element_type; typedef in class:boost::scoped_array
scoped_ptr.hpp 55 typedef T element_type; typedef in class:boost::scoped_ptr
shared_array.hpp 56 typedef T element_type; typedef in class:boost::shared_array
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ptr_traits.h 41 _GLIBCXX_HAS_NESTED_TYPE(element_type)
50 typedef typename _Tp::element_type __type;
137 typedef typename __ptrtr_elt_type<_Ptr>::__type element_type; typedef in struct:pointer_traits
155 typedef _Tp element_type; typedef in struct:pointer_traits
164 * @param __r A reference to an object of type @c element_type
168 pointer_to(typename __ptrtr_not_void<element_type>::__type& __r) noexcept
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /external/libchrome/base/
scoped_generic.h 73 typedef T element_type; typedef in class:base::ScopedGeneric
80 explicit ScopedGeneric(const element_type& value) : data_(value) {}
83 ScopedGeneric(const element_type& value, const traits_type& traits)
105 void reset(const element_type& value = traits_type::InvalidValue()) {
124 element_type release() WARN_UNUSED_RESULT {
125 element_type old_generic = data_.generic;
130 const element_type& get() const { return data_.generic; }
136 bool operator==(const element_type& value) const {
139 bool operator!=(const element_type& value) const {
  /external/mesa3d/src/glsl/
link_uniform_initializers.cpp 100 const glsl_type *const element_type = type->fields.array; local
106 element_type, val->array_elements[i]);
  /external/webrtc/webrtc/base/
linked_ptr.h 41 typedef X element_type; typedef in class:rtc::linked_ptr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ptr_traits.h 41 _GLIBCXX_HAS_NESTED_TYPE(element_type)
50 typedef typename _Tp::element_type __type;
142 typedef typename __ptrtr_elt_type<_Ptr>::__type element_type; typedef in struct:pointer_traits
160 typedef _Tp element_type; typedef in struct:pointer_traits
169 * @param __r A reference to an object of type @c element_type
173 pointer_to(typename __ptrtr_not_void<element_type>::__type& __r) noexcept
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ptr_traits.h 41 _GLIBCXX_HAS_NESTED_TYPE(element_type)
50 typedef typename _Tp::element_type __type;
142 typedef typename __ptrtr_elt_type<_Ptr>::__type element_type; typedef in struct:pointer_traits
160 typedef _Tp element_type; typedef in struct:pointer_traits
169 * @param __r A reference to an object of type @c element_type
173 pointer_to(typename __ptrtr_not_void<element_type>::__type& __r) noexcept
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ptr_traits.h 41 _GLIBCXX_HAS_NESTED_TYPE(element_type)
50 typedef typename _Tp::element_type __type;
142 typedef typename __ptrtr_elt_type<_Ptr>::__type element_type; typedef in struct:pointer_traits
160 typedef _Tp element_type; typedef in struct:pointer_traits
169 * @param __r A reference to an object of type @c element_type
173 pointer_to(typename __ptrtr_not_void<element_type>::__type& __r) noexcept
  /external/ceres-solver/include/ceres/internal/
scoped_ptr.h 65 typedef C element_type; typedef in class:ceres::internal::scoped_ptr
197 typedef C element_type; typedef in class:ceres::internal::scoped_array

Completed in 923 milliseconds

1 2 3 4 5