Searched refs:typename (Results 26 - 50 of 2355) sorted by path

1234567891011>>

/external/ceres-solver/internal/ceres/
H A Dgraph.h48 template <typename Vertex>
77 for (typename HashSet<Vertex>::const_iterator it = sinks.begin();
H A Dgraph_algorithms.h48 template <typename Vertex>
65 template <typename Vertex>
95 template <typename Vertex>
113 for (typename HashSet<Vertex>::const_iterator it = vertices.begin();
135 for (typename HashSet<Vertex>::const_iterator it = neighbors.begin();
147 for (typename vector<Vertex>::const_iterator it = vertex_queue.begin();
171 template <typename Vertex>
191 for (typename HashSet<Vertex>::const_iterator it = vertices.begin();
210 for (typename HashSet<Vertex>::const_iterator it = neighbors.begin();
222 for (typename vecto
[all...]
H A Dintegral_types.h41 template<bool kCondition, typename kTrueType, typename kFalseType>
45 template<typename kTrueType, typename kFalseType>
51 typename Ternary<sizeof(TYPE) * 8 == kBits, TYPE,
H A Dlinear_solver.h316 template <typename MatrixType>
H A Dmap_util.h58 const typename Collection::value_type::second_type&
60 const typename Collection::value_type::first_type& key) {
61 typename Collection::const_iterator it = collection.find(key);
70 const typename Collection::value_type::second_type&
72 const typename Collection::value_type::first_type& key,
73 const typename Collection::value_type::second_type& value) {
74 typename Collection::const_iterator it = collection.find(key);
88 const typename Collection::value_type::first_type& key,
89 const typename Collection::value_type::second_type& value) {
90 pair<typename Collectio
[all...]
H A Dpreconditioner.h140 template <typename MatrixType>
H A Dproblem_impl.h187 template<typename Block>
H A Dprogram_evaluator.h107 template<typename EvaluatePreparer,
108 typename JacobianWriter,
109 typename JacobianFinalizer = NullJacobianFinalizer>
H A Dschur_eliminator.h279 typename EigenTypes<kEBlockSize, kEBlockSize>::Matrix* eet,
H A Dschur_eliminator_impl.h197 typename EigenTypes<kFBlockSize>::ConstVectorRef
236 typename EigenTypes<kEBlockSize, kEBlockSize>::Matrix
240 const typename EigenTypes<kEBlockSize>::ConstVectorRef
248 typename EigenTypes<kEBlockSize>::VectorRef gref(g.get(), e_block_size);
271 typename EigenTypes<kEBlockSize, kEBlockSize>::Matrix inverse_ete =
317 typename EigenTypes<kEBlockSize>::VectorRef y_block(y_ptr, e_block_size);
319 typename EigenTypes<kEBlockSize, kEBlockSize>::Matrix
322 const typename EigenTypes<kEBlockSize>::ConstVectorRef
337 typename EigenTypes<kRowBlockSize>::VectorRef(sj.get(), row.block.size) =
338 typename EigenType
[all...]
H A Dsmall_blas.h80 const typename EigenTypes<kRowA, kColA>::ConstMatrixRef \
82 const typename EigenTypes<kRowB, kColB>::ConstMatrixRef \
281 const typename EigenTypes<kRowA, kColA>::ConstMatrixRef
283 const typename EigenTypes<kColA>::ConstVectorRef bref(b, num_col_a);
284 typename EigenTypes<kRowA>::VectorRef cref(c, num_row_a);
332 const typename EigenTypes<kRowA, kColA>::ConstMatrixRef
334 const typename EigenTypes<kRowA>::ConstVectorRef bref(b, num_row_a);
335 typename EigenTypes<kColA>::VectorRef cref(c, num_col_a);
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h392 template <typename T>
400 template <typename T>
405 template <typename T>
/external/chromium_org/ash/display/
H A Ddisplay_controller.h32 template <typename T> class JSONValueConverter;
H A Ddisplay_layout.h17 template <typename T> class JSONValueConverter;
H A Ddisplay_pref_util.h17 template<typename T>
30 template<typename T>
41 template<typename T>
45 typename std::map<T, std::string>::const_iterator iter = map->begin();
/external/chromium_org/ash/ime/
H A Dinput_method_menu_manager.h13 template<typename Type> struct DefaultSingletonTraits;
/external/chromium_org/ash/shelf/
H A Dscoped_observer_with_duplicated_sources.h28 typename SourceToAddCountMap::const_iterator iter =
45 typename SourceToAddCountMap::iterator iter =
H A Dshelf_layout_manager.h190 template<typename T>
206 template<typename T>
/external/chromium_org/ash/wm/
H A Dwindow_properties.h15 template<typename T>
/external/chromium_org/base/android/
H A Dscoped_java_ref.h35 template<typename T> class JavaRef;
74 template<typename T>
99 template<typename T>
111 template<typename U>
135 template<typename U>
143 template<typename U>
150 template<typename U>
172 template<typename T>
181 template<typename U>
194 template<typename
[all...]
/external/chromium_org/base/
H A Dauto_reset.h21 template<typename T>
H A Dbig_endian.h19 template<typename T>
31 template<typename T>
70 template<typename T>
95 template<typename T>
H A Dbind.h56 template <typename Functor>
58 typename internal::BindState<
59 typename internal::FunctorTraits<Functor>::RunnableType,
60 typename internal::FunctorTraits<Functor>::RunType,
65 typedef typename internal::FunctorTraits<Functor>::RunnableType RunnableType;
66 typedef typename internal::FunctorTraits<Functor>::RunType RunType;
71 return Callback<typename BindState::UnboundRunType>(
75 template <typename Functor, typename P1>
77 typename interna
[all...]
H A Dbind_helpers.h169 // template <typename C>
172 // template <typename C>
194 // template <typename C>
197 // template <typename C>
223 template <typename T>
247 template <typename C>
250 template <typename >
259 template <bool IsClasstype, typename T>
263 template <typename T>
268 template <typename
[all...]
H A Dbind_internal.h101 template <typename Functor>
105 template <typename R>
123 template <typename R, typename T>
142 template <typename R, typename T>
161 template <typename R, typename A1>
170 R Run(typename CallbackParamTraits<A1>::ForwardType a1) {
179 template <typename
[all...]

Completed in 367 milliseconds

1234567891011>>