Searched defs:first_type (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
H A D_pair.h52 typedef _T1 first_type; typedef in struct:pair
H A D_function.h109 typedef typename _Pair::first_type first_type; typedef in struct:__pair_aux
/external/regex-re2/util/
H A Dsparse_array.h240 typedef int first_type; typedef in class:re2::SparseArray::IndexValue
/external/e2fsprogs/ext2ed/
H A Dmain.c78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */ variable in typeref:struct:struct_descriptor
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h201 typedef T1 &first_type; typedef in struct:llvm::tier
204 first_type first;
207 tier(first_type f, second_type s) : first(f), second(s) { }

Completed in 150 milliseconds