Searched refs:Pointee (Results 1 - 25 of 28) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc41 using ::testing::Pointee;
530 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes,
573 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes,
689 // Pointee(x) verifies that first byte of the payload equals x, this makes it
691 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes,
698 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(1), kPayloadLengthBytes,
712 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes,
831 EXPECT_CALL(decoder_, PacketDuration(Pointee(kFirstPayloadValue),
837 DecodeInternal(Pointee(kFirstPayloadValue), _, _, _, _))
840 EXPECT_CALL(decoder_, DecodeInternal(Pointee(kSecondPayloadValu
[all...]
/external/clang/include/clang/AST/
H A DType.h2182 PointerType(QualType Pointee, QualType CanonicalPtr) : argument
2183 Type(Pointer, CanonicalPtr, Pointee->isDependentType(),
2184 Pointee->isInstantiationDependentType(),
2185 Pointee->isVariablyModifiedType(),
2186 Pointee->containsUnexpandedParameterPack()),
2187 PointeeType(Pointee) {
2217 static void Profile(llvm::FoldingSetNodeID &ID, QualType Pointee) { argument
2218 ID.AddPointer(Pointee.getAsOpaquePtr());
2284 /// "void (^)(int)", etc. Pointee is required to always be a function type.
2288 BlockPointerType(QualType Pointee, QualTyp argument
2308 Profile(llvm::FoldingSetNodeID &ID, QualType Pointee) argument
2407 MemberPointerType(QualType Pointee, const Type *Cls, QualType CanonicalPtr) argument
2443 Profile(llvm::FoldingSetNodeID &ID, QualType Pointee, const Type *Class) argument
4997 ObjCObjectPointerType(QualType Canonical, QualType Pointee) argument
[all...]
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_die_unittest.cc66 using testing::Pointee;
344 Pointee('*'), 258))
407 Pointee(173), 29))
/external/webrtc/webrtc/modules/video_coding/
H A Dvideo_sender_unittest.cc34 using ::testing::Pointee;
229 Encode(_, _, Pointee(ElementsAre(kVideoFrameDelta, kVideoFrameDelta,
240 Encode(_, _, Pointee(ElementsAreArray(&frame_types[0],
H A Dvideo_coding_robustness_unittest.cc27 using ::testing::Pointee;
/external/google-breakpad/src/testing/test/
H A Dgmock_link_test.h93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
H A Dgmock-matchers_test.cc109 using testing::Pointee;
2786 const Matcher<int*> m = Pointee(Ge(0));
2796 const Matcher<const double*> m = Pointee(Ge(0));
2806 const Matcher<int* const &> m = Pointee(Ge(0));
2816 const Matcher<double* &> m = Pointee(Ge(0));
2848 const Matcher< ConstPropagatingPtr<int> > m = Pointee(Lt(5));
2860 const Matcher<const char*> m = Pointee(_);
2864 // Tests that we can write Pointee(value) instead of Pointee(Eq(value)).
2866 const Matcher<int*> m = Pointee(
[all...]
H A Dgmock-generated-matchers_test.cc74 using testing::Pointee;
488 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
489 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));
H A Dgmock-generated-actions_test.cc1109 HAS_1_TEMPLATE_PARAMS(template <typename Pointee> class,
/external/googletest/googlemock/test/
H A Dgmock_link_test.h93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
H A Dgmock-matchers_test.cc120 using testing::Pointee;
3139 const Matcher<int*> m = Pointee(Ge(0));
3149 const Matcher<const double*> m = Pointee(Ge(0));
3159 const Matcher<int* const &> m = Pointee(Ge(0));
3169 const Matcher<double* &> m = Pointee(Ge(0));
3193 EXPECT_THAT(as_base_ptr, WhenDynamicCastTo<Derived*>(Pointee(FieldIIs(4))));
3195 Not(WhenDynamicCastTo<Derived*>(Pointee(FieldIIs(5)))));
3204 EXPECT_THAT(&base, Not(WhenDynamicCastTo<Derived*>(Pointee(_))));
3207 EXPECT_THAT(as_base_ptr, Not(WhenDynamicCastTo<OtherDerived*>(Pointee(_))));
3210 EXPECT_THAT(as_base_ptr, Not(WhenDynamicCastTo<Derived*>(Pointee(
[all...]
H A Dgmock-generated-matchers_test.cc75 using testing::Pointee;
487 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
488 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));
H A Dgmock-generated-actions_test.cc1125 HAS_1_TEMPLATE_PARAMS(template <typename Pointee> class,
/external/v8/testing/gmock/test/
H A Dgmock_link_test.h93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
H A Dgmock-matchers_test.cc120 using testing::Pointee;
3137 const Matcher<int*> m = Pointee(Ge(0));
3147 const Matcher<const double*> m = Pointee(Ge(0));
3157 const Matcher<int* const &> m = Pointee(Ge(0));
3167 const Matcher<double* &> m = Pointee(Ge(0));
3189 EXPECT_THAT(as_base_ptr, WhenDynamicCastTo<Derived*>(Pointee(FieldIIs(4))));
3191 Not(WhenDynamicCastTo<Derived*>(Pointee(FieldIIs(5)))));
3200 EXPECT_THAT(&base, Not(WhenDynamicCastTo<Derived*>(Pointee(_))));
3203 EXPECT_THAT(as_base_ptr, Not(WhenDynamicCastTo<OtherDerived*>(Pointee(_))));
3206 EXPECT_THAT(as_base_ptr, Not(WhenDynamicCastTo<Derived*>(Pointee(
[all...]
H A Dgmock-generated-matchers_test.cc75 using testing::Pointee;
487 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
488 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));
H A Dgmock-generated-actions_test.cc1124 HAS_1_TEMPLATE_PARAMS(template <typename Pointee> class,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2926 QualType Pointee = Type->getAs<PointerType>()->getPointeeType();
2927 QualType PointeeElem = Context.getBaseElementType(Pointee);
2929 if (unsigned AddressSpace = Pointee.getAddressSpace())
2932 << Pointee.getUnqualifiedType() << AddressSpace;
2935 if (Pointee->isVoidType() && !isSFINAEContext()) {
2941 } else if (Pointee->isFunctionType() || Pointee->isVoidType()) {
2944 } else if (!Pointee->isDependentType()) {
2947 if (!RequireCompleteType(StartLoc, Pointee,
2954 if (Pointee
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h117 // example, the MatchAndExplain() method of the Pointee(...) matcher
1653 // Implements the Pointee(m) matcher for matching a pointer whose
1660 // This type conversion operator template allows Pointee(m) to be
1667 // enough for implementing the DescribeTo() method of Pointee().
1679 GTEST_REMOVE_REFERENCE_(Pointer))>::type Pointee; typedef in class:testing::internal::PointeeMatcher::Impl
1682 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1704 const Matcher<const Pointee&> matcher_;
2803 inline internal::PointeeMatcher<InnerMatcher> Pointee( function in namespace:testing
/external/clang/lib/AST/
H A DExpr.cpp3154 QualType Pointee = PT->getPointeeType(); local
3155 Qualifiers Q = Pointee.getQualifiers();
3160 if (Pointee.getAddressSpace() == LangAS::opencl_generic)
3167 Pointee->isVoidType() && // to void*
H A DType.cpp3737 QualType Pointee = Pointer->getPointeeType();
3738 return Pointee->isVoidType() || Pointee->isRecordType();
H A DASTContext.cpp2204 QualType Pointee = ptr->getPointeeType(); local
2205 if (Pointee->isAnyPointerType()) {
2206 QualType ResultType = getObjCGCQualType(Pointee, GCAttr);
H A DExprConstant.cpp5102 QualType Pointee = PExp->getType()->castAs<PointerType>()->getPointeeType(); local
5103 return HandleLValueArrayAdjustment(Info, E, Result, Pointee,
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h149 // MatchAndExplain() method of the Pointee(...) matcher should
2040 // Implements the Pointee(m) matcher for matching a pointer whose
2047 // This type conversion operator template allows Pointee(m) to be
2054 // enough for implementing the DescribeTo() method of Pointee().
2066 GTEST_REMOVE_REFERENCE_(Pointer))>::type Pointee; typedef in class:testing::internal::PointeeMatcher::Impl
2069 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
2091 const Matcher<const Pointee&> matcher_;
3872 inline internal::PointeeMatcher<InnerMatcher> Pointee( function in namespace:testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h149 // MatchAndExplain() method of the Pointee(...) matcher should
2040 // Implements the Pointee(m) matcher for matching a pointer whose
2047 // This type conversion operator template allows Pointee(m) to be
2054 // enough for implementing the DescribeTo() method of Pointee().
2066 GTEST_REMOVE_REFERENCE_(Pointer))>::type Pointee; typedef in class:testing::internal::PointeeMatcher::Impl
2069 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
2091 const Matcher<const Pointee&> matcher_;
3872 inline internal::PointeeMatcher<InnerMatcher> Pointee( function in namespace:testing

Completed in 853 milliseconds

12