Searched refs:ParamType (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_test_util.h26 typedef T ParamType; typedef in struct:sync_file_system::TypeTraits
31 typedef const storage::FileSystemURL& ParamType; typedef in struct:sync_file_system::TypeTraits
36 typedef const std::vector<T>& ParamType; typedef in struct:sync_file_system::TypeTraits
58 base::Callback<void(typename TypeTraits<Arg>::ParamType)>
62 base::Callback<void(typename TypeTraits<Arg1>::ParamType,
63 typename TypeTraits<Arg2>::ParamType)>
66 typedef typename TypeTraits<Arg1>::ParamType Param1;
67 typedef typename TypeTraits<Arg2>::ParamType Param2;
H A Dsync_file_system_test_util.cc43 base::Callback<void(typename TypeTraits<Arg>::ParamType)>
45 typedef typename TypeTraits<Arg>::ParamType Param;
/external/chromium_org/ipc/
H A Dipc_message_utils_impl.h14 template <class ParamType>
15 void MessageSchema<ParamType>::Write(Message* msg, const RefParam& p) {
19 template <class ParamType>
20 bool MessageSchema<ParamType>::Read(const Message* msg, Param* p) {
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h40 /// \brief AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) {
47 /// is ParamType.
50 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \
51 AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, Param, \
53 #define AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, \
55 inline ReturnType DefineMatcher(ParamType const &Param); \
56 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
57 inline ReturnType DefineMatcher(ParamType const &Param)
87 /// \brief AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) { ... }
95 /// is ParamType
[all...]
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
355 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
449 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h3162 typedef ::testing::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
3169 virtual ParamIteratorInterface<ParamType>* Begin() const {
3172 virtual ParamIteratorInterface<ParamType>* End() const {
3177 class Iterator : public ParamIteratorInterface<ParamType> {
3179 Iterator(const ParamGeneratorInterface<ParamType>* base,
3191 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
3205 virtual ParamIteratorInterface<ParamType>* Clone() const {
3208 virtual const ParamType* Current() const { return &current_value_; }
3209 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
3240 current_value_ = ParamType(*current1
3277 typedef ::testing::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3409 typedef ::testing::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3560 typedef ::testing::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3729 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3915 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
4118 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4340 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4579 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
355 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
449 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h2841 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
2848 virtual ParamIteratorInterface<ParamType>* Begin() const {
2851 virtual ParamIteratorInterface<ParamType>* End() const {
2856 class Iterator : public ParamIteratorInterface<ParamType> {
2858 Iterator(const ParamGeneratorInterface<ParamType>* base,
2870 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
2884 virtual ParamIteratorInterface<ParamType>* Clone() const {
2887 virtual const ParamType* Current() const { return &current_value_; }
2888 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
2919 current_value_ = ParamType(*current1
2956 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3088 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3239 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3408 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3594 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
3797 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4019 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4258 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
355 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
449 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h3162 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
3169 virtual ParamIteratorInterface<ParamType>* Begin() const {
3172 virtual ParamIteratorInterface<ParamType>* End() const {
3177 class Iterator : public ParamIteratorInterface<ParamType> {
3179 Iterator(const ParamGeneratorInterface<ParamType>* base,
3191 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
3205 virtual ParamIteratorInterface<ParamType>* Clone() const {
3208 virtual const ParamType* Current() const { return &current_value_; }
3209 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
3240 current_value_ = ParamType(*current1
3277 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3409 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3560 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3729 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3915 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
4118 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4340 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4579 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
355 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
449 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h2841 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
2848 virtual ParamIteratorInterface<ParamType>* Begin() const {
2851 virtual ParamIteratorInterface<ParamType>* End() const {
2856 class Iterator : public ParamIteratorInterface<ParamType> {
2858 Iterator(const ParamGeneratorInterface<ParamType>* base,
2870 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
2884 virtual ParamIteratorInterface<ParamType>* Clone() const {
2887 virtual const ParamType* Current() const { return &current_value_; }
2888 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
2919 current_value_ = ParamType(*current1
2956 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3088 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3239 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3408 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3594 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
3797 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4019 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4258 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
355 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
449 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h2841 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
2848 virtual ParamIteratorInterface<ParamType>* Begin() const {
2851 virtual ParamIteratorInterface<ParamType>* End() const {
2856 class Iterator : public ParamIteratorInterface<ParamType> {
2858 Iterator(const ParamGeneratorInterface<ParamType>* base,
2870 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
2884 virtual ParamIteratorInterface<ParamType>* Clone() const {
2887 virtual const ParamType* Current() const { return &current_value_; }
2888 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
2919 current_value_ = ParamType(*current1
2956 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3088 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3239 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3408 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3594 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
3797 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4019 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4258 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h163 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
373 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
374 explicit ParameterizedTestFactory(ParamType parameter) :
382 const ParamType parameter_;
391 template <class ParamType>
396 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
409 : public TestMetaFactoryBase<typename TestCase::ParamType> {
411 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
467 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h2822 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
2829 virtual ParamIteratorInterface<ParamType>* Begin() const {
2832 virtual ParamIteratorInterface<ParamType>* End() const {
2837 class Iterator : public ParamIteratorInterface<ParamType> {
2839 Iterator(const ParamGeneratorInterface<ParamType>* base,
2851 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
2865 virtual ParamIteratorInterface<ParamType>* Clone() const {
2868 virtual const ParamType* Current() const { return &current_value_; }
2869 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
2900 current_value_ = ParamType(*current1
2937 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3069 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3220 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3389 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3575 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
3778 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4000 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4239 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCrossThreadTask.h45 typedef const T& ParamType; typedef in struct:blink::CrossThreadTaskTraits
49 typedef T* ParamType; typedef in struct:blink::CrossThreadTaskTraits
53 typedef PassRefPtr<T> ParamType; typedef in struct:blink::CrossThreadTaskTraits
57 typedef PassOwnPtr<T> ParamType; typedef in struct:blink::CrossThreadTaskTraits
76 typedef RawPtr<T> ParamType; typedef in struct:blink::CrossThreadTaskTraits
84 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
113 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
114 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
145 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
146 typedef typename CrossThreadTaskTraits<P2>::ParamType Param
[all...]
/external/chromium_org/base/
H A Dtuple.h40 // ParamType: what type to pass to functions (refs should not be constified).
46 typedef const P& ParamType; typedef in struct:TupleTraits
53 typedef P& ParamType; typedef in struct:TupleTraits
85 explicit Tuple1(typename TupleTraits<A>::ParamType a) : a(a) {}
97 Tuple2(typename TupleTraits<A>::ParamType a,
98 typename TupleTraits<B>::ParamType b)
114 Tuple3(typename TupleTraits<A>::ParamType a,
115 typename TupleTraits<B>::ParamType b,
116 typename TupleTraits<C>::ParamType c)
134 Tuple4(typename TupleTraits<A>::ParamType
[all...]
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4189 QualType ParamType, Expr *Arg) {
4240 if (S.Context.hasSameUnqualifiedType(Arg->getType(), ParamType) ||
4241 S.IsQualificationConversion(Arg->getType(), ParamType, false,
4248 << Arg->getType() << ParamType << Arg->getSourceRange();
4256 std::string Code = "static_cast<" + ParamType.getAsString() + ">(";
4258 << ParamType << FixItHint::CreateInsertion(Arg->getLocStart(), Code)
4274 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn,
4277 if (ParamType->isPointerType() &&
4278 !ParamType->getAs<PointerType>()->getPointeeType()->isFunctionType() &&
4279 S.IsQualificationConversion(ArgType, ParamType, fals
4188 isNullPointerValueTemplateArgument(Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *Arg) argument
4273 CheckTemplateArgumentIsCompatibleWithParameter( Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, Expr *Arg, QualType ArgType) argument
4331 CheckTemplateArgumentAddressOfObjectOrFunction(Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, TemplateArgument &Converted) argument
4623 CheckTemplateArgumentPointerToMember(Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *&ResultArg, TemplateArgument &Converted) argument
4780 QualType ParamType = InstantiatedParamType; local
5162 BuildExpressionFromDeclTemplateArgument(const TemplateArgument &Arg, QualType ParamType, SourceLocation Loc) argument
[all...]
H A DSemaTemplateDeduction.cpp895 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType, argument
897 Qualifiers ParamQs = ParamType.getQualifiers();
3029 Expr *Arg, QualType ParamType,
3047 if (!ParamType->isFunctionType() &&
3048 !ParamType->isFunctionPointerType() &&
3049 !ParamType->isMemberFunctionPointerType()) {
3091 if (!ParamWasReference && ParamType->isPointerType() &&
3111 = DeduceTemplateArgumentsByTypeMatch(S, TemplateParams, ParamType,
3129 QualType &ParamType,
3136 if (ParamType
3028 ResolveOverloadForDeduction(Sema &S, TemplateParameterList *TemplateParams, Expr *Arg, QualType ParamType, bool ParamWasReference) argument
3127 AdjustFunctionParmAndArgTypesForDeduction(Sema &S, TemplateParameterList *TemplateParams, QualType &ParamType, QualType &ArgType, Expr *Arg, unsigned &TDF) argument
3243 DeduceTemplateArgumentByListElement(Sema &S, TemplateParameterList *TemplateParams, QualType ParamType, Expr *Arg, TemplateDeductionInfo &Info, SmallVectorImpl<DeducedTemplateArgument> &Deduced, unsigned TDF) argument
3357 QualType ParamType = OrigParamType; local
[all...]
/external/clang/lib/Analysis/
H A DConsumed.cpp180 static bool isRValueRef(QualType ParamType) { argument
181 return ParamType->isRValueReferenceType();
188 static bool isPointerOrRef(QualType ParamType) { argument
189 return ParamType->isPointerType() || ParamType->isReferenceType();
621 QualType ParamType = Param->getType(); local
644 if (isRValueRef(ParamType))
648 else if (isPointerOrRef(ParamType) &&
649 (!ParamType->getPointeeType().isConstQualified() ||
650 isSetOnReadPtrType(ParamType)))
868 QualType ParamType = Param->getType(); local
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h346 } ParamType; typedef in class:CPDF_ContentMarkItem
359 inline ParamType GetParamType() const
376 inline void SetParam(ParamType type, void* param)
385 ParamType m_ParamType;
/external/clang/lib/AST/
H A DDeclCXX.cpp1484 QualType ParamType = getParamDecl(0)->getType();
1485 if (const LValueReferenceType *Ref = ParamType->getAs<LValueReferenceType>())
1486 ParamType = Ref->getPointeeType();
1491 return Context.hasSameUnqualifiedType(ClassType, ParamType);
1504 QualType ParamType = getParamDecl(0)->getType();
1505 if (!isa<RValueReferenceType>(ParamType))
1507 ParamType = ParamType->getPointeeType();
1512 return Context.hasSameUnqualifiedType(ClassType, ParamType);
1809 CanQualType ParamType local
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1670 typedef T ParamType; typedef in class:testing::WithParamInterface
1678 const ParamType& GetParam() const { return *parameter_; }
1683 static void SetParam(const ParamType* parameter) {
1688 static const ParamType* parameter_;
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1673 typedef T ParamType; typedef in class:testing::WithParamInterface
1681 const ParamType& GetParam() const { return *parameter_; }
1686 static void SetParam(const ParamType* parameter) {
1691 static const ParamType* parameter_;

Completed in 927 milliseconds

123