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

1234567891011>>

/external/libcxx/test/utilities/memory/allocator.traits/
H A Drebind_traits.pass.cpp28 typedef T value_type; typedef in struct:A
39 typedef T value_type; typedef in struct:B
47 typedef T value_type; typedef in struct:C
53 typedef T value_type; typedef in struct:D
59 typedef T value_type; typedef in struct:E
/external/oprofile/libutil++/
H A Dcomma_list.h50 typedef T value_type; typedef in class:comma_list
51 typedef std::vector<value_type> container_type;
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_color_gray.h34 typedef int8u value_type; typedef in struct:agg::gray8
43 value_type v;
44 value_type a;
/external/stlport/stlport/stl/
H A D_raw_storage_iter.h48 typedef void value_type; typedef in class:raw_storage_iterator
/external/chromium_org/third_party/cld/base/
H A Dtemplate_util.h42 typedef T value_type; typedef in struct:base::integral_constant
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dlru_cache_using_std.h41 typedef V value_type; typedef in class:lru_cache_using_std
50 value_type,
58 value_type (*f)(const key_type&),
68 value_type operator()(const key_type& k) {
79 const value_type v=_fn(k);
116 void insert(const key_type& k,const value_type& v) {
158 value_type (*_fn)(const key_type&);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util.h79 typedef T value_type; typedef in struct:google::protobuf::internal::integral_constant
/external/chromium_org/third_party/skia/src/utils/
H A DSkTLogic.h26 typedef T value_type; typedef in struct:SkTIntegralConstant
/external/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
H A Dsort.pass.cpp14 // && LessThanComparable<Iter::value_type>
25 typedef typename std::iterator_traits<RI>::value_type value_type; typedef
29 value_type* save(new value_type[len]);
/external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dstable_sort.pass.cpp14 // && LessThanComparable<Iter::value_type>
25 typedef typename std::iterator_traits<RI>::value_type value_type; typedef
29 value_type* save(new value_type[len]);
/external/libcxx/test/strings/basic.string/
H A Dinput_iterator.h21 typedef typename std::iterator_traits<It>::value_type value_type; typedef in class:input_iterator
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp28 typedef T value_type; typedef in struct:A
37 typedef T value_type; typedef in struct:B
/external/llvm/include/llvm/Support/
H A DPath.h60 typedef const StringRef value_type; typedef in class:llvm::sys::path::const_iterator
62 typedef value_type &reference;
63 typedef value_type *pointer;
/external/oprofile/libpp/
H A Dlocate_images.h90 typedef images_t::value_type value_type; typedef in class:extra_images
/external/skia/src/utils/
H A DSkTLogic.h26 typedef T value_type; typedef in struct:SkTIntegralConstant
/external/chromium_org/base/
H A Dtemplate_util.h19 typedef T value_type; typedef in struct:base::integral_constant
/external/chromium_org/chrome/browser/
H A Dchrome_page_zoom.cc31 std::vector<double> PresetZoomValues(PageZoomValueType value_type, argument
40 if (value_type == PAGE_ZOOM_VALUE_TYPE_LEVEL)
48 double min = value_type == PAGE_ZOOM_VALUE_TYPE_LEVEL ?
51 double max = value_type == PAGE_ZOOM_VALUE_TYPE_LEVEL ?
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dtemplate_util.h21 typedef T value_type; typedef in struct:i18n::addressinput::integral_constant
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dtemplate_util.h18 typedef T value_type; typedef in struct:i18n::phonenumbers::integral_constant
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dstl_allocator.h67 typedef T value_type; typedef in class:STL_Allocator
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dstl_allocator.h67 typedef T value_type; typedef in class:STL_Allocator
/external/chromium_org/third_party/webrtc/base/
H A Dtemplate_util.h23 typedef T value_type; typedef in struct:rtc::integral_constant
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dtemplate_util.h25 typedef T value_type; typedef in struct:webrtc::integral_constant
/external/clang/include/clang/AST/
H A DAttrIterator.h71 typedef SpecificAttr* value_type; typedef in class:clang::specific_attr_iterator
H A DDeclLookups.h29 typedef lookup_result value_type; typedef in class:clang::DeclContext::all_lookups_iterator

Completed in 2524 milliseconds

1234567891011>>