Searched defs:value_type (Results 201 - 225 of 326) sorted by relevance

1234567891011>>

/external/regex-re2/re2/
H A Dstringpiece.h116 typedef char value_type; typedef in class:re2::StringPiece
/external/regex-re2/util/
H A Dsparse_array.h109 typedef IndexValue value_type; typedef in class:re2::SparseArray
163 pair<iterator, bool> insert(const value_type& new_value);
322 const value_type& new_value) {
/external/stlport/stlport/stl/
H A D_iterator_base.h61 typedef _Tp value_type; typedef in struct:iterator
70 typedef void value_type; typedef in struct:iterator
80 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::value_type(_It)
86 # define _STLP_VALUE_TYPE(_It, _Tp) (_STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::value_type*)0
150 typedef typename _Iterator::value_type value_type; typedef in struct:iterator_traits::iterator_traits
168 typedef _Tp value_type; typedef in struct:iterator_traits::iterator_traits
177 typedef _Tp value_type; typedef in struct:iterator_traits::iterator_traits
187 typedef _Tp value_type; typedef in struct:iterator_traits::iterator_traits
202 // value_type ar
293 inline _Tp* _STLP_CALL value_type(const input_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); } function in struct:iterator_traits
295 inline _Tp* _STLP_CALL value_type(const forward_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); } function in struct:iterator_traits
297 inline _Tp* _STLP_CALL value_type(const bidirectional_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); } function in struct:iterator_traits
299 inline _Tp* _STLP_CALL value_type(const random_access_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); } function in struct:iterator_traits
385 typedef _Tp value_type; typedef in struct:iterator_traits::_Const_traits
394 typedef _Tp value_type; typedef in struct:iterator_traits::_Nonconst_traits
410 typedef _Tp value_type; typedef in struct:iterator_traits::_Const_Const_traits
419 typedef _Tp value_type; typedef in struct:iterator_traits::_Nonconst_Const_traits
[all...]
H A D_map.h57 typedef pair<_STLP_CONST _Key, _Tp> value_type; typedef in class:map
61 : public binary_function<value_type, value_type, bool> {
68 bool operator()(const value_type& __x, const value_type& __y) const
73 typedef _STLP_PRIV _MapTraitsT<value_type> _MapTraits;
78 value_type, _STLP_SELECT1ST(value_type, _Key),
128 map(const value_type* __first, const value_type* __las
250 typedef pair<_STLP_CONST _Key, _Tp> value_type; typedef in class:multimap
[all...]
H A D_pthread_alloc.h69 typedef char value_type; typedef in class:_Pthread_alloc
106 typedef _Tp value_type; typedef in class:pthread_allocator
134 size_type __buf_size = __n * sizeof(value_type);
135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
149 memset((char*)__p, _STLP_SHRED_BYTE, __n * sizeof(value_type));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
173 size_type __buf_size = __n * sizeof(value_type);
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
178 __allocated_n = __buf_size / sizeof(value_type);
196 typedef void value_type; typedef in class:pthread_allocator
287 typedef _Tp value_type; typedef in class:per_thread_allocator
379 typedef void value_type; typedef in class:per_thread_allocator
[all...]
H A D_set.h55 typedef _Key value_type; typedef in class:set
61 typedef _STLP_PRIV _SetTraitsT<value_type> _SetTraits;
66 value_type, _STLP_PRIV _Identity<value_type>,
116 set(const value_type* __first, const value_type* __last)
120 set(const value_type* __first,
121 const value_type* __last, const _Compare& __comp,
168 pair<iterator,bool> insert(const value_type& __x)
170 iterator insert(iterator __pos, const value_type
226 typedef _Key value_type; typedef in class:multiset
[all...]
H A D_valarray.h96 typedef _Tp value_type; typedef in class:valarray
101 { uninitialized_fill_n(this->_M_first, this->_M_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
104 valarray(const value_type* __p, size_t __n) : _Valarray_base<_Tp>(__n)
144 valarray<_Tp>& operator=(const value_type& __x) {
156 value_type operator[](size_t __n) const {
160 value_type& operator[](size_t __n) {
196 valarray<_Tp>& operator*= (const value_type& __x) {
202 valarray<_Tp>& operator/= (const value_type& __x) {
208 valarray<_Tp>& operator%= (const value_type
363 resize(size_t __n, value_type __x = value_type()) argument
[all...]
/external/stlport/stlport/stl/debug/
H A D_list.h48 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_LIST >&) function
74 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
75 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
135 list(const value_type* __first, const value_type* __last,
H A D_tree.h80 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_TREE >&) function
223 pair<iterator,bool> insert_unique(const value_type& __x) {
227 iterator insert_equal(const value_type& __x)
230 iterator insert_unique(iterator __pos, const value_type& __x) {
234 iterator insert_equal(iterator __pos, const value_type& __x) {
255 void insert_unique(const value_type* __first, const value_type* __last) {
263 void insert_equal(const value_type* __first, const value_type* __last) {
H A D_vector.h44 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&) function
60 typedef _Tp value_type; typedef in struct:_Vector_nonconst_traits
70 typedef _Tp value_type; typedef in struct:_Vector_const_traits
79 typedef _Bit_iterator::value_type value_type; typedef in struct:_Vector_nonconst_traits
88 typedef _Bit_const_iterator::value_type value_type; typedef in struct:_Vector_const_traits
118 _STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_nonconst_traits<value_type, typename _Base::iterator> > > iterator;
121 _STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_const_traits<value_type, typename _Base::iterator> > > const_iterator;
303 const value_type *__firs
[all...]
/external/stlport/stlport/stl/pointers/
H A D_vector.h61 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...]
/external/stlport/test/eh/
H A DPrefix.h124 typedef _Tp value_type; typedef in class:EH_allocator
125 typedef value_type * pointer;
146 return __n != 0 ? __REINTERPRET_CAST(value_type*,EH_STD::__new_alloc::allocate(__n * sizeof(value_type))) : 0;
151 if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, __n * sizeof(value_type));
154 void deallocate(pointer __p) const { if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, sizeof(value_type)); }
155 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
/external/stlport/test/unit/
H A Dstack_allocator.h56 typedef _Tp value_type; typedef in struct:StackAllocator
57 typedef value_type * pointer;
/external/chromium_org/base/containers/
H A Dsmall_map.h196 typedef typename NormalMap::value_type value_type; typedef in class:base::SmallMap
213 // to be resolved is that the value_type itself is pair<const K,
227 typedef typename NormalMap::iterator::value_type value_type; typedef in class:base::SmallMap::iterator
260 inline value_type* operator->() const {
268 inline value_type& operator*() const {
294 inline explicit iterator(ManualConstructor<value_type>* init)
299 ManualConstructor<value_type>* array_iter_;
307 typedef typename NormalMap::const_iterator::value_type value_typ typedef in class:base::SmallMap::const_iterator
[all...]
/external/chromium_org/base/strings/
H A Dstring_piece.h166 typedef typename STRING_TYPE::value_type value_type; typedef in class:base::BasicStringPiece
167 typedef const value_type* pointer;
168 typedef const value_type& reference;
169 typedef const value_type& const_reference;
171 typedef const value_type* const_iterator;
181 BasicStringPiece(const value_type* str)
186 BasicStringPiece(const value_type* offset, size_type len)
197 const value_type* data() const { return ptr_; }
206 void set(const value_type* dat
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DPoolAlloc.h241 typedef T value_type; typedef in class:pool_allocator
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc778 DWORD* value_type) {
780 ASSERT(value_type != NULL);
782 *value_type = REG_NONE;
790 LONG res = ::SHQueryValueEx(key.h_key_, value_name, NULL, value_type,
776 GetValueType(const wchar_t* full_key_name, const wchar_t* value_name, DWORD* value_type) argument
/external/clang/include/clang/AST/
H A DASTVector.h79 typedef T value_type; typedef in class:clang::ASTVector
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h92 typedef _E value_type; typedef in class:std::initializer_list
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp152 typedef typename Traits::value_type value_type; typedef in class:Dependent::X
153 friend X operator+<>(const X&, const value_type*);
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp19 typedef _E value_type; typedef in class:std::initializer_list
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp22 typedef _E value_type; typedef in class:std::initializer_list
H A Dcxx0x-initializer-stdinitializerlist.cpp24 typedef _E value_type; typedef in class:std::initializer_list
/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp82 typedef T value_type; typedef in struct:X1
83 X1(const value_type& value = value_type());
/external/lldb/source/Core/
H A DRegisterValue.cpp208 RegisterValue::Type value_type = GetType(); local
209 if (value_type == eTypeInvalid)
215 else if (value_type == eTypeBytes)

Completed in 1331 milliseconds

1234567891011>>