Home
last modified time | relevance | path

Searched refs:first_type (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dmap-util.h48 const typename Collection::value_type::first_type& key, in FindWithDefault()
63 const typename Collection::value_type::first_type& key) { in FindOrNull()
79 const typename Collection::value_type::first_type& key) { in FindPtrOrNull()
/external/e2fsprogs/ext2ed/
Dinit.c162 ptr=first_type; in free_struct_descriptors()
169 first_type=last_type=current_type=NULL; in free_struct_descriptors()
200 if (first_type==NULL) { in add_new_descriptor()
201 first_type = last_type = ptr; in add_new_descriptor()
Dmain.c78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
Dext2ed.h211 extern struct struct_descriptor *first_type;
Ddir_com.c567 descriptor_ptr=first_type; in type_dir___remember()
Dfile_com.c419 descriptor_ptr=first_type; in type_file___remember()
Dgeneral_com.c511 descriptor_ptr=first_type; in set_type()
/external/stlport/stlport/stl/
D_function_base.h141 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> {
142 const typename _Pair::first_type& operator()(const _Pair& __x) const {
D_function.h109 typedef typename _Pair::first_type first_type; typedef
D_pair.h52 typedef _T1 first_type; typedef
/external/bluetooth/glib/glib/
Dgmarkup.h157 GMarkupCollectType first_type,
/external/webkit/JavaScriptCore/wtf/
DHashMap.h112 static const typename PairType::first_type& extract(const PairType& p) { return p.first; } in extract()
117 typedef typename ValueType::first_type KeyType;
131 typedef typename ValueType::first_type KeyType;
DRefPtrHashMap.h30 typedef typename ValueType::first_type KeyType;
/external/stlport/test/eh/
Dtest_insert.h116 struct select1st : public unary_function<_Pair, typename _Pair::first_type> {
117 const typename _Pair::first_type& operator()(const _Pair& __x) const { in operator()