Searched refs:typename (Results 151 - 175 of 2355) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Eigen2Support/
H A DCwiseOperators.h21 template<typename ExpressionType>
29 template<typename ExpressionType>
37 template<typename ExpressionType>
45 template<typename ExpressionType>
53 template<typename ExpressionType>
54 template<typename OtherDerived>
62 template<typename ExpressionType>
63 template<typename OtherDerived>
71 template<typename ExpressionType>
72 template<typename OtherDerive
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h46 const typename Collection::value_type::second_type&
48 const typename Collection::value_type::first_type& key,
49 const typename Collection::value_type::second_type& value) {
50 typename Collection::const_iterator it = collection.find(key);
61 const typename Collection::value_type::second_type*
63 const typename Collection::value_type::first_type& key) {
64 typename Collection::const_iterator it = collection.find(key);
87 const typename Collection::value_type::second_type&
89 const typename Collection::value_type::first_type& key) {
90 typename Collectio
[all...]
/external/chromium_org/ui/ozone/
H A Dgenerate_constructor_list.py17 --typename OzonePlatform \
56 def GetTypedefName(typename):
57 """Determine typedef name of constructor for typename.
59 This is just typename + "Constructor".
62 return typename + 'Constructor'
65 def GetConstructorName(typename, platform):
68 This is just "Create" + typename + platform.
71 return 'Create' + typename + string.capitalize(platform)
92 for typename in typenames:
94 constructor = GetConstructorName(typename, platfor
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
20 static void sparse_sparse_product_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& tolerance)
24 typedef typename remove_all<Lhs>::type::Scalar Scalar;
25 typedef typename remove_all<Lhs>::type::Index Index;
59 for (typename Rhs::InnerIterator rhsIt(rhs, j); rhsIt; ++rhsIt)
64 for (typename Lhs::InnerIterator lhsIt(lhs, rhsIt.index()); lhsIt; ++lhsIt)
70 for (typename AmbiVector<Scalar,Index>::Iterator it(tempVector,tolerance); it; ++it)
76 template<typename Lh
[all...]
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
H A DKroneckerTensorProduct.h17 template<typename Scalar, int Options, typename Index> class SparseMatrix;
29 template<typename Lhs, typename Rhs>
34 typedef typename Base::Scalar Scalar;
35 typedef typename Base::Index Index;
44 template<typename Dest> void evalTo(Dest& dst) const;
62 typename Lhs::Nested m_A;
63 typename Rhs::Nested m_B;
79 template<typename Lh
[all...]
/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h34 unsigned DFSPass(DominatorTreeBase<typename GraphT::NodeType>& DT,
35 typename GraphT::NodeType* V, unsigned N) {
56 SmallVector<std::pair<typename GraphT::NodeType*,
57 typename GraphT::ChildIteratorType>, 32> Worklist;
60 typename GraphT::NodeType* BB = Worklist.back().first;
61 typename GraphT::ChildIteratorType NextSucc = Worklist.back().second;
63 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo =
93 typename GraphT::NodeType* Succ = *NextSucc;
95 typename DominatorTreeBas
[all...]
H A DRegistryParser.h33 template <typename T, typename U = RegistryTraits<T> >
35 public cl::parser<const typename U::entry*>,
38 typedef typename U::entry entry;
39 typedef typename Registry<T, U>::listener listener;
49 cl::parser<const typename U::entry*>::initialize(O);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dbase_screen_handler_utils.h21 template<typename T>
26 template<typename T>
41 template<typename T>
55 template<typename T>
63 template<typename A1>
68 typename UnwrapConstRef<A1>::Type arg1;
76 template<typename A1, typename A2>
81 typename UnwrapConstRef<A1>::Type arg1;
82 typename UnwrapConstRe
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashCountedSet.h34 typename Value,
35 typename HashFunctions = typename DefaultHash<Value>::Hash,
36 typename Traits = HashTraits<Value>,
37 typename Allocator = DefaultAllocator > class HashCountedSet {
43 typedef typename ImplType::iterator iterator;
44 typedef typename ImplType::const_iterator const_iterator;
45 typedef typename ImplType::AddResult AddResult;
83 void trace(typename Allocator::Visitor* visitor) { m_impl.trace(visitor); }
89 template<typename
[all...]
/external/chromium_org/base/mac/
H A Dbind_objc_block.h30 template<typename R>
36 template<typename R, typename A1>
42 template<typename R, typename A1, typename A2>
51 template<typename R>
58 template<typename R, typename A1>
65 template<typename
[all...]
/external/chromium_org/ppapi/cpp/
H A Dmodule_impl.h20 template <typename T> const char* interface_name() {
24 template <typename T> inline T const* get_interface() {
30 template <typename T> inline bool has_interface() {
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCallbacks.h36 template<typename S, typename T>
44 template<typename T>
/external/chromium_org/third_party/skia/src/ports/
H A DSkBarriers_arm.h13 template <typename T>
20 template <typename T>
30 template <typename T>
H A DSkBarriers_x86.h18 template <typename T>
26 template <typename T>
32 template <typename T>
/external/clang/test/Modules/Inputs/
H A Dcxx-irgen-top.h1 template<typename T> struct S {
8 template<typename T> T min(T a, T b) { return a < b ? a : b; }
12 template<typename T> struct CtorInit {
/external/eigen/Eigen/src/Core/
H A DFunctors.h24 template<typename Scalar> struct scalar_sum_op {
27 template<typename Packet>
30 template<typename Packet>
34 template<typename Scalar>
47 template<typename LhsScalar,typename RhsScalar> struct scalar_product_op {
52 typedef typename scalar_product_traits<LhsScalar,RhsScalar>::ReturnType result_type;
55 template<typename Packet>
58 template<typename Packet>
62 template<typename LhsScala
[all...]
H A DRandom.h17 template<typename Scalar> struct scalar_random_op {
19 template<typename Index>
23 template<typename Scalar>
47 template<typename Derived>
48 inline const CwiseNullaryOp<internal::scalar_random_op<typename internal::traits<Derived>::Scalar>, Derived>
74 template<typename Derived>
75 inline const CwiseNullaryOp<internal::scalar_random_op<typename internal::traits<Derived>::Scalar>, Derived>
95 template<typename Derived>
96 inline const CwiseNullaryOp<internal::scalar_random_op<typename internal::traits<Derived>::Scalar>, Derived>
109 template<typename Derive
[all...]
H A DReturnByValue.h23 template<typename Derived>
25 : public traits<typename traits<Derived>::ReturnType>
31 Flags = (traits<typename traits<Derived>::ReturnType>::Flags
42 template<typename Derived,int n,typename PlainObject>
45 typedef typename traits<Derived>::ReturnType type;
50 template<typename Derived> class ReturnByValue
54 typedef typename internal::traits<Derived>::ReturnType ReturnType;
56 typedef typename internal::dense_xpr_base<ReturnByValue>::type Base;
59 template<typename Des
[all...]
H A DSolveTriangular.h19 template<typename LhsScalar, typename RhsScalar, typename Index, int Side, int Mode, bool Conjugate, int StorageOrder>
22 template <typename Scalar, typename Index, int Side, int Mode, bool Conjugate, int TriStorageOrder, int OtherStorageOrder>
26 template<typename Lhs, typename Rhs, int Side>
41 template<typename Lhs, typename Rhs,
49 template<typename Lh
[all...]
H A DMatrixBase.h36 template<typename Derived>
48 template<typename Derived> class MatrixBase
54 typedef typename internal::traits<Derived>::StorageKind StorageKind;
55 typedef typename internal::traits<Derived>::Index Index;
56 typedef typename internal::traits<Derived>::Scalar Scalar;
57 typedef typename internal::packet_traits<Scalar>::type PacketScalar;
58 typedef typename NumTraits<Scalar>::Real RealScalar;
85 typedef typename Base::CoeffReturnType CoeffReturnType;
86 typedef typename Base::ConstTransposeReturnType ConstTransposeReturnType;
87 typedef typename Bas
[all...]
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h71 template <typename Element>
150 template <typename It> class RepeatedPtrIterator;
151 template <typename It> class RepeatedPtrOverPtrsIterator;
189 template <typename TypeHandler>
194 template <typename TypeHandler>
195 const typename TypeHandler::Type& Get(int index) const;
196 template <typename TypeHandler>
197 typename TypeHandler::Type* Mutable(int index);
198 template <typename TypeHandler>
199 typename TypeHandle
[all...]
/external/gtest/include/gtest/
H A Dgtest-printers.h131 template <typename T, TypeKind kTypeKind>
146 template <typename T>
158 template <typename T>
198 template <typename Char, typename CharTraits, typename T>
217 template <typename T>
260 template <typename T>
263 template <typename T>
268 template <typename
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h722 #define GTEST_1_TYPENAMES_(T) typename T##0
723 #define GTEST_2_TYPENAMES_(T) typename T##0, typename T##1
724 #define GTEST_3_TYPENAMES_(T) typename T##0, typename T##1, typename T##2
725 #define GTEST_4_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \
726 typename
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h722 #define GTEST_1_TYPENAMES_(T) typename T##0
723 #define GTEST_2_TYPENAMES_(T) typename T##0, typename T##1
724 #define GTEST_3_TYPENAMES_(T) typename T##0, typename T##1, typename T##2
725 #define GTEST_4_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \
726 typename
[all...]
/external/chromium_org/base/
H A Dcallback_forward.h10 template <typename Sig>

Completed in 3958 milliseconds

1234567891011>>