HomeSort by relevance Sort by last modified time
    Searched refs:Pointee (Results 1 - 24 of 24) sorted by null

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 56 QualType Pointee = MPT->getPointeeType();
59 if (Pointee->isFunctionType())
63 } else if (RD->getNumBases() > 1 && Pointee->isFunctionType())
ItaniumCXXABI.cpp 37 QualType Pointee = MPT->getPointeeType();
38 if (Pointee->isFunctionType()) return 2;
Type.cpp     [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/chromium/chrome/browser/prefs/
pref_observer_mock.cc 17 Pointee(pref_name))))
pref_observer_mock.h 18 using testing::Pointee;
  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 44 using testing::Pointee;
167 Pointee(ElementsAreArray(expected_changes))))).
213 Pointee(ElementsAreArray(expected_changes))))).
246 Pointee(ElementsAreArray(expected_changes))))).
265 Pointee(expected_change)))).
308 Pointee(expected_change)))).
356 Pointee(expected_change)))).
386 Pointee(expected_change)))).
429 Pointee(expected_change)))).
477 Pointee(expected_change))))
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 18 using ::testing::Pointee;
124 EXPECT_CALL(associator_, Associate(Pointee(guid), 1));
249 Associate(Pointee(guid), 1));
data_type_manager_impl2_unittest.cc 42 using testing::Pointee;
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 34 using ::testing::Pointee;
237 SendClientReportPhishingRequest(Pointee(EqualsProto(verdict)), _))
268 SendClientReportPhishingRequest(Pointee(EqualsProto(verdict)), _))
298 SendClientReportPhishingRequest(Pointee(EqualsProto(verdict)), _))
354 SendClientReportPhishingRequest(Pointee(EqualsProto(verdict)), _))
371 SendClientReportPhishingRequest(Pointee(EqualsProto(verdict)), _))
  /external/chromium/chrome/browser/password_manager/
password_store_default_unittest.cc 32 using testing::Pointee;
465 Pointee(ElementsAreArray(
489 Pointee(ElementsAreArray(
508 Pointee(ElementsAreArray(
password_store_x_unittest.cc 27 using testing::Pointee;
545 Pointee(ElementsAreArray(
569 Pointee(ElementsAreArray(
588 Pointee(ElementsAreArray(
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/chromium/testing/gmock/test/
gmock_link_test.h 93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
gmock-matchers_test.cc 107 using testing::Pointee;
    [all...]
gmock-generated-matchers_test.cc 74 using testing::Pointee;
488 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
489 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));
    [all...]
gmock-generated-actions_test.cc     [all...]
  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 39 using testing::Pointee;
195 Property(&Details<std::string>::ptr, Pointee(path))));
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 117 // example, the MatchAndExplain() method of the Pointee(...) matcher
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 445 milliseconds