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

123

/external/libcxx/test/std/utilities/memory/pointer.traits/
H A Dpointer.pass.cpp24 typedef short element_type; typedef in struct:A
/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/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Ddifference_type.pass.cpp26 typedef short element_type; typedef in struct:A
32 typedef short element_type; typedef in struct:B
H A Delement_type.pass.cpp15 // typedef <details> element_type;
26 typedef char element_type; typedef in struct:A
32 typedef char element_type; typedef in struct:B
48 static int element_type; member in struct:E
54 typedef int element_type; typedef in struct:F
59 static_assert((std::is_same<std::pointer_traits<A>::element_type, char>::value), "");
60 static_assert((std::is_same<std::pointer_traits<B<int> >::element_type, char>::value), "");
61 static_assert((std::is_same<std::pointer_traits<C<int> >::element_type, int>::value), "");
62 static_assert((std::is_same<std::pointer_traits<D<double, int> >::element_type, double>::value), "");
63 static_assert((std::is_same<std::pointer_traits<E<double, int> >::element_type, doubl
[all...]
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Ddifference_type.pass.cpp64 typedef char element_type; typedef in struct:std::pointer_traits
/external/libcxx/test/std/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/v8/tools/clang/rewrite_scoped_refptr/tests/
H A Dscoped_refptr.h12 typedef T element_type; typedef in class:scoped_refptr
/external/libchrome/base/mac/
H A Dscoped_typeref.h54 typedef T element_type; typedef in class:base::ScopedTypeRef
/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/protobuf/src/google/protobuf/stubs/
H A Dscoped_ptr.h63 typedef C element_type; typedef in class:google::protobuf::internal::scoped_ptr
150 typedef C element_type; typedef in class:google::protobuf::internal::scoped_array
/external/webrtc/webrtc/base/
H A Dlinked_ptr.h41 typedef X element_type; typedef in class:rtc::linked_ptr
/external/google-breakpad/src/common/
H A Dscoped_ptr.h87 typedef C element_type; typedef in class:google_breakpad::scoped_ptr
192 typedef C element_type; typedef in class:google_breakpad::scoped_array
300 typedef C element_type; typedef in class:google_breakpad::scoped_ptr_malloc
/external/google-breakpad/src/processor/
H A Dlinked_ptr.h97 typedef T element_type; typedef in class:google_breakpad::linked_ptr
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h148 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/libchrome/base/memory/
H A Dlinked_ptr.h77 typedef T element_type; typedef in class:linked_ptr
/external/libchrome/base/
H A Dscoped_generic.h70 typedef T element_type; typedef in class:base::ScopedGeneric
77 explicit ScopedGeneric(const element_type& value) : data_(value) {}
80 ScopedGeneric(const element_type& value, const traits_type& traits)
102 void reset(const element_type& value = traits_type::InvalidValue()) {
121 element_type release() WARN_UNUSED_RESULT {
122 element_type old_generic = data_.generic;
127 const element_type& get() const { return data_.generic; }
133 bool operator==(const element_type& value) const {
136 bool operator!=(const element_type& value) const {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-linked_ptr.h148 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h104 typedef T element_type; typedef in class:llvm::IntrusiveRefCntPtr

Completed in 2211 milliseconds

123