HomeSort by relevance Sort by last modified time
    Searched full:second_type (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
types.pass.cpp 16 // typedef T2 second_type;
25 static_assert((std::is_same<P::second_type, short*>::value), "");
  /external/ceres-solver/internal/ceres/
map_util.h 58 const typename Collection::value_type::second_type&
70 const typename Collection::value_type::second_type&
73 const typename Collection::value_type::second_type& value) {
89 const typename Collection::value_type::second_type& value) {
99 typename Collection::value_type::second_type*
122 const typename Collection::value_type::second_type& data) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
map-util.h 46 const typename Collection::value_type::second_type&
49 const typename Collection::value_type::second_type& value) {
61 const typename Collection::value_type::second_type*
87 const typename Collection::value_type::second_type&
101 const typename Collection::value_type::second_type
  /external/chromium_org/third_party/cld/base/
stl_decl_msvc.h 59 struct select2nd : public std::unary_function<_Pair, typename _Pair::second_type>
61 const typename _Pair::second_type& operator()(const _Pair& __x) const {
  /external/clang/test/PCH/
crash-12631281.cpp 17 typedef _T2 second_type; typedef in struct:pair
  /external/protobuf/src/google/protobuf/stubs/
map-util.h 46 const typename Collection::value_type::second_type&
49 const typename Collection::value_type::second_type& value) {
61 const typename Collection::value_type::second_type*
77 const typename Collection::value_type::second_type
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
utility 61 typedef T2 second_type;
242 typedef _T2 second_type;
268 is_nothrow_copy_constructible<second_type>::value)
277 is_nothrow_copy_assignable<second_type>::value)
288 is_convertible<_U2, second_type>::value>::type>
305 is_nothrow_move_constructible<second_type>::value)
307 second(_VSTD::forward<second_type>(__p.second))
314 is_nothrow_move_assignable<second_type>::value)
317 second = _VSTD::forward<second_type>(__p.second);
364 __is_nothrow_swappable<second_type>::value
    [all...]
  /external/llvm/tools/llvm-diff/
DiffLog.cpp 38 Diff.push_back(DiffRecord(L, DiffRecord::second_type(0)));
  /external/stlport/stlport/stl/
_function_base.h 148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
  /frameworks/base/media/mca/filterfw/native/base/
utilities.h 74 const typename Collection::value_type::second_type*
128 const typename Collection::value_type::second_type
  /frameworks/base/media/mca/filterpacks/native/base/
utilities.h 74 const typename Collection::value_type::second_type*
128 const typename Collection::value_type::second_type
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_base.h 148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_pair.h 90 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
143 second(__cons<second_type>(std::move(__second))) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_pair.h 90 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
143 second(__cons<second_type>(std::move(__second))) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 90 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
143 second(__cons<second_type>(std::move(__second))) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 91 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
163 second = std::forward<second_type>(__p.second);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 90 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
143 second(__cons<second_type>(std::move(__second))) { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 91 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
163 second = std::forward<second_type>(__p.second);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_pair.h 99 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
171 second = std::forward<second_type>(__p.second);
  /external/llvm/include/llvm/ADT/
STLExtras.h 202 typedef T2 &second_type; typedef in struct:llvm::tier
205 second_type second;
207 tier(first_type f, second_type s) : first(f), second(s) { }

Completed in 2683 milliseconds

1 2 3 4 5