Home
last modified time | relevance | path

Searched refs:first_type (Results 1 – 19 of 19) 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/llvm/include/llvm/ADT/
DSTLExtras.h191 typedef T1 &first_type; typedef
194 first_type first;
197 tier(first_type f, second_type s) : first(f), second(s) { } in tier()
/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/llvm/tools/llvm-diff/
DDiffLog.cpp43 Diff.push_back(DiffRecord(DiffRecord::first_type(0), R)); in addRight()
/external/bluetooth/glib/glib/
Dgmarkup.h157 GMarkupCollectType first_type,
/external/webkit/Source/JavaScriptCore/wtf/
DHashMap.h113 static const typename PairType::first_type& extract(const PairType& p) { return p.first; } in extract()
118 typedef typename ValueType::first_type KeyType;
132 typedef typename ValueType::first_type KeyType;
DRefPtrHashMap.h33 typedef typename ValueType::first_type KeyType;
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp172 _Pair::first_type > {
/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()
/external/regex-re2/util/
Dsparse_array.h240 typedef int first_type; typedef
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h2227 typedef typename RawPairType::first_type KeyType;
2289 typedef typename RawPairType::first_type FirstType;