HomeSort by relevance Sort by last modified time
    Searched refs:first_type (Results 1 - 25 of 34) sorted by null

1 2

  /external/protobuf/src/google/protobuf/stubs/
map-util.h 48 const typename Collection::value_type::first_type& key,
63 const typename Collection::value_type::first_type& key) {
79 const typename Collection::value_type::first_type& key) {
  /external/stlport/stlport/stl/
_function_base.h 141 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> {
142 const typename _Pair::first_type& operator()(const _Pair& __x) const {
168 // JDJ (CW Pro1 doesn't like const when first_type is also const)
_function.h 109 typedef typename _Pair::first_type first_type; typedef in struct:__pair_aux
_pair.h 52 typedef _T1 first_type; typedef in struct:pair
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 141 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> {
142 const typename _Pair::first_type& operator()(const _Pair& __x) const {
168 // JDJ (CW Pro1 doesn't like const when first_type is also const)
_function.h 109 typedef typename _Pair::first_type first_type; typedef in struct:__pair_aux
_pair.h 52 typedef _T1 first_type; typedef in struct:pair
  /bionic/libstdc++/include/
stl_pair.h 65 typedef _T1 first_type; typedef in struct:pair
  /ndk/sources/cxx-stl/system/include/
stl_pair.h 65 typedef _T1 first_type; typedef in struct:pair
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 65 typedef typename value_type::first_type key_type;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stl_pair.h 65 typedef _T1 first_type; typedef in struct:pair
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stl_pair.h 65 typedef _T1 first_type; typedef in struct:pair
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stl_pair.h 65 typedef _T1 first_type; typedef in struct:pair
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stl_pair.h 65 typedef _T1 first_type; typedef in struct:pair
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stl_pair.h 65 typedef _T1 first_type; typedef in struct:pair
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stl_pair.h 65 typedef _T1 first_type; typedef in struct:pair
  /external/bluetooth/glib/glib/
gmarkup.h 157 GMarkupCollectType first_type,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_merge.h 301 ::value_type::first_type
419 ::value_type::first_type
543 ::value_type::first_type
620 RandomAccessIteratorIterator>::value_type::first_type>::value_type&
629 ::value_type::first_type
710 RandomAccessIteratorIterator>::value_type::first_type>::value_type&
720 ::value_type::first_type
902 RandomAccessIteratorIterator>::value_type::first_type>::value_type&
907 ::value_type::first_type
939 RandomAccessIteratorIterator>::value_type::first_type>::value_type
    [all...]
multiseq_selection.h 129 first_type>::value_type>()) // std::less<T>
133 typedef typename std::iterator_traits<RanSeqs>::value_type::first_type
382 typedef typename std::iterator_traits<RanSeqs>::value_type::first_type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 481 typename _Pair::first_type>
483 typename _Pair::first_type&
487 const typename _Pair::first_type&
  /external/e2fsprogs/ext2ed/
init.c 162 ptr=first_type;
169 first_type=last_type=current_type=NULL;
200 if (first_type==NULL) {
201 first_type = last_type = ptr;
ext2ed.h 211 extern struct struct_descriptor *first_type;
main.c 78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */ variable in typeref:struct:struct_descriptor
  /external/webkit/JavaScriptCore/wtf/
HashMap.h 112 static const typename PairType::first_type& extract(const PairType& p) { return p.first; }
117 typedef typename ValueType::first_type KeyType;
131 typedef typename ValueType::first_type KeyType;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 73 int first_type; /* first changed key type */ member in struct:_XkbMapNotifyEvent
160 int first_type; /* first key type with new name */ member in struct:_XkbNamesNotify

Completed in 482 milliseconds

1 2