/external/ceres-solver/internal/ceres/ |
D | map_util.h | 60 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/ |
D | quic_utils_chromium.h | 37 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/ |
D | map-util.h | 48 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/ |
D | map-util.h | 48 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/ |
D | crash-12631281.cpp | 16 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/ |
D | stl_decl_msvc.h | 52 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/ |
D | types.pass.cpp | 24 static_assert((std::is_same<P::first_type, float>::value), ""); in main()
|
/external/libcxx/include/ |
D | utility | 60 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/ |
D | hash_map | 238 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/ |
D | init.c | 162 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()
|
D | main.c | 78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
|
D | ext2ed.h | 207 extern struct struct_descriptor *first_type;
|
D | dir_com.c | 567 descriptor_ptr=first_type; in type_dir___remember()
|
D | file_com.c | 419 descriptor_ptr=first_type; in type_file___remember()
|
/external/stlport/stlport/stl/ |
D | _function_base.h | 141 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> { 142 const typename _Pair::first_type& operator()(const _Pair& __x) const {
|
D | _function.h | 109 typedef typename _Pair::first_type first_type; typedef
|
D | _pair.h | 52 typedef _T1 first_type; typedef
|
/external/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 42 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 172 _Pair::first_type > {
|
/external/stlport/test/eh/ |
D | test_insert.h | 116 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/ |
D | hydrogen-check-elimination.cc | 469 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/ |
D | websocket_transport_client_socket_pool_unittest.cc | 1010 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/ |
D | sparse_array.h | 241 typedef int first_type; typedef
|
/external/chromium_org/third_party/re2/util/ |
D | sparse_array.h | 242 typedef int first_type; typedef
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.hpp | 73 typedef T1 first_type; typedef
|