HomeSort by relevance Sort by last modified time
    Searched defs:ParamType (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/testing/gtest/include/gtest/
gtest-param-test.h 313 ParamType;
314 return internal::ParamGenerator<ParamType>(
315 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 276 ParamType;
277 return internal::ParamGenerator<ParamType>(
278 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 282 ParamType;
283 return internal::ParamGenerator<ParamType>(
284 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 277 ParamType;
278 return internal::ParamGenerator<ParamType>(
279 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [all...]
  /external/chromium/base/
tuple.h 43 // ParamType: what type to pass to functions (refs should not be constified).
49 typedef const P& ParamType;
56 typedef P& ParamType;
88 explicit Tuple1(typename TupleTraits<A>::ParamType a) : a(a) {}
100 Tuple2(typename TupleTraits<A>::ParamType a,
101 typename TupleTraits<B>::ParamType b)
117 Tuple3(typename TupleTraits<A>::ParamType a,
118 typename TupleTraits<B>::ParamType b,
119 typename TupleTraits<C>::ParamType c)
137 Tuple4(typename TupleTraits<A>::ParamType a
    [all...]
  /external/webkit/Source/WebCore/dom/
CrossThreadTask.h 45 typedef const T& ParamType;
49 typedef T* ParamType;
53 typedef PassRefPtr<T> ParamType;
57 typedef PassOwnPtr<T> ParamType;
65 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
94 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
95 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
126 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
127 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
128 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 144 typedef T ParamType;
355 typedef typename TestClass::ParamType ParamType;
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;
    [all...]
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 163 typedef T ParamType;
364 typedef typename TestClass::ParamType ParamType;
365 explicit ParameterizedTestFactory(ParamType parameter) :
373 const ParamType parameter_;
382 template <class ParamType>
387 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
400 : public TestMetaFactoryBase<typename TestCase::ParamType> {
402 typedef typename TestCase::ParamType ParamType;
    [all...]
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 143 typedef T ParamType;
354 typedef typename TestClass::ParamType ParamType;
355 explicit ParameterizedTestFactory(ParamType parameter) :
363 const ParamType parameter_;
372 template <class ParamType>
377 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
390 : public TestMetaFactoryBase<typename TestCase::ParamType> {
392 typedef typename TestCase::ParamType ParamType;
    [all...]
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 163 typedef T ParamType;
373 typedef typename TestClass::ParamType ParamType;
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;
    [all...]
gtest-param-util-generated.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 782 QualType ParamType = it->type;
791 if (ParamType->isSignedIntegerOrEnumerationType())
793 else if (ParamType->isUnsignedIntegerOrEnumerationType())
798 (ParamType->isIntegerType() || ParamType->isPointerType())) {
800 (Context.getTypeSize(ParamType) + PointerWidth - 1) / PointerWidth;
831 getTypes().GetExpandedTypes(ParamType, types);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 804 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType
    [all...]
SemaType.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 510 milliseconds

1 2