Searched defs:value_type (Results 176 - 200 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.h125 typedef char32 value_type; typedef in class:i18n::phonenumbers::UnicodeText
158 // iterator_traits<ForwardIterator>::value_type must be implicitly
185 typedef char32 value_type; typedef in class:i18n::phonenumbers::UnicodeText::const_iterator
/external/chromium_org/third_party/re2/re2/
H A Dstringpiece.h119 typedef char value_type; typedef in class:re2::StringPiece
/external/chromium_org/third_party/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);
323 const value_type& new_value) {
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_vector.h39 typedef typename std::vector<T*>::value_type value_type; typedef in class:webrtc::ScopedVector
/external/chromium_org/v8/src/base/
H A Dsafe_math_impl.h30 typedef T value_type; typedef in struct:v8::base::internal::integral_constant
/external/chromium_org/v8/src/
H A Dhashmap.h303 struct value_type { struct in class:v8::TemplateHashMap
315 value_type* operator->() { return reinterpret_cast<value_type*>(entry_); }
/external/clang/include/clang/AST/
H A DDeclFriend.h181 typedef FriendDecl *value_type; typedef in class:CXXRecordDecl::friend_iterator
H A DDependentDiagnostic.h129 typedef DependentDiagnostic *value_type; typedef in class:clang::DeclContext::ddiag_iterator
H A DRedeclarable.h181 typedef decl_type* value_type; typedef in class:clang::Redeclarable::redecl_iterator
H A DStmtOpenMP.h104 typedef const OMPClause *value_type; typedef in class:clang::OMPExecutableDirective::filtered_clause_iterator
110 value_type operator*() const { return *Current; }
111 value_type operator->() const { return *Current; }
H A DUnresolvedSet.h48 typedef NamedDecl *value_type; typedef in class:clang::UnresolvedSetIterator
78 value_type operator[](difference_type d) const { return *(*this + d); }
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h71 typedef T value_type; typedef in class:clang::BumpVector
/external/clang/test/CodeGenCXX/
H A Dmangle-exprs.cpp19 typedef _E value_type; typedef in class:std::initializer_list
/external/clang/test/Parser/
H A Dcxx0x-attributes.cpp20 typedef _E value_type; typedef in class:std::initializer_list
/external/libcxx/test/support/
H A Dnasty_containers.hpp21 typedef typename nested_container::value_type value_type; typedef in class:nasty_vector
37 nasty_vector(size_type n, const value_type& value) : v_(n, value) {}
40 nasty_vector(std::initializer_list<value_type> il) : v_(il) {}
46 void assign(size_type n, const value_type& u) { v_.assign(n, u); }
48 void assign(std::initializer_list<value_type> il) { v_.assign(il); }
83 value_type* data() _NOEXCEPT { return v_.data(); }
84 const value_type* data() const _NOEXCEPT { return v_.data(); }
86 void push_back(const value_type& x) { v_.push_back(x); }
88 void push_back(value_type
142 typedef typename nested_container::value_type value_type; typedef in class:nasty_list
[all...]
H A Dtest_allocator.h46 typedef T value_type; typedef in class:test_allocator
47 typedef value_type* pointer;
48 typedef const value_type* const_pointer;
49 typedef typename std::add_lvalue_reference<value_type>::type reference;
50 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
106 typedef void value_type; typedef in class:test_allocator
107 typedef value_type* pointer;
108 typedef const value_type* const_pointer;
134 typedef T value_type; typedef in class:other_allocator
/external/lldb/include/lldb/Core/
H A DValue.h152 SetValueType (ValueType value_type) argument
154 m_value_type = value_type;
/external/lldb/source/Core/
H A DValue.cpp114 strm->Printf(", value_type = %s, context = %p, context_type = %s",
695 Value::GetValueTypeAsCString (ValueType value_type) argument
697 switch (value_type)
H A DValueObjectVariable.cpp160 Value::ValueType value_type = m_value.GetValueType(); local
162 switch (value_type)
177 switch (value_type)
200 if (value_type == Value::eValueTypeFileAddress && process && process->IsAlive())
229 SetValueDidChange (value_type != old_value.GetValueType() || m_value.GetScalar() != old_value.GetScalar());
/external/llvm/include/llvm/ADT/
H A DDenseSet.h31 typedef ValueT value_type; typedef in class:llvm::DenseSet
68 typedef ValueT value_type; typedef in class:llvm::DenseSet::Iterator
69 typedef value_type *pointer;
70 typedef value_type &reference;
88 typedef ValueT value_type; typedef in class:llvm::DenseSet::ConstIterator
89 typedef value_type *pointer;
90 typedef value_type &reference;
H A DImmutableList.h65 typedef T value_type; typedef in class:llvm::ImmutableList
90 const value_type& operator*() const { return L->getHead(); }
H A DSmallPtrSet.h182 typedef PtrTy value_type; typedef in class:llvm::SmallPtrSetIterator
/external/llvm/include/llvm/Option/
H A DArgList.h49 typedef Arg * const * value_type; typedef in class:llvm::opt::arg_iterator
/external/llvm/include/llvm/Support/
H A DEndian.h38 template<typename value_type, endianness endian>
39 inline value_type byte_swap(value_type value) {
46 template<typename value_type,
49 inline value_type read(const void *memory) {
50 value_type ret;
54 (detail::PickAlignment<value_type, alignment>::value)),
55 sizeof(value_type));
56 return byte_swap<value_type, endian>(ret);
61 template<typename value_type, endiannes
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_pixfmt_gray.h33 typedef typename color_type::value_type value_type; typedef in struct:agg::blender_gray
36 static AGG_INLINE void blend_pix(value_type* p, unsigned cv,
39 *p = (value_type)((((cv - calc_type(*p)) * alpha) + (calc_type(*p) << base_shift)) >> base_shift);
49 typedef typename color_type::value_type value_type; typedef in class:agg::pixel_formats_gray
57 static AGG_INLINE void copy_or_blend_pix(value_type* p,
70 static AGG_INLINE void copy_or_blend_pix(value_type* p,
95 value_type* p = (value_type*)m_rbu
[all...]

Completed in 464 milliseconds

1234567891011>>