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

1 2 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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.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.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/chromium/base/mac/
scoped_cftyperef.h 30 typedef CFT element_type; typedef in class:base::mac::ScopedCFTypeRef
  /external/chromium/base/memory/
scoped_nsobject.h 32 typedef NST* element_type; typedef in class:scoped_nsobject
105 typedef id element_type; typedef in class:scoped_nsobject
  /external/chromium_org/base/mac/
scoped_cftyperef.h 33 typedef CFT element_type; typedef in class:base::ScopedCFTypeRef
scoped_ioobject.h 20 typedef IOT element_type; typedef in class:base::mac::ScopedIOObject
scoped_launch_data.h 21 typedef launch_data_t element_type; typedef in class:base::mac::ScopedLaunchData
scoped_ioplugininterface.h 22 typedef InterfaceT element_type; typedef in class:base::mac::ScopedIOPluginInterface
  /external/chromium_org/third_party/mesa/src/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);
  /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();
  /external/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /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
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_auto_ptr.h 50 typedef _Tp element_type; typedef in class:auto_ptr
  /external/chromium/third_party/libjingle/source/talk/base/
linked_ptr.h 58 typedef X element_type; typedef in class:talk_base::linked_ptr
  /external/chromium_org/third_party/libjingle/source/talk/base/
linked_ptr.h 58 typedef X element_type; typedef in class:talk_base::linked_ptr
  /external/chromium_org/third_party/mesa/src/src/glsl/
link_uniform_initializers.cpp 100 const glsl_type *const element_type = type->fields.array; local
106 element_type, val->array_elements[i]);

Completed in 642 milliseconds

1 2 3 4 5 6