HomeSort by relevance Sort by last modified time
    Searched refs:__decay_and_strip (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_pair.h 241 struct __decay_and_strip struct
249 inline pair<typename __decay_and_strip<_T1>::__type,
250 typename __decay_and_strip<_T2>::__type>
253 return pair<typename __decay_and_strip<_T1>::__type,
254 typename __decay_and_strip<_T2>::__type>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 241 struct __decay_and_strip struct
249 inline pair<typename __decay_and_strip<_T1>::__type,
250 typename __decay_and_strip<_T2>::__type>
253 return pair<typename __decay_and_strip<_T1>::__type,
254 typename __decay_and_strip<_T2>::__type>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 241 struct __decay_and_strip struct
249 inline pair<typename __decay_and_strip<_T1>::__type,
250 typename __decay_and_strip<_T2>::__type>
253 return pair<typename __decay_and_strip<_T1>::__type,
254 typename __decay_and_strip<_T2>::__type>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 241 struct __decay_and_strip struct
249 inline pair<typename __decay_and_strip<_T1>::__type,
250 typename __decay_and_strip<_T2>::__type>
253 return pair<typename __decay_and_strip<_T1>::__type,
254 typename __decay_and_strip<_T2>::__type>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_pair.h 260 struct __decay_and_strip struct
268 inline pair<typename __decay_and_strip<_T1>::__type,
269 typename __decay_and_strip<_T2>::__type>
272 return pair<typename __decay_and_strip<_T1>::__type,
273 typename __decay_and_strip<_T2>::__type>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_pair.h 63 #include <type_traits> // for std::__decay_and_strip too
260 inline pair<typename __decay_and_strip<_T1>::__type,
261 typename __decay_and_strip<_T2>::__type>
264 typedef typename __decay_and_strip<_T1>::__type __ds_type1;
265 typedef typename __decay_and_strip<_T2>::__type __ds_type2;
  /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 63 #include <type_traits> // for std::__decay_and_strip too
260 inline pair<typename __decay_and_strip<_T1>::__type,
261 typename __decay_and_strip<_T2>::__type>
264 typedef typename __decay_and_strip<_T1>::__type __ds_type1;
265 typedef typename __decay_and_strip<_T2>::__type __ds_type2;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 63 #include <type_traits> // for std::__decay_and_strip too
260 inline pair<typename __decay_and_strip<_T1>::__type,
261 typename __decay_and_strip<_T2>::__type>
264 typedef typename __decay_and_strip<_T1>::__type __ds_type1;
265 typedef typename __decay_and_strip<_T2>::__type __ds_type2;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 64 #include <type_traits> // for std::__decay_and_strip too
266 constexpr pair<typename __decay_and_strip<_T1>::__type,
267 typename __decay_and_strip<_T2>::__type>
270 typedef typename __decay_and_strip<_T1>::__type __ds_type1;
271 typedef typename __decay_and_strip<_T2>::__type __ds_type2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 63 #include <type_traits> // for std::__decay_and_strip too
260 inline pair<typename __decay_and_strip<_T1>::__type,
261 typename __decay_and_strip<_T2>::__type>
264 typedef typename __decay_and_strip<_T1>::__type __ds_type1;
265 typedef typename __decay_and_strip<_T2>::__type __ds_type2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 64 #include <type_traits> // for std::__decay_and_strip too
266 constexpr pair<typename __decay_and_strip<_T1>::__type,
267 typename __decay_and_strip<_T2>::__type>
270 typedef typename __decay_and_strip<_T1>::__type __ds_type1;
271 typedef typename __decay_and_strip<_T2>::__type __ds_type2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_pair.h 62 #include <type_traits> // for std::__decay_and_strip too
274 constexpr pair<typename __decay_and_strip<_T1>::__type,
275 typename __decay_and_strip<_T2>::__type>
278 typedef typename __decay_and_strip<_T1>::__type __ds_type1;
279 typedef typename __decay_and_strip<_T2>::__type __ds_type2;

Completed in 432 milliseconds