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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp 122 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
123 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
155 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
156 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
types_traits.hpp 122 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
123 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
155 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
156 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 122 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
123 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
155 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
156 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 122 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
123 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
155 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
156 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
types_traits.hpp 122 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
123 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
155 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
156 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
types_traits.hpp 122 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
123 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
155 typedef std::pair<const Key, Mapped> __value_type; typedef in struct:__gnu_pbds::detail::type_base
156 typedef typename _Alloc::template rebind<__value_type> __rebind_v;
  /external/libcxx/include/
map 581 union __value_type
593 __value_type(_Args&& ...__args)
597 __value_type(const __value_type& __v)
601 __value_type(__value_type& __v)
605 __value_type(__value_type&& __v)
609 __value_type& operator=(const __value_type& __v
    [all...]
unordered_map 728 typedef __hash_value_type<key_type, mapped_type> __value_type;
729 typedef __unordered_map_hasher<key_type, __value_type, hasher> __hasher;
730 typedef __unordered_map_equal<key_type, __value_type, key_equal> __key_equal;
733 rebind_alloc<__value_type>
735 rebind_alloc<__value_type>::other
739 typedef __hash_table<__value_type, __hasher,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
map 581 union __value_type
593 __value_type(_Args&& ...__args)
597 __value_type(const __value_type& __v)
601 __value_type(__value_type& __v)
605 __value_type(__value_type&& __v)
609 __value_type& operator=(const __value_type& __v
    [all...]
unordered_map 728 typedef __hash_value_type<key_type, mapped_type> __value_type;
729 typedef __unordered_map_hasher<key_type, __value_type, hasher> __hasher;
730 typedef __unordered_map_equal<key_type, __value_type, key_equal> __key_equal;
733 rebind_alloc<__value_type>
735 rebind_alloc<__value_type>::other
739 typedef __hash_table<__value_type, __hasher,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
map 581 union __value_type
593 __value_type(_Args&& ...__args)
597 __value_type(const __value_type& __v)
601 __value_type(__value_type& __v)
605 __value_type(__value_type&& __v)
609 __value_type& operator=(const __value_type& __v
    [all...]
unordered_map 728 typedef __hash_value_type<key_type, mapped_type> __value_type;
729 typedef __unordered_map_hasher<key_type, __value_type, hasher> __hasher;
730 typedef __unordered_map_equal<key_type, __value_type, key_equal> __key_equal;
733 rebind_alloc<__value_type>
735 rebind_alloc<__value_type>::other
739 typedef __hash_table<__value_type, __hasher,
    [all...]
  /external/libcxx/include/ext/
hash_map 493 typedef pair<key_type, mapped_type> __value_type;
494 typedef __hash_map_hasher<__value_type, hasher> __hasher;
495 typedef __hash_map_equal<__value_type, key_equal> __key_equal;
498 rebind_alloc<__value_type>
500 rebind_alloc<__value_type>::other
504 typedef __hash_table<__value_type, __hasher,
772 typedef pair<key_type, mapped_type> __value_type;
773 typedef __hash_map_hasher<__value_type, hasher> __hasher;
774 typedef __hash_map_equal<__value_type, key_equal> __key_equal;
777 rebind_alloc<__value_type>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_map 493 typedef pair<key_type, mapped_type> __value_type;
494 typedef __hash_map_hasher<__value_type, hasher> __hasher;
495 typedef __hash_map_equal<__value_type, key_equal> __key_equal;
498 rebind_alloc<__value_type>
500 rebind_alloc<__value_type>::other
504 typedef __hash_table<__value_type, __hasher,
772 typedef pair<key_type, mapped_type> __value_type;
773 typedef __hash_map_hasher<__value_type, hasher> __hasher;
774 typedef __hash_map_equal<__value_type, key_equal> __key_equal;
777 rebind_alloc<__value_type>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_map 493 typedef pair<key_type, mapped_type> __value_type;
494 typedef __hash_map_hasher<__value_type, hasher> __hasher;
495 typedef __hash_map_equal<__value_type, key_equal> __key_equal;
498 rebind_alloc<__value_type>
500 rebind_alloc<__value_type>::other
504 typedef __hash_table<__value_type, __hasher,
772 typedef pair<key_type, mapped_type> __value_type;
773 typedef __hash_map_hasher<__value_type, hasher> __hasher;
774 typedef __hash_map_equal<__value_type, key_equal> __key_equal;
777 rebind_alloc<__value_type>
    [all...]
  /external/stlport/stlport/stl/
_iterator_base.h 98 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::__value_type(_It, _STLP_STD::_IsPtrType<_Tp>::_Ret())
235 __value_type(const _Tp*, const __true_type&) function in struct:iterator_traits
240 __value_type(const _Iter&, const __false_type&) { function in struct:iterator_traits
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 98 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::__value_type(_It, _STLP_STD::_IsPtrType<_Tp>::_Ret())
235 __value_type(const _Tp*, const __true_type&) function in struct:iterator_traits
240 __value_type(const _Iter&, const __false_type&) { function in struct:iterator_traits
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 98 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::__value_type(_It, _STLP_STD::_IsPtrType<_Tp>::_Ret())
235 __value_type(const _Tp*, const __true_type&) function in struct:iterator_traits
240 __value_type(const _Iter&, const __false_type&) { function in struct:iterator_traits
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 98 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::__value_type(_It, _STLP_STD::_IsPtrType<_Tp>::_Ret())
235 __value_type(const _Tp*, const __true_type&) function in struct:iterator_traits
240 __value_type(const _Iter&, const __false_type&) { function in struct:iterator_traits
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 98 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::__value_type(_It, _STLP_STD::_IsPtrType<_Tp>::_Ret())
235 __value_type(const _Tp*, const __true_type&) function in struct:iterator_traits
240 __value_type(const _Iter&, const __false_type&) { function in struct:iterator_traits
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 98 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::__value_type(_It, _STLP_STD::_IsPtrType<_Tp>::_Ret())
235 __value_type(const _Tp*, const __true_type&) function in struct:iterator_traits
240 __value_type(const _Iter&, const __false_type&) { function in struct:iterator_traits
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iterator_base.h 98 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::__value_type(_It, _STLP_STD::_IsPtrType<_Tp>::_Ret())
235 __value_type(const _Tp*, const __true_type&) function in struct:iterator_traits
240 __value_type(const _Iter&, const __false_type&) { function in struct:iterator_traits
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable_policy.h     [all...]
  /external/stlport/etc/
ChangeLog 564 * stlport/stl/_iterator_base.h: Remove implementation of __value_type
    [all...]
ChangeLog-5.1     [all...]

Completed in 1077 milliseconds