HomeSort by relevance Sort by last modified time
    Searched refs:value_type (Results 201 - 225 of 2796) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ContinuousRangeMap.h 38 typedef std::pair<Int, V> value_type; typedef in class:clang::ContinuousRangeMap
39 typedef value_type &reference;
40 typedef const value_type &const_reference;
41 typedef value_type *pointer;
42 typedef const value_type *const_pointer;
45 typedef SmallVector<value_type, InitialCapacity> Representation;
64 void insert(const value_type &Val) {
73 void insertOrReplace(const value_type &Val) {
130 void insert(const value_type &Val) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ContinuousRangeMap.h 38 typedef std::pair<Int, V> value_type; typedef in class:clang::ContinuousRangeMap
39 typedef value_type &reference;
40 typedef const value_type &const_reference;
41 typedef value_type *pointer;
42 typedef const value_type *const_pointer;
45 typedef SmallVector<value_type, InitialCapacity> Representation;
64 void insert(const value_type &Val) {
73 void insertOrReplace(const value_type &Val) {
130 void insert(const value_type &Val) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
nasty_containers.hpp 24 typedef typename nested_container::value_type value_type; typedef in class:nasty_vector
40 nasty_vector(size_type n, const value_type& value) : v_(n, value) {}
43 nasty_vector(std::initializer_list<value_type> il) : v_(il) {}
49 void assign(size_type n, const value_type& u) { v_.assign(n, u); }
51 void assign(std::initializer_list<value_type> il) { v_.assign(il); }
86 value_type* data() TEST_NOEXCEPT { return v_.data(); }
87 const value_type* data() const TEST_NOEXCEPT { return v_.data(); }
89 void push_back(const value_type& x) { v_.push_back(x); }
91 void push_back(value_type&& x) { v_.push_back(std::forward<value_type&&>(x));
146 typedef typename nested_container::value_type value_type; typedef in class:nasty_list
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
intersect.hpp 62 typename genType::value_type & intersectionDistance);
86 genType const & sphereCenter, typename genType::value_type const sphereRadiusSquered,
87 typename genType::value_type & intersectionDistance);
94 genType const & sphereCenter, const typename genType::value_type sphereRadius,
102 genType const & sphereCenter, typename genType::value_type sphereRadius,
spline.hpp 62 typename genType::value_type const & s);
72 typename genType::value_type const & s);
82 typename genType::value_type const & s);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
68 typedef Value_Type value_type; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
68 typedef Value_Type value_type; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
intersect.hpp 62 typename genType::value_type & intersectionDistance);
86 genType const & sphereCenter, typename genType::value_type const sphereRadiusSquered,
87 typename genType::value_type & intersectionDistance);
94 genType const & sphereCenter, const typename genType::value_type sphereRadius,
102 genType const & sphereCenter, typename genType::value_type sphereRadius,
spline.hpp 62 typename genType::value_type const & s);
72 typename genType::value_type const & s);
82 typename genType::value_type const & s);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp 80 typedef _Tv value_type; typedef in struct:__gnu_pbds::detail::stored_value
81 value_type m_value;
127 typedef typename __rebind_ma::value_type mapped_type;
133 typedef typename __rebind_va::value_type value_type; typedef in struct:__gnu_pbds::detail::type_base
139 typedef stored_data<value_type, null_type> stored_data_type;
160 typedef typename __rebind_ma::value_type mapped_type;
166 typedef typename __rebind_va::value_type value_type; typedef in struct:__gnu_pbds::detail::type_base
172 typedef stored_data<value_type, size_type> stored_data_type
185 typedef Key value_type; typedef in struct:__gnu_pbds::detail::type_base
224 typedef Key value_type; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
types_traits.hpp 80 typedef _Tv value_type; typedef in struct:__gnu_pbds::detail::stored_value
81 value_type m_value;
127 typedef typename __rebind_ma::value_type mapped_type;
133 typedef typename __rebind_va::value_type value_type; typedef in struct:__gnu_pbds::detail::type_base
139 typedef stored_data<value_type, null_type> stored_data_type;
160 typedef typename __rebind_ma::value_type mapped_type;
166 typedef typename __rebind_va::value_type value_type; typedef in struct:__gnu_pbds::detail::type_base
172 typedef stored_data<value_type, size_type> stored_data_type
185 typedef Key value_type; typedef in struct:__gnu_pbds::detail::type_base
224 typedef Key value_type; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
alloc.pass.cpp 25 typedef A::value_type T;
34 typedef A::value_type T;
42 typedef A::value_type T;
  /external/libcxx/test/std/strings/basic.string/string.ops/string.accessors/
c_str.pass.cpp 24 const typename S::value_type* str = s.c_str();
28 assert(T::eq(str[s.size()], typename S::value_type()));
31 assert(T::eq(str[0], typename S::value_type()));
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
deallocate.pass.cpp 30 typedef T value_type; typedef in struct:A
32 void deallocate(value_type* p, std::size_t n)
34 assert(p == reinterpret_cast<value_type*>(static_cast<std::uintptr_t>(0xDEADBEEF)));
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
is_always_equal.pass.cpp 26 typedef T value_type; typedef in struct:A
33 typedef T value_type; typedef in struct:B
39 typedef T value_type; typedef in struct:C
  /external/tensorflow/tensorflow/core/graph/
edgeset.h 37 typedef const Edge* value_type; typedef in class:tensorflow::EdgeSet
47 std::pair<iterator, bool> insert(value_type value);
81 typedef typename EdgeSet::value_type value_type; typedef in class:tensorflow::EdgeSet::const_iterator
82 typedef const typename EdgeSet::value_type& reference;
83 typedef const typename EdgeSet::value_type* pointer;
91 const value_type* operator->() const;
92 value_type operator*() const;
195 inline const EdgeSet::const_iterator::value_type* EdgeSet::const_iterator::
199 return reinterpret_cast<const value_type*>(array_iter_)
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 36 typedef ValueType value_type; typedef in class:mcld::HashEntry
70 typedef typename HashEntryTy::value_type value_type; typedef in class:mcld::EntryFactory
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 63 new (&p_e->m_value) value_type(r_val);
77 new (&p_e->m_value) value_type(r_val);
88 p_e->m_value.~value_type();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 63 new (&p_e->m_value) value_type(r_val);
77 new (&p_e->m_value) value_type(r_val);
88 p_e->m_value.~value_type();
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_set.i 45 std::pair<iterator,bool> insert(const value_type& __x);
85 typedef _Key value_type;
87 typedef value_type* pointer;
88 typedef const value_type* const_pointer;
89 typedef value_type& reference;
90 typedef const value_type& const_reference;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.cons/
alloc.pass.cpp 25 typedef A::value_type T;
34 typedef A::value_type T;
42 typedef A::value_type T;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.ops/string.accessors/
c_str.pass.cpp 24 const typename S::value_type* str = s.c_str();
28 assert(T::eq(str[s.size()], typename S::value_type()));
31 assert(T::eq(str[0], typename S::value_type()));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
is_always_equal.pass.cpp 26 typedef T value_type; typedef in struct:A
33 typedef T value_type; typedef in struct:B
39 typedef T value_type; typedef in struct:C
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 27 typedef DataType value_type; typedef in class:mcld::Chunk
34 static void construct(value_type* pPtr) { new (pPtr) value_type(); }
36 static void construct(value_type* pPtr, const value_type& pValue) {
37 new (pPtr) value_type(pValue);
40 static void destroy(value_type* pPtr) {}
51 typedef DataType value_type; typedef in class:mcld::Chunk
70 static void construct(value_type* pPtr) { new (pPtr) value_type(); }
92 typedef typename ChunkType::value_type value_type; typedef in class:mcld::LinearAllocatorBase
313 typedef DataType value_type; typedef in class:mcld::MallocAllocator
358 typedef void* value_type; typedef in class:mcld::MallocAllocator
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_multiset.i 14 typedef typename SwigPySeq::value_type value_type;
17 seq->insert(seq->end(),(value_type)(*it));

Completed in 555 milliseconds

1 2 3 4 5 6 7 891011>>