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

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Capacity.h 26 return x.capacity() * sizeof(typename T::value_type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 56 typedef _Value value_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
62 value_type m_value;
76 typedef _Value value_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
81 value_type m_value;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 56 typedef _Value value_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
62 value_type m_value;
76 typedef _Value value_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
81 value_type m_value;
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_set.i 12 typedef typename SwigPySeq::value_type value_type;
15 seq->insert(seq->end(),(value_type)(*it));
40 void append(value_type x) {
44 bool __contains__(value_type x) {
48 value_type __getitem__(difference_type i) const throw (std::out_of_range) {
52 void add(value_type x) {
56 void discard(value_type x) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
difference_type.pass.cpp 29 typename std::iterator_traits<It>::value_type x)
31 typedef typename std::iterator_traits<It>::value_type value_type; typedef
33 value_type rr = r[n];
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/
difference_type.pass.cpp 26 typename std::iterator_traits<It>::value_type x)
28 typedef typename std::iterator_traits<It>::value_type value_type; typedef
30 value_type rr = r[n];
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/complex/
types.pass.cpp 16 // typedef T value_type;
28 static_assert((std::is_same<typename C::value_type, T>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/intseq/intseq.intseq/
integer_seq.pass.cpp 35 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
38 static_assert ( std::is_same<size1::value_type, std::size_t>::value, "size1 type wrong" );
41 static_assert ( std::is_same<ushort2::value_type, unsigned short>::value, "ushort2 type wrong" );
44 static_assert ( std::is_same<bool0::value_type, bool>::value, "bool0 type wrong" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
const_pointer.pass.cpp 16 // | pointer_traits<pointer>::rebind<const value_type>
31 typedef T value_type; typedef in struct:A
38 typedef T value_type; typedef in struct:B
47 typedef T value_type; typedef in struct:C
54 typedef T value_type; typedef in struct:D
const_void_pointer.pass.cpp 32 typedef T value_type; typedef in struct:A
39 typedef T value_type; typedef in struct:B
48 typedef T value_type; typedef in struct:C
56 typedef T value_type; typedef in struct:D
difference_type.pass.cpp 28 typedef T value_type; typedef in struct:A
35 typedef T value_type; typedef in struct:B
41 typedef T value_type; typedef in struct:C
52 typedef T value_type; typedef in struct:D
size_type.pass.cpp 27 typedef T value_type; typedef in struct:A
34 typedef T value_type; typedef in struct:B
40 typedef T value_type; typedef in struct:C
49 typedef T value_type; typedef in struct:D
void_pointer.pass.cpp 31 typedef T value_type; typedef in struct:A
38 typedef T value_type; typedef in struct:B
47 typedef T value_type; typedef in struct:C
55 typedef T value_type; typedef in struct:D
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/
allocator_type.pass.cpp 25 typedef T value_type; typedef in struct:A

Completed in 1198 milliseconds

1 2 3 4 56 7 8 91011>>