Searched defs:value_type (Results 101 - 125 of 147) sorted by relevance

123456

/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h344 typedef external_key_type value_type; typedef in class:clang::OnDiskChainedHashTable::key_iterator
380 value_type operator*() const {
408 typedef data_type value_type; typedef in class:clang::OnDiskChainedHashTable::data_iterator
444 value_type operator*() const {
/external/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp297 struct is_nested_value_type_identity<T, typename T::value_type> {
303 typedef T value_type; typedef in struct:HasValueType
307 typedef HasIdentityValueType value_type; typedef in struct:HasIdentityValueType
/external/dbus/bus/
H A Ddriver.c867 int value_type; local
872 value_type = dbus_message_iter_get_arg_type (&dict_entry_iter);
874 if (value_type != DBUS_TYPE_STRING)
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h101 typedef T value_type; typedef in class:testing::internal::ParamIterator
H A Dgtest-internal.h217 operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \
222 const operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \
1035 typedef Element value_type; typedef in class:testing::internal::NativeArray
/external/llvm/include/llvm/ADT/
H A DSmallVector.h98 typedef T value_type; typedef in class:llvm::SmallVectorTemplateCommon
H A DStringMap.h262 typedef StringMapEntry<ValueTy> value_type; typedef in class:llvm::StringMap
408 typedef StringMapEntry<ValueTy> value_type; typedef in class:llvm::StringMapConstIterator
416 const value_type &operator*() const {
419 const value_type *operator->() const {
H A DValueMap.h88 typedef std::pair<KeyT, ValueT> value_type; typedef in class:llvm::ValueMap
160 value_type& FindAndConstruct(const KeyT &Key) {
H A DDenseMap.h48 typedef BucketT value_type; typedef in class:llvm::DenseMapBase
189 value_type& FindAndConstruct(const KeyT &Key) {
202 value_type& FindAndConstruct(KeyT &&Key) {
974 typedef typename conditional<IsConst, const Bucket, Bucket>::type value_type; typedef in class:llvm::DenseMapIterator
975 typedef value_type *pointer;
976 typedef value_type &reference;
H A Dilist.h152 typedef typename super::value_type value_type; typedef in class:llvm::ilist_iterator
342 typedef NodeTy value_type; typedef in class:llvm::iplist
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h101 typedef T value_type; typedef in class:testing::internal::ParamIterator
H A Dgtest-internal.h236 operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \
241 const operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \
1054 typedef Element value_type; typedef in class:testing::internal::NativeArray
/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp51 // Given a container with begin and end with ::value_type of a character type.
56 typedef SmallVector<char, 2> value_type; typedef in struct:hex_pair_iterator
57 value_type Pair;
69 value_type operator *() const {
79 Pair = value_type();
106 typename hex_pair_iterator::value_type Pair = *I;
107 typename ContainerOut::value_type Byte;
784 template <typename value_type>
786 value_type Value;
787 binary_le_impl(value_type
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h120 typedef T value_type; typedef in class:testing::internal::ParamIterator
/external/stlport/stlport/stl/
H A D_alloc.h66 typedef char value_type; typedef in class:__malloc_alloc
91 typedef char value_type; typedef in class:__new_alloc
107 typedef typename _Alloc::value_type value_type; typedef in class:__debug_alloc
123 return (long)__extra_before / sizeof(value_type) +
124 (size_t)((long)__extra_before % sizeof(value_type) > 0);
127 return (long)__extra_after / sizeof(value_type) +
128 (size_t)((long)__extra_after % sizeof(value_type) > 0);
155 typedef char value_type; typedef in class:__node_alloc
277 typedef _Tp value_type; typedef in class:allocator
371 typedef void value_type; typedef in class:allocator
[all...]
H A D_hashtable.h114 typedef typename _Traits::value_type value_type; typedef in struct:_Ht_iterator
171 _STLP_TYPENAME_ON_RETURN_TYPE _Traits::value_type *
173 _STLP_TYPENAME_ON_RETURN_TYPE _STLP_PRIV _Ht_iterator<_BaseIte,_Traits>::value_type *
175 value_type(const _STLP_PRIV _Ht_iterator<_BaseIte,_Traits>&) { function
176 typedef _STLP_TYPENAME _STLP_PRIV _Ht_iterator<_BaseIte,_Traits>::value_type _Val;
234 typedef _Val value_type; typedef in class:hashtable
241 typedef const value_type* const_pointer;
243 typedef const value_type& const_reference;
252 typedef _STLP_PRIV _STLP_NON_DBG_NAME(slist)<value_type, _Al
[all...]
H A Dconcept_checks.h499 typedef typename __STD::iterator_traits<_Iter>::value_type value_type; typedef in struct:__value_type_type_definition_requirement_violation
572 value_type __T;
690 _BidirectionalIterator>::value_type __T;
713 ::value_type
714 value_type; typedef
733 typename _Mutable_trait<value_type>::_Type* __dummy_ptr = 0;
752 ::value_type
753 value_type; typedef
759 typename _Mutable_trait<value_type>
772 _STLP_TYPEDEF_REQUIREMENT(value_type); variable
[all...]
H A D_bvector.h174 typedef bool value_type; typedef in struct:_Bit_iter
254 inline bool* value_type(const _STLP_PRIV _Bit_iter<_STLP_PRIV _Bit_reference, _STLP_PRIV _Bit_reference*>&) function
256 inline bool* value_type(const _STLP_PRIV _Bit_iter<bool, const bool*>&) function
366 typedef bool value_type; typedef in class:__BVECTOR_QUALIFIED
/external/stlport/stlport/stl/debug/
H A D_string.h33 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_STRING >&) function
62 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
63 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
/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
404 typedef _ValueT value_type; typedef in struct:_CastTraits
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp208 const char* value_type = value->Attribute(BLUEDROID_VALUE_TYPE); local
210 // value->Name(), section_name, key_name, value_name, value_type);
211 int type = type_str2int(value_type);
215 //debug("value_name:%s, value_str:%s, value_type:%s, type:%x",
216 // value_name, value_str, value_type, type);
237 else error("Unsupported value:%s, type:%s not loaded", value_name, value_type);
247 const char* name_tag, const char* value_type = NULL)
253 //debug("ele name:%s, tag:%s, index:%d, value type:%s", ele_name, name_tag, index, value_type);
255 if(value_type && *value_type)
[all...]
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.h300 typedef StringPiecePair value_type; typedef in class:net::BalsaHeaders::iterator_base
301 typedef value_type& reference;
302 typedef value_type* pointer;
401 value_ = value_type(
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h209 operand2_type::value_type* const& str, const operand2_type& /*operand2*/) {\
213 const operand2_type::value_type* const& str, \
1028 typedef Element value_type; typedef in class:testing::internal::NativeArray
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h425 typedef PreprocessedEntity *value_type; typedef in class:clang::PreprocessingRecord::iterator
426 typedef value_type& reference;
427 typedef value_type* pointer;
436 value_type operator*() const {
440 value_type operator[](difference_type D) {
/external/stlport/src/
H A Dallocators.cpp789 typedef char value_type; typedef in class:_Pthread_alloc_impl

Completed in 451 milliseconds

123456