/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/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/llvm/include/llvm/ADT/ |
D | STLExtras.h | 201 typedef T1 &first_type; typedef 204 first_type first; 207 tier(first_type f, second_type s) : first(f), second(s) { } in tier()
|
/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 | 211 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()
|
D | general_com.c | 511 descriptor_ptr=first_type; in set_type()
|
/external/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 42 Diff.push_back(DiffRecord(DiffRecord::first_type(0), R)); in addRight()
|
/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/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/regex-re2/util/ |
D | sparse_array.h | 241 typedef int first_type; typedef
|
/external/chromium_org/third_party/re2/util/ |
D | sparse_array.h | 241 typedef int first_type; typedef
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/ |
D | region_data_constants.cc | 1000 const typename Pair::first_type& operator()(const Pair& pair) const { in operator ()()
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 2227 typedef typename RawPairType::first_type KeyType; 2289 typedef typename RawPairType::first_type FirstType;
|