Searched defs:element_type (Results 1 - 25 of 68) sorted by relevance

123

/external/libcxx/test/utilities/memory/pointer.traits/
H A Dpointer.pass.cpp24 typedef short element_type; typedef in struct:A
/external/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
H A Ddifference_type.pass.cpp24 typedef short element_type; typedef in struct:A
30 typedef short element_type; typedef in struct:B
H A Delement_type.pass.cpp15 // 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/
H A Dlinetable-eh.cpp22 typedef _Tp element_type; typedef in class:shared_ptr
23 element_type* __ptr_;
25 element_type* operator->() const noexcept {return __ptr_;}
/external/chromium_org/base/mac/
H A Dscoped_cftyperef.h45 typedef CFT element_type; typedef in class:base::ScopedCFTypeRef
H A Dscoped_ioobject.h20 typedef IOT element_type; typedef in class:base::mac::ScopedIOObject
H A Dscoped_ioplugininterface.h22 typedef InterfaceT element_type; typedef in class:base::mac::ScopedIOPluginInterface
H A Dscoped_launch_data.h21 typedef launch_data_t element_type; typedef in class:base::mac::ScopedLaunchData
H A Dscoped_typeref.h51 typedef T element_type; typedef in class:base::ScopedTypeRef
/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
H A Dscoped_refptr.h12 typedef T element_type; typedef in class:scoped_refptr
/external/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/
H A Dpointer_to.pass.cpp28 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/lldb/tools/debugserver/source/MacOSX/
H A DCFUtils.h31 typedef T element_type; typedef in class:CFReleaser
76 element_type _ptr;
/external/lldb/include/lldb/Utility/
H A DPythonPointer.h27 typedef PyObject* element_type; typedef in class:lldb_private::PythonPointer
29 element_type* ptr_;
33 PythonPointer(element_type p, bool steal_ref = false) :
67 element_type get() const {return ptr_;}
/external/stlport/stlport/stl/
H A D_auto_ptr.h50 typedef _Tp element_type; typedef in class:auto_ptr
/external/chromium_org/base/
H A Dscoped_generic.h72 typedef T element_type; typedef in class:base::ScopedGeneric
79 explicit ScopedGeneric(const element_type& value) : data_(value) {}
82 ScopedGeneric(const element_type& value, const traits_type& traits)
98 void reset(const element_type& value = traits_type::InvalidValue()) {
117 element_type release() WARN_UNUSED_RESULT {
118 element_type old_generic = data_.generic;
123 const element_type& get() const { return data_.generic; }
129 bool operator==(const element_type& value) const {
132 bool operator!=(const element_type& value) const {
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlink_uniform_initializers.cpp100 const glsl_type *const element_type = type->fields.array; local
106 element_type, val->array_elements[i]);
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Dset_uniform_initializer_tests.cpp315 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);
H A Duniform_initializer_utils.cpp152 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_channel_expressions.cpp177 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type, local
223 element_type,
253 element_type,
262 element_type,
268 element_type,
284 element_type,
289 element_type,
322 element_type,
327 element_type,
/external/chromium_org/third_party/webrtc/base/
H A Dlinked_ptr.h41 typedef X element_type; typedef in class:rtc::linked_ptr
/external/mesa3d/src/glsl/
H A Dlink_uniform_initializers.cpp100 const glsl_type *const element_type = type->fields.array; local
106 element_type, val->array_elements[i]);
/external/mesa3d/src/glsl/tests/
H A Dset_uniform_initializer_tests.cpp315 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);
H A Duniform_initializer_utils.cpp152 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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_channel_expressions.cpp177 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type, local
223 element_type,
253 element_type,
262 element_type,
268 element_type,
284 element_type,
289 element_type,
322 element_type,
327 element_type,
/external/ceres-solver/include/ceres/internal/
H A Dscoped_ptr.h65 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 3325 milliseconds

123