HomeSort by relevance Sort by last modified time
    Searched refs:value_type (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /external/astl/include/
string 62 typedef traits_type::char_type value_type;
65 typedef value_type& reference;
66 typedef const value_type& const_reference;
67 typedef value_type* pointer;
68 typedef const value_type* const_pointer;
91 string(const value_type *str);
96 string(const value_type *str, size_type n);
107 string(const value_type *begin, const value_type *end);
117 const value_type *c_str() const { return mData;
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
map-util.h 46 const typename Collection::value_type::second_type&
48 const typename Collection::value_type::first_type& key,
49 const typename Collection::value_type::second_type& value) {
61 const typename Collection::value_type::second_type*
63 const typename Collection::value_type::first_type& key) {
77 const typename Collection::value_type::second_type
79 const typename Collection::value_type::first_type& key) {
95 collection->insert(typename Collection::value_type(key, value));
112 collection->insert(typename Collection::value_type(key, value));
  /external/stlport/stlport/stl/pointers/
_tools.h 271 typedef _ValueT value_type; typedef in struct:_CastTraits
277 static value_type * to_value_type_ptr(void_type *__ptr)
278 { return __REINTERPRET_CAST(value_type *, cv_traits::cv_ptr(__ptr)); }
279 static value_type const* to_value_type_cptr(void_type const*__ptr)
280 { return __REINTERPRET_CAST(value_type const*, cv_traits::cv_cptr(__ptr)); }
281 static value_type ** to_value_type_pptr(void_type **__ptr)
282 { return __REINTERPRET_CAST(value_type **, cv_traits::cv_pptr(__ptr)); }
283 static value_type & to_value_type_ref(void_type &__ref)
284 { return __REINTERPRET_CAST(value_type &, cv_traits::cv_ref(__ref)); }
285 static value_type const& to_value_type_cref(void_type const& __ptr
305 typedef _Tp value_type; typedef in struct:_CastTraits
341 typedef _StorageT value_type; typedef in struct:_IteWrapper
404 typedef _ValueT value_type; typedef in struct:_CastTraits
    [all...]
_vector.h 61 typedef _Tp value_type; typedef in class:vector
62 typedef value_type* pointer;
63 typedef const value_type* const_pointer;
64 typedef value_type* iterator;
65 typedef const value_type* const_iterator;
66 typedef value_type& reference;
67 typedef const value_type& const_reference;
73 _STLP_FORCE_ALLOCATORS(value_type, _Alloc)
74 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
    [all...]
_deque.h 111 typedef _Tp value_type; typedef in class:deque
112 typedef value_type* pointer;
113 typedef const value_type* const_pointer;
114 typedef value_type& reference;
115 typedef const value_type& const_reference;
119 _STLP_FORCE_ALLOCATORS(value_type, _Alloc)
120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
121 typedef _STLP_PRIV _Deque_iterator<value_type, _Nonconst_traits<value_type> > iterator;
122 typedef _STLP_PRIV _Deque_iterator<value_type, _Const_traits<value_type> > const_iterator
    [all...]
_list.h 73 typedef _Tp value_type; typedef in class:list
74 typedef value_type* pointer;
75 typedef const value_type* const_pointer;
76 typedef value_type& reference;
77 typedef const value_type& const_reference;
80 _STLP_FORCE_ALLOCATORS(value_type, _Alloc)
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
84 typedef _STLP_PRIV _List_iterator<value_type, _Nonconst_traits<value_type> > iterator;
85 typedef _STLP_PRIV _List_iterator<value_type, _Const_traits<value_type> > const_iterator
    [all...]
_slist.h 68 typedef _Tp value_type; typedef in class:slist
69 typedef value_type* pointer;
70 typedef const value_type* const_pointer;
71 typedef value_type& reference;
72 typedef const value_type& const_reference;
77 typedef _STLP_PRIV _Slist_iterator<value_type, _Nonconst_traits<value_type> > iterator;
78 typedef _STLP_PRIV _Slist_iterator<value_type, _Const_traits<value_type> > const_iterator;
80 _STLP_FORCE_ALLOCATORS(value_type, _Alloc
    [all...]
  /ndk/sources/android/stlport/stlport/stl/pointers/
_tools.h 271 typedef _ValueT value_type; typedef in struct:_CastTraits
277 static value_type * to_value_type_ptr(void_type *__ptr)
278 { return __REINTERPRET_CAST(value_type *, cv_traits::cv_ptr(__ptr)); }
279 static value_type const* to_value_type_cptr(void_type const*__ptr)
280 { return __REINTERPRET_CAST(value_type const*, cv_traits::cv_cptr(__ptr)); }
281 static value_type ** to_value_type_pptr(void_type **__ptr)
282 { return __REINTERPRET_CAST(value_type **, cv_traits::cv_pptr(__ptr)); }
283 static value_type & to_value_type_ref(void_type &__ref)
284 { return __REINTERPRET_CAST(value_type &, cv_traits::cv_ref(__ref)); }
285 static value_type const& to_value_type_cref(void_type const& __ptr
305 typedef _Tp value_type; typedef in struct:_CastTraits
341 typedef _StorageT value_type; typedef in struct:_IteWrapper
404 typedef _ValueT value_type; typedef in struct:_CastTraits
    [all...]
_vector.h 61 typedef _Tp value_type; typedef in class:vector
62 typedef value_type* pointer;
63 typedef const value_type* const_pointer;
64 typedef value_type* iterator;
65 typedef const value_type* const_iterator;
66 typedef value_type& reference;
67 typedef const value_type& const_reference;
73 _STLP_FORCE_ALLOCATORS(value_type, _Alloc)
74 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
    [all...]
_deque.h 111 typedef _Tp value_type; typedef in class:deque
112 typedef value_type* pointer;
113 typedef const value_type* const_pointer;
114 typedef value_type& reference;
115 typedef const value_type& const_reference;
119 _STLP_FORCE_ALLOCATORS(value_type, _Alloc)
120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
121 typedef _STLP_PRIV _Deque_iterator<value_type, _Nonconst_traits<value_type> > iterator;
122 typedef _STLP_PRIV _Deque_iterator<value_type, _Const_traits<value_type> > const_iterator
    [all...]
_list.h 73 typedef _Tp value_type; typedef in class:list
74 typedef value_type* pointer;
75 typedef const value_type* const_pointer;
76 typedef value_type& reference;
77 typedef const value_type& const_reference;
80 _STLP_FORCE_ALLOCATORS(value_type, _Alloc)
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
84 typedef _STLP_PRIV _List_iterator<value_type, _Nonconst_traits<value_type> > iterator;
85 typedef _STLP_PRIV _List_iterator<value_type, _Const_traits<value_type> > const_iterator
    [all...]
_slist.h 68 typedef _Tp value_type; typedef in class:slist
69 typedef value_type* pointer;
70 typedef const value_type* const_pointer;
71 typedef value_type& reference;
72 typedef const value_type& const_reference;
77 typedef _STLP_PRIV _Slist_iterator<value_type, _Nonconst_traits<value_type> > iterator;
78 typedef _STLP_PRIV _Slist_iterator<value_type, _Const_traits<value_type> > const_iterator;
80 _STLP_FORCE_ALLOCATORS(value_type, _Alloc
    [all...]
  /external/stlport/stlport/stl/
_complex.h 37 typedef _Tp value_type; typedef in struct:complex
42 complex(const value_type& __x)
44 complex(const value_type& __x, const value_type& __y)
69 value_type real() const { return _M_re; }
70 value_type imag() const { return _M_im; }
74 _Self& operator= (const value_type& __x) {
79 _Self& operator+= (const value_type& __x) {
83 _Self& operator-= (const value_type& __x) {
87 _Self& operator*= (const value_type& __x)
181 typedef float value_type; typedef in struct:complex
319 typedef double value_type; typedef in struct:complex
459 typedef long double value_type; typedef in struct:complex
    [all...]
_alloc.c 46 memset((char*)__result, __shred_byte, __real_n * sizeof(value_type));
48 __result->__type_size = sizeof(value_type);
70 for (__tmp= ((unsigned char*)__p) + __n * sizeof(value_type);
77 memset((char*)__p, __shred_byte, __n * sizeof(value_type));
_queue.h 75 typedef typename _Sequence::value_type value_type; typedef in class:queue
100 void push(const value_type& __x) { c.push_back(__x); }
136 class _Compare = less<_STLP_HEADER_TYPENAME _Sequence::value_type> >
153 typedef less< typename vector<_Tp>::value_type> _Compare;
159 typedef typename _Sequence::value_type value_type; typedef in class:priority_queue
203 priority_queue(const value_type* __first, const value_type* __last)
206 priority_queue(const value_type* __first, const value_type* __last
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_complex.h 37 typedef _Tp value_type; typedef in struct:complex
42 complex(const value_type& __x)
44 complex(const value_type& __x, const value_type& __y)
69 value_type real() const { return _M_re; }
70 value_type imag() const { return _M_im; }
74 _Self& operator= (const value_type& __x) {
79 _Self& operator+= (const value_type& __x) {
83 _Self& operator-= (const value_type& __x) {
87 _Self& operator*= (const value_type& __x)
181 typedef float value_type; typedef in struct:complex
319 typedef double value_type; typedef in struct:complex
459 typedef long double value_type; typedef in struct:complex
    [all...]
_alloc.c 46 memset((char*)__result, __shred_byte, __real_n * sizeof(value_type));
48 __result->__type_size = sizeof(value_type);
70 for (__tmp= ((unsigned char*)__p) + __n * sizeof(value_type);
77 memset((char*)__p, __shred_byte, __n * sizeof(value_type));
  /external/stlport/test/eh/
test_hash_map.cpp 54 TestMultiMap::value_type x;
56 testMultiMap2.insert( TestMultiMap::value_type() );
67 TestMultiMap::value_type *insFirst = new TestMultiMap::value_type[1+insCnt];
101 TestMap::value_type x;
103 testMap2.insert( TestMap::value_type() );
114 TestMap::value_type *insFirst = new TestMap::value_type[1+insCnt];
test_hash_set.cpp 50 TestMultiSet::value_type x;
52 testMultiSet2.insert( TestMultiSet::value_type() );
63 TestMultiSet::value_type *insFirst = new TestMultiSet::value_type[1+insCnt];
97 TestSet::value_type x;
99 testSet2.insert( TestSet::value_type() );
110 TestSet::value_type *insFirst = new TestSet::value_type[1+insCnt];
test_map.cpp 58 TestMultiMap::value_type x;
60 testMultiMap2.insert( TestMultiMap::value_type() );
66 TestMultiMap::value_type *insFirst = new TestMultiMap::value_type[insCnt];
106 TestMap::value_type x;
108 testMap2.insert( TestMap::value_type() );
114 TestMap::value_type *insFirst = new TestMap::value_type[1+insCnt];
test_set.cpp 47 TestMultiSet::value_type x;
49 testMultiSet2.insert( TestMultiSet::value_type() );
55 TestMultiSet::value_type *insFirst = new TestMultiSet::value_type[1+insCnt];
81 TestSet::value_type x;
83 testSet2.insert( TestSet::value_type() );
88 TestSet::value_type *insFirst = new TestSet::value_type[1+insCnt];
test_rope.cpp 56 TestRope::value_type x = TestRope::value_type(random_number(random_base)); // initialize before use
58 testRope2.push_back( TestRope::value_type() );
69 TestRope::value_type *insFirst = new TestRope::value_type[1+insCnt];
test_string.cpp 43 TestString::value_type x = TestString::value_type(random_number(random_base)) ; // initialize before use
45 testString2.append(1, TestString::value_type() );
56 TestString::value_type *insFirst = new TestString::value_type[1+insCnt];
  /external/astl/tests/
test_iterator.cpp 40 typedef int value_type; typedef in struct:android::Input
48 typedef int value_type; typedef in struct:android::Forward
56 typedef int value_type; typedef in struct:android::Bidirectional
64 typedef int value_type; typedef in struct:android::Random
  /external/astl/src/
string.cpp 75 value_type *oldData = mData;
77 mData = static_cast<value_type *>(::malloc(n + 1));
107 value_type *oldData = mData;
120 void string::SafeFree(value_type *buffer)
130 void string::ResetTo(value_type *str)
143 void string::Constructor(const value_type *str, size_type n)
149 void string::Constructor(const value_type *str, size_type pos, size_type n)
213 string::string(const value_type *str)
225 string::string(const value_type *str, size_type n)
236 string::string(const value_type *begin, const value_type *end
    [all...]

Completed in 217 milliseconds

1 2 3 4 5 6 7 8