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

  /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/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 38 // ParamType: what type to pass to functions (refs should not be constified).
44 typedef const P& ParamType;
51 typedef P& ParamType;
80 typedef Tuple1<typename TupleTraits<A>::ParamType> ParamTuple;
83 explicit Tuple1(typename TupleTraits<A>::ParamType a) : a(a) {}
97 typedef Tuple2<typename TupleTraits<A>::ParamType,
98 typename TupleTraits<B>::ParamType> ParamTuple;
101 Tuple2(typename TupleTraits<A>::ParamType a,
102 typename TupleTraits<B>::ParamType b)
122 typedef Tuple3<typename TupleTraits<A>::ParamType,
    [all...]
  /external/webkit/WebCore/workers/
GenericWorkerTask.h 47 typedef const T& ParamType;
51 typedef T* ParamType;
55 typedef std::auto_ptr<T> ParamType;
59 typedef PassRefPtr<T> ParamType;
63 typedef PassOwnPtr<T> ParamType;
71 typedef typename GenericWorkerTaskTraits<P1>::ParamType Param1;
100 typedef typename GenericWorkerTaskTraits<P1>::ParamType Param1;
101 typedef typename GenericWorkerTaskTraits<P2>::ParamType Param2;
132 typedef typename GenericWorkerTaskTraits<P1>::ParamType Param1;
133 typedef typename GenericWorkerTaskTraits<P2>::ParamType Param2
    [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/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...]

Completed in 3757 milliseconds