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

/external/clang/test/PCH/
H A Dcrash-12631281.cpp16 typedef _T1 first_type; typedef in struct:pair
18 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
/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/chromium_org/net/socket/
H A Dwebsocket_transport_client_socket_pool_unittest.cc1010 MockTransportClientSocketFactory::ClientSocketType first_type[] = { local
1014 client_socket_factory_.set_client_socket_types(first_type,
1015 arraysize(first_type));
/external/chromium_org/third_party/re2/util/
H A Dsparse_array.h242 typedef int first_type; typedef in class:re2::SparseArray::IndexValue
/external/regex-re2/util/
H A Dsparse_array.h241 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/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc469 InstanceType first_type, last_type; local
470 instr->GetCheckInterval(&first_type, &last_type);
471 if (first_type <= type && type <= last_type) maps->Add(map, zone());
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp73 typedef T1 first_type; typedef in struct:deqp::gls::Pair

Completed in 299 milliseconds