Searched refs:first_type (Results 1 – 14 of 14) sorted by relevance
48 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()
162 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()
78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
211 extern struct struct_descriptor *first_type;
567 descriptor_ptr=first_type; in type_dir___remember()
419 descriptor_ptr=first_type; in type_file___remember()
511 descriptor_ptr=first_type; in set_type()
141 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> {142 const typename _Pair::first_type& operator()(const _Pair& __x) const {
109 typedef typename _Pair::first_type first_type; typedef
52 typedef _T1 first_type; typedef
157 GMarkupCollectType first_type,
112 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;
30 typedef typename ValueType::first_type KeyType;
116 struct select1st : public unary_function<_Pair, typename _Pair::first_type> {117 const typename _Pair::first_type& operator()(const _Pair& __x) const { in operator()