Searched defs:value_type (Results 1 - 25 of 147) sorted by relevance

123456

/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1-retmem.cpp8 typedef T value_type; typedef in struct:X0
11 value_type *f1();
12 X1<value_type*> f2();
21 typename X0<U>::value_type *X0<U>::f1() {
26 X1<typename X0<U>::value_type*> X0<U>::f2() {
/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;
H A Dcomma_list.h50 typedef T value_type; typedef in class:comma_list
51 typedef std::vector<value_type> container_type;
/external/clang/test/CXX/except/except.spec/
H A Dcanonical.cpp20 typedef typename _Traits::char_type value_type; typedef in class:std::basic_string
/external/clang/test/SemaCXX/
H A DPR9908.cpp24 typedef T value_type; typedef in struct:A
/external/libffi/testsuite/libffi.call/
H A Dfloat1.c15 } value_type; typedef in typeref:union:__anon7324
30 value_type result[2];
H A Dfloat4.c17 } value_type; typedef in typeref:union:__anon7325
32 value_type result[2];
/external/stlport/stlport/stl/
H A D_raw_storage_iter.h48 typedef void value_type; typedef in class:raw_storage_iterator
H A D_ostreambuf_iterator.h51 typedef void value_type; typedef in class:ostreambuf_iterator
H A D_stack.h64 typedef typename _Sequence::value_type value_type; typedef in class:stack
86 void push(const value_type& __x) { c.push_back(__x); }
/external/llvm/include/llvm/Support/
H A Dtype_traits.h86 typedef T value_type; typedef in struct:llvm::integral_constant
87 static const value_type value = v;
89 operator value_type() { return value; }
H A DPathV2.h59 typedef const StringRef value_type; typedef in class:llvm::sys::path::const_iterator
61 typedef value_type &reference;
62 typedef value_type *pointer;
/external/chromium/base/
H A Dtemplate_util.h20 typedef T value_type; typedef in struct:base::integral_constant
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider.h39 Value::ValueType value_type; member in struct:policy::ConfigurationPolicyProvider::PolicyDefinitionList::Entry
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-pr12086.cpp19 typedef _E value_type; typedef in class:std::initializer_list
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp19 typedef _E value_type; typedef in class:std::initializer_list
/external/llvm/include/llvm/ADT/
H A DInMemoryStruct.h26 typedef T value_type; typedef in class:llvm::InMemoryStruct
27 typedef value_type &reference;
28 typedef value_type *pointer;
29 typedef const value_type &const_reference;
30 typedef const value_type *const_pointer;
33 value_type *Target;
37 value_type Contents;
H A DSetVector.h38 typedef T value_type; typedef in class:llvm::SetVector
101 bool insert(const value_type &X) {
117 bool remove(const value_type& X) {
/external/oprofile/libpp/
H A Dlocate_images.h90 typedef images_t::value_type value_type; typedef in class:extra_images
H A Dprofile.h153 typedef count_type value_type; typedef in struct:std::iterator_traits
/external/astl/include/
H A Dtype_traits.h75 typedef _T value_type; typedef in struct:std::integral_constant
/external/astl/tests/
H A Dtest_iterator.cpp40 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/clang/include/clang/AST/
H A DDeclLookups.h28 typedef lookup_result value_type; typedef in class:clang::DeclContext::all_lookups_iterator
/external/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h42 // value_type typedef.
43 struct iterator { typedef const CFGBlock *value_type; }; typedef in struct:clang::PostOrderCFGView::CFGBlockSet::iterator
/external/stlport/stlport/stl/debug/
H A D_deque.h43 inline _Tp* value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_DEQUE >&) function
69 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
136 explicit deque(size_type __n, const value_type& __x = _Tp(),
138 deque(size_type __n, const value_type& __x,
176 deque(const value_type* __first, const value_type* __last,
230 void assign(const value_type *__first, const value_type *__last) {
240 void push_back(const value_type
[all...]

Completed in 411 milliseconds

123456