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

1 2 3 4 5 6 78 91011>>

  /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_/
point_const_iterator.hpp 74 typedef typename Node::value_type value_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
79 value_type>::other::pointer
85 value_type>::other::const_pointer
91 value_type>::other::reference
97 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/left_child_next_sibling_heap_/
point_const_iterator.hpp 74 typedef typename Node::value_type value_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
79 value_type>::other::pointer
85 value_type>::other::const_pointer
91 value_type>::other::reference
97 value_type>::other::const_reference
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.access/
size.pass.cpp 27 m.insert(M::value_type(2, 1.5));
29 m.insert(M::value_type(1, 1.5));
31 m.insert(M::value_type(3, 1.5));
45 m.insert(M::value_type(2, 1.5));
47 m.insert(M::value_type(1, 1.5));
49 m.insert(M::value_type(3, 1.5));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/
size.pass.cpp 27 m.insert(M::value_type(2, 1.5));
29 m.insert(M::value_type(1, 1.5));
31 m.insert(M::value_type(3, 1.5));
45 m.insert(M::value_type(2, 1.5));
47 m.insert(M::value_type(1, 1.5));
49 m.insert(M::value_type(3, 1.5));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/
size.pass.cpp 27 m.insert(M::value_type(2));
29 m.insert(M::value_type(1));
31 m.insert(M::value_type(2));
45 m.insert(M::value_type(2));
47 m.insert(M::value_type(1));
49 m.insert(M::value_type(2));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/
size.pass.cpp 27 m.insert(M::value_type(2));
29 m.insert(M::value_type(1));
31 m.insert(M::value_type(3));
45 m.insert(M::value_type(2));
47 m.insert(M::value_type(1));
49 m.insert(M::value_type(3));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.ops/string.accessors/
data.pass.cpp 26 const typename S::value_type* str = s.data();
30 assert(T::eq(str[s.size()], typename S::value_type()));
33 assert(T::eq(str[0], typename S::value_type()));
41 typename S::value_type* str = s.data();
45 assert(T::eq(str[s.size()], typename S::value_type()));
48 assert(T::eq(str[0], typename S::value_type()));
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_vector.i 15 typedef T value_type;
16 typedef const value_type& const_reference;
26 void push_back(const value_type& x);
35 void set(int i, const value_type& val) throw (std::out_of_range) {
49 typedef bool value_type;
60 void push_back(const value_type& x);
69 void set(int i, const value_type& val) throw (std::out_of_range) {
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_vector.i 17 typedef T value_type;
18 typedef const value_type& const_reference;
28 void push_back(const value_type& x);
37 void set(int i, const value_type& val) throw (std::out_of_range) {
51 typedef bool value_type;
62 void push_back(const value_type& x);
71 void set(int i, const value_type& val) throw (std::out_of_range) {
  /external/eigen/Eigen/src/StlSupport/
StdDeque.h 30 typedef __VA_ARGS__ value_type; \
38 explicit deque(size_type num, const value_type& val = value_type()) : deque_base(num, val) {} \
54 typedef T value_type; \
64 explicit deque(size_type num, const value_type& val = value_type()) : deque_base(num, val) {} \
85 void resize(size_type new_size, const value_type& x)
92 void push_back(const value_type& x)
94 void push_front(const value_type& x)
97 iterator insert(const_iterator position, const value_type& x
    [all...]
StdVector.h 30 typedef __VA_ARGS__ value_type; \
38 explicit vector(size_type num, const value_type& val = value_type()) : vector_base(num, val) {} \
54 typedef T value_type; \
64 explicit vector(size_type num, const value_type& val = value_type()) : vector_base(num, val) {} \
85 void resize(size_type new_size, const value_type& x)
92 void push_back(const value_type& x)
95 iterator insert(const_iterator position, const value_type& x)
97 void insert(const_iterator position, size_type new_size, const value_type& x
    [all...]
  /external/clang/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) {
  /external/libcxx/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/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/darwin-x86/clang-4393122/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/darwin-x86/clang-4479392/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/darwin-x86/clang-4579689/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/darwin-x86/clang-4630689/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/darwin-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/darwin-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/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/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-4393122/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-4479392/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-4579689/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-4630689/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) {

Completed in 968 milliseconds

1 2 3 4 5 6 78 91011>>