Searched refs:ParamType (Results 26 - 50 of 53) sorted by relevance

123

/external/mesa3d/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_;
H A Dgtest-param-test.h312 ::value_type ParamType; typedef
313 return internal::ParamGenerator<ParamType>(
314 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
1407 ::testing::internal::ParamGenerator<test_case_name::ParamType> \
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1525 typedef T ParamType; typedef in class:testing::TestWithParam
1529 const ParamType& GetParam() const { return *parameter_; }
1534 static void SetParam(const ParamType* parameter) {
1539 static const ParamType* parameter_;
H A Dgtest-param-test.h277 ParamType; typedef
278 return internal::ParamGenerator<ParamType>(
279 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
1372 ::testing::internal::ParamGenerator<test_case_name::ParamType> \
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10143 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
10354 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
10355 explicit ParameterizedTestFactory(ParamType parameter) :
10363 const ParamType parameter_;
10372 template <class ParamType>
10377 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
10390 : public TestMetaFactoryBase<typename TestCase::ParamType> {
10392 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
10448 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
13778 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
13893 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
14025 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
14176 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
14345 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
14531 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
14734 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
14956 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
15195 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
15878 ::value_type ParamType; typedef
19215 typedef T ParamType; typedef in class:testing::WithParamInterface
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10143 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
10354 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
10355 explicit ParameterizedTestFactory(ParamType parameter) :
10363 const ParamType parameter_;
10372 template <class ParamType>
10377 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
10390 : public TestMetaFactoryBase<typename TestCase::ParamType> {
10392 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
10448 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
13778 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
13893 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
14025 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
14176 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
14345 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
14531 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
14734 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
14956 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
15195 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
15878 ::value_type ParamType; typedef
19215 typedef T ParamType; typedef in class:testing::WithParamInterface
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1818 typedef T ParamType; typedef in class:testing::WithParamInterface
1826 const ParamType& GetParam() const {
1836 static void SetParam(const ParamType* parameter) {
1841 static const ParamType* parameter_;
H A Dgtest-param-test.h312 ::value_type ParamType; typedef
313 return internal::ParamGenerator<ParamType>(
314 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
1407 ::testing::internal::ParamGenerator<test_case_name::ParamType> \
/external/gtest/include/gtest/
H A Dgtest.h1802 typedef T ParamType; typedef in class:testing::WithParamInterface
1810 const ParamType& GetParam() const {
1820 static void SetParam(const ParamType* parameter) {
1825 static const ParamType* parameter_;
H A Dgtest-param-test.h312 ::value_type ParamType; typedef
313 return internal::ParamGenerator<ParamType>(
314 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
1407 ::testing::internal::ParamGenerator<test_case_name::ParamType> \
/external/chromium_org/ipc/
H A Dipc_message_utils.h804 template <class ParamType>
807 typedef ParamType Param;
808 typedef typename TupleTypes<ParamType>::ParamTuple RefParam;
/external/chromium_org/chrome/browser/chromeos/net/
H A Dcert_verify_proc_chromeos_unittest.cc291 const ParamType& param = GetParam();
/external/clang/lib/Sema/
H A DSemaChecking.cpp3663 QualType ParamType = getAbsoluteValueArgumentType(Context, Kind); local
3664 if (Context.getTypeSize(ParamType) >= ArgSize) {
3667 else if (Context.hasSameType(ParamType, ArgType)) {
3828 QualType ParamType = FDecl->getParamDecl(0)->getType(); local
3829 if (getAbsoluteValueKind(ArgType) == getAbsoluteValueKind(ParamType) &&
3831 S.Context.getTypeSize(ParamType)) {
3908 QualType ParamType = Call->getArg(0)->getType(); local
3915 Diag(Call->getExprLoc(), diag::warn_unsigned_abs) << ArgType << ParamType; local
3928 AbsoluteValueKind ParamValueKind = getAbsoluteValueKind(ParamType);
3933 if (Context.getTypeSize(ArgType) <= Context.getTypeSize(ParamType))
3938 << FDecl << ArgType << ParamType; local
[all...]
H A DSemaStmt.cpp3372 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); local
3374 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType);
3407 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); local
3409 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType);
3425 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); local
3427 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType);
H A DSemaCodeComplete.cpp3864 QualType ParamType; local
3887 if (ParamType.isNull())
3888 ParamType = Proto->getParamType(Args.size());
3890 ParamType.getNonReferenceType(),
3893 ParamType = QualType();
3914 ParamType = Proto->getParamType(Args.size());
3918 if (ParamType.isNull())
3921 CodeCompleteExpression(S, ParamType);
H A DSemaDeclCXX.cpp3112 QualType ParamType = Param->getType().getNonReferenceType(); local
3117 Constructor->getLocation(), ParamType,
3125 ParamType.getQualifiers());
3182 QualType ParamType = Param->getType().getNonReferenceType(); local
3191 Loc, ParamType, VK_LValue, nullptr);
3208 ParamType, Loc,
6348 QualType ParamType = Constructor->getParamDecl(0)->getType(); local
6350 if (Context.getCanonicalType(ParamType).getUnqualifiedType() == ClassTy) {
10987 QualType ParamType = Param->getType().getNonReferenceType(); local
10988 if (ParamType
11079 QualType ParamType = LastParam->getType(); local
[all...]
H A DSemaType.cpp1775 QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]); local
1776 if (ParamType->isVoidType()) {
1779 } else if (ParamType->isHalfType()) {
1786 ParamTypes[Idx] = ParamType;
H A DSemaOverload.cpp5650 QualType ParamType = Proto->getParamType(ArgIdx); local
5652 = TryCopyInitialization(*this, Args[ArgIdx], ParamType,
5902 QualType ParamType = Proto->getParamType(ArgIdx); local
5904 = TryCopyInitialization(*this, Args[ArgIdx], ParamType,
6362 QualType ParamType = Proto->getParamType(ArgIdx); local
6364 = TryCopyInitialization(*this, Args[ArgIdx], ParamType,
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_callbacks.cc277 template <class ParamType, class MsgType>
279 ParamType* params,
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp351 Type *ParamType = FType->getParamType(Arg.OrigArgIndex); local
352 unsigned NumElements = ParamType->getVectorNumElements();
432 Type *ParamType = FType->getParamType(Arg.OrigArgIndex); local
433 unsigned NumElements = ParamType->getVectorNumElements();
/external/clang/lib/CodeGen/
H A DCGCall.cpp1213 QualType ParamType = I.type; local
1235 if (ParamType->isSignedIntegerOrEnumerationType())
1237 else if (ParamType->isUnsignedIntegerOrEnumerationType())
1288 getTypes().GetExpandedTypes(ParamType, types);
1294 if (ParamType->isReferenceType())
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker_unittest.cc497 const ParamType& param = GetParam();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp647 CPDF_ContentMarkItem::ParamType type = CPDF_ContentMarkItem::None;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-param-test.h312 ::value_type ParamType; typedef
313 return internal::ParamGenerator<ParamType>(
314 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
1407 ::testing::internal::ParamGenerator<test_case_name::ParamType> \
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h311 ::value_type ParamType; typedef
312 return internal::ParamGenerator<ParamType>(
313 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
1412 ::testing::internal::ParamGenerator<test_case_name::ParamType> \

Completed in 1424 milliseconds

123