HomeSort by relevance Sort by last modified time
    Searched defs:element_type (Results 1 - 25 of 115) 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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/
pointer.pass.cpp 24 typedef short element_type; typedef in struct:A
  /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;
  /external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
difference_type.pass.cpp 26 typedef short element_type; typedef in struct:A
32 typedef short element_type; typedef in struct:B
element_type.pass.cpp 15 // 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, double>::value), "")
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
elemental_ir_emitter.cc 35 PrimitiveType element_type = op->shape().element_type(); local
38 switch (element_type) {
121 return ir_emitter_->EmitScalarCall(hlo->shape().element_type(),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/pointer.traits.types/
difference_type.pass.cpp 26 typedef short element_type; typedef in struct:A
32 typedef short element_type; typedef in struct:B
element_type.pass.cpp 15 // 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, double>::value), "")
    [all...]
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
difference_type.pass.cpp 64 typedef char element_type; typedef in struct:std::pointer_traits
  /external/mesa3d/src/compiler/glsl/tests/
uniform_initializer_utils.cpp 168 const glsl_type *const element_type = local
170 ASSERT_FALSE(element_type->is_error());
173 glsl_type::get_array_instance(element_type, array_size);
182 generate_data_element(mem_ctx, element_type, element, i);
206 const glsl_type *const element_type = val->array_elements[0]->type; local
209 verify_data(storage + (i * element_type->components()), 0,
213 const unsigned components = element_type->components();
set_uniform_initializer_tests.cpp 309 const glsl_type *const element_type = local
313 establish_uniform_storage(prog, 3, actual_index, name, element_type,
326 linker::set_uniform_initializer(mem_ctx, prog, name, element_type, val,
  /external/tensorflow/tensorflow/compiler/xla/
statusor.h 97 typedef T element_type; typedef in class:xla::StatusOr
  /external/v8/tools/clang/rewrite_scoped_refptr/tests/
scoped_refptr.h 12 typedef T element_type; typedef in class:scoped_refptr
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
difference_type.pass.cpp 64 typedef char element_type; typedef in struct:std::pointer_traits
  /external/libchrome/base/
scoped_generic.h 70 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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
tuple_ops.cc 103 llvm::Type* element_type = ShapeToIrType(target_shape, module); local
105 ir_builder->CreateBitCast(src_buffer, element_type->getPointerTo());
  /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.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/google-breakpad/src/processor/
linked_ptr.h 97 typedef T element_type; typedef in class:google_breakpad::linked_ptr
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 138 typedef T element_type; typedef in class:testing::internal::linked_ptr
  /external/googletest/googletest/include/gtest/internal/
gtest-linked_ptr.h 148 typedef T element_type; typedef in class:testing::internal::linked_ptr
  /external/libchrome/base/memory/
linked_ptr.h 77 typedef T element_type; typedef in class:linked_ptr

Completed in 353 milliseconds

1 2 3 4 5