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

1 2 3

  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 51 /// \brief AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) { ... }
58 /// is ParamType.
61 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \
62 AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, Param, \
64 #define AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, \
66 inline ReturnType DefineMatcher(ParamType const &Param); \
67 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
68 inline ReturnType DefineMatcher(ParamType const &Param)
98 /// \brief AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) { ... }
106 /// is ParamType
    [all...]
  /cts/suite/audio_quality/lib/include/task/
TaskProcess.h 64 enum ParamType {
71 Param(ParamType type, android::String8& string);
73 ParamType getType();
81 ParamType mType;
  /external/google-breakpad/src/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 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/llvm/utils/unittest/googletest/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/mesa3d/src/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/protobuf/gtest/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...]
  /ndk/sources/third_party/googletest/googletest/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/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 180 static bool isRValueRef(QualType ParamType) {
181 return ParamType->isRValueReferenceType();
188 static bool isPointerOrRef(QualType ParamType) {
189 return ParamType->isPointerType() || ParamType->isReferenceType();
621 QualType ParamType = Param->getType();
644 if (isRValueRef(ParamType))
648 else if (isPointerOrRef(ParamType) &&
649 (!ParamType->getPointeeType().isConstQualified() ||
650 isSetOnReadPtrType(ParamType)))
    [all...]
  /ndk/sources/android/support/tests/minitest/
minitest.cc 73 #define MINITEST_STRING_OPERATOR_LL_(ParamType, Format) \
74 String& String::operator<<(ParamType v) { \
minitest.h 162 #define MINITEST_OPERATOR_LL_(ParamType) String& operator<<(ParamType v)
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 346 } ParamType;
359 inline ParamType GetParamType() const
376 inline void SetParam(ParamType type, void* param)
385 ParamType m_ParamType;
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 327 TaskProcess::Param::Param(TaskProcess::ParamType type, android::String8& string)
342 TaskProcess::ParamType TaskProcess::Param::getType()
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1517 milliseconds

1 2 3