Home
last modified time | relevance | path

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

12

/external/ceres-solver/internal/ceres/
Dmap_util.h60 const typename Collection::value_type::first_type& key) { in FindOrDie()
72 const typename Collection::value_type::first_type& key, in FindWithDefault()
88 const typename Collection::value_type::first_type& key, in InsertIfNotPresent()
101 const typename Collection::value_type::first_type& key) { in FindOrNull()
121 const typename Collection::value_type::first_type& key, in InsertOrDie()
/external/chromium_org/net/quic/
Dquic_utils_chromium.h37 const typename Collection::value_type::first_type& key) { in FindOrDie()
47 const typename Collection::value_type::first_type& key) { in FindOrDie()
58 const typename Collection::value_type::first_type& key) { in FindOrNull()
70 const typename Collection::value_type::first_type& key) { in FindOrNull()
/external/chromium_org/third_party/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()
89 const typename Collection::value_type::first_type& key) { in FindOrDie()
103 const typename Collection::value_type::first_type& key) { in FindPtrOrNull()
/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/clang/test/PCH/
Dcrash-12631281.cpp16 typedef _T1 first_type; typedef
18 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
/external/chromium_org/third_party/cld/base/
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 { in operator()
/external/libcxx/test/utilities/utility/pairs/pairs.pair/
Dtypes.pass.cpp24 static_assert((std::is_same<P::first_type, float>::value), ""); in main()
/external/libcxx/include/
Dutility60 typedef T1 first_type;
250 typedef _T1 first_type;
281 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
291 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value &&
302 class = typename enable_if<is_convertible<_U1, first_type>::value &&
323 pair(pair&& __p) _NOEXCEPT_(is_nothrow_move_constructible<first_type>::value &&
325 : first(_VSTD::forward<first_type>(__p.first)),
333 operator=(pair&& __p) _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value &&
336 first = _VSTD::forward<first_type>(__p.first);
383 swap(pair& __p) _NOEXCEPT_(__is_nothrow_swappable<first_type>::value &&
/external/libcxx/include/ext/
Dhash_map238 size_t operator()(const typename _Tp::first_type& __x) const
254 size_t operator()(const typename _Tp::first_type& __x) const
274 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const
277 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const
280 bool operator()(const typename _Tp::first_type& __x,
281 const typename _Tp::first_type& __y) const
297 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const
300 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const
303 bool operator()(const typename _Tp::first_type& __x,
304 const typename _Tp::first_type& __y) const
[all …]
/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.h207 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()
/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.cpp42 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
/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/chromium_org/v8/src/
Dhydrogen-check-elimination.cc469 InstanceType first_type, last_type; in ReduceCheckInstanceType() local
470 instr->GetCheckInterval(&first_type, &last_type); in ReduceCheckInstanceType()
471 if (first_type <= type && type <= last_type) maps->Add(map, zone()); in ReduceCheckInstanceType()
/external/chromium_org/net/socket/
Dwebsocket_transport_client_socket_pool_unittest.cc1010 MockTransportClientSocketFactory::ClientSocketType first_type[] = { in TEST_F() local
1014 client_socket_factory_.set_client_socket_types(first_type, in TEST_F()
1015 arraysize(first_type)); in TEST_F()
/external/regex-re2/util/
Dsparse_array.h241 typedef int first_type; typedef
/external/chromium_org/third_party/re2/util/
Dsparse_array.h242 typedef int first_type; typedef
/external/deqp/modules/glshared/
DglsFboUtil.hpp73 typedef T1 first_type; typedef

12