Searched refs:value_type (Results 1 - 25 of 463) sorted by relevance

1234567891011>>

/external/oprofile/libutil++/
H A Dcached_value.h25 typedef T value_type; typedef in class:cached_value
28 value_type const get() const {
38 value_type const reset(value_type const & val) {
46 value_type value;
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1-retmem.cpp9 typedef T value_type; typedef in struct:X0
12 value_type *f1();
13 X1<value_type*> f2();
22 typename X0<U>::value_type *X0<U>::f1() {
27 X1<typename X0<U>::value_type*> X0<U>::f2() {
/external/ceres-solver/internal/ceres/
H A Dmap_util.h58 const typename Collection::value_type::second_type&
60 const typename Collection::value_type::first_type& key) {
70 const typename Collection::value_type::second_type&
72 const typename Collection::value_type::first_type& key,
73 const typename Collection::value_type::second_type& value) {
88 const typename Collection::value_type::first_type& key,
89 const typename Collection::value_type::second_type& value) {
91 collection->insert(typename Collection::value_type(key, value));
99 typename Collection::value_type::second_type*
101 const typename Collection::value_type
123 typedef typename Collection::value_type value_type; typedef
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h46 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/llvm/include/llvm/Support/
H A DCapacity.h26 return x.capacity() * sizeof(typename T::value_type);
H A DEndian.h38 template<typename value_type, endianness endian>
39 inline value_type byte_swap(value_type value) {
45 template<typename value_type,
48 inline value_type read(const void *memory) {
49 value_type ret;
53 (detail::PickAlignment<value_type, alignment>::value)),
54 sizeof(value_type));
55 return byte_swap<value_type, endian>(ret);
58 template<typename value_type,
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h46 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) {
87 const typename Collection::value_type::second_type&
89 const typename Collection::value_type::first_type& key) {
101 const typename Collection::value_type::second_type
103 const typename Collection::value_type::first_type& key) {
119 collection->insert(typename Collection::value_type(ke
[all...]
/external/stlport/stlport/stl/pointers/
H A D_tools.h271 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 cons
305 typedef _Tp value_type; typedef in struct:_CastTraits
341 typedef _StorageT value_type; typedef in struct:_IteWrapper
407 typedef _ValueT value_type; typedef in struct:_CastTraits
[all...]
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...]
H A D_list.h73 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_trait
[all...]
H A D_slist.h68 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, _Allo
[all...]
/external/chromium_org/chrome/test/mini_installer/
H A Dregistry_verifier.py25 def _ValueTypeConstant(self, value_type):
38 if value_type not in value_type_mapping:
39 raise KeyError("Unknown registry value type '%s'" % value_type)
40 return value_type_mapping[value_type]
83 data, value_type = _winreg.QueryValueEx(key_handle, value)
90 assert self._ValueTypeConstant(expected_value_type) == value_type, \
/external/eigen/Eigen/src/StlSupport/
H A DStdDeque.h38 typedef __VA_ARGS__ value_type; \
46 explicit deque(size_type num, const value_type& val = value_type()) : deque_base(num, val) {} \
62 typedef T value_type; \
72 explicit deque(size_type num, const value_type& val = value_type()) : deque_base(num, val) {} \
93 void resize(size_type new_size, const value_type& x)
100 void push_back(const value_type& x)
102 void push_front(const value_type& x)
105 iterator insert(const_iterator position, const value_type
[all...]
H A DStdVector.h30 typedef __VA_ARGS__ value_type; \
38 explicit vector(size_type num, const value_type& val = value_type()) : vector_base(num, val) {} \
51 typedef T value_type; \
61 explicit vector(size_type num, const value_type& val = value_type()) : vector_base(num, val) {} \
82 void resize(size_type new_size, const value_type& x)
89 void push_back(const value_type& x)
92 iterator insert(const_iterator position, const value_type& x)
94 void insert(const_iterator position, size_type new_size, const value_type
[all...]
H A DStdList.h37 typedef __VA_ARGS__ value_type; \
45 explicit list(size_type num, const value_type& val = value_type()) : list_base(num, val) {} \
62 typedef T value_type; \
72 explicit list(size_type num, const value_type& val = value_type()) : list_base(num, val) {} \
91 void resize(size_type new_size, const value_type& x)
101 void push_back(const value_type& x)
104 iterator insert(const_iterator position, const value_type& x)
106 void insert(const_iterator position, size_type new_size, const value_type
[all...]
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h38 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) {
122 void insert(const value_type &Val) {
/external/stlport/test/eh/
H A Dtest_hash_map.cpp54 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];
H A Dtest_hash_set.cpp50 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];
H A Dtest_map.cpp58 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];
H A Dtest_set.cpp47 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];
H A Dtest_rope.cpp56 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];
H A Dtest_string.cpp43 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/eigen/bench/btl/generic_bench/init/
H A Dinit_vector.hh26 // value_type defined
33 X[i]=typename Vector::value_type(init_function(i));
/external/stlport/stlport/stl/
H A D_alloc.c46 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));
H A D_complex.h37 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
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...]

Completed in 314 milliseconds

1234567891011>>