Searched refs:first_type (Results 1 - 25 of 25) sorted by relevance

/external/libcxx/test/utilities/utility/pairs/pairs.pair/
H A Dtypes.pass.cpp15 // typedef T1 first_type;
24 static_assert((std::is_same<P::first_type, float>::value), "");
/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/chromium_org/net/quic/
H A Dquic_utils_chromium.h37 const typename Collection::value_type::first_type& key) {
47 const typename Collection::value_type::first_type& key) {
58 const typename Collection::value_type::first_type& key) {
70 const typename Collection::value_type::first_type& key) {
/external/ceres-solver/internal/ceres/
H A Dmap_util.h60 const typename Collection::value_type::first_type& key) {
72 const typename Collection::value_type::first_type& key,
88 const typename Collection::value_type::first_type& key,
101 const typename Collection::value_type::first_type& key) {
121 const typename Collection::value_type::first_type& key,
/external/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h48 const typename Collection::value_type::first_type& key,
63 const typename Collection::value_type::first_type& key) {
79 const typename Collection::value_type::first_type& key) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h48 const typename Collection::value_type::first_type& key,
63 const typename Collection::value_type::first_type& key) {
89 const typename Collection::value_type::first_type& key) {
103 const typename Collection::value_type::first_type& key) {
/external/chromium_org/third_party/cld/base/
H A Dstl_decl_msvc.h52 struct select1st : public std::unary_function<_Pair, typename _Pair::first_type> {
53 const typename _Pair::first_type& operator()(const _Pair& __x) const {
/external/llvm/tools/llvm-diff/
H A DDiffLog.cpp42 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R));
/external/stlport/stlport/stl/
H A 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 {
168 // JDJ (CW Pro1 doesn't like const when first_type is also const)
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/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp172 _Pair::first_type > {
/external/e2fsprogs/ext2ed/
H A Dinit.c162 ptr=first_type;
169 first_type=last_type=current_type=NULL;
200 if (first_type==NULL) {
201 first_type = last_type = ptr;
H A Dext2ed.h207 extern struct struct_descriptor *first_type;
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
H A Ddir_com.c567 descriptor_ptr=first_type;
H A Dfile_com.c419 descriptor_ptr=first_type;
H A Dgeneral_com.c511 descriptor_ptr=first_type;
/external/stlport/test/eh/
H A Dtest_insert.h116 struct select1st : public unary_function<_Pair, typename _Pair::first_type> {
117 const typename _Pair::first_type& operator()(const _Pair& __x) const {
/external/chromium_org/third_party/re2/util/
H A Dsparse_array.h242 typedef int first_type; typedef in class:re2::SparseArray::IndexValue
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp73 typedef T1 first_type; typedef in struct:deqp::gls::Pair
/external/regex-re2/util/
H A Dsparse_array.h241 typedef int first_type; typedef in class:re2::SparseArray::IndexValue
/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/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/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dregion_data_constants.cc1395 const typename Pair::first_type& operator()(const Pair& pair) const {

Completed in 543 milliseconds