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

  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 304 // The PolymorphicMatcher class template makes it easy to implement a
317 class PolymorphicMatcher {
319 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {}
360 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
376 // easier to use than the PolymorphicMatcher<Impl> constructor as it
381 // PolymorphicMatcher<TypeOfFoo>(foo);
383 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {
384 return PolymorphicMatcher<Impl>(impl);
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 417 // The PolymorphicMatcher class template makes it easy to implement a
430 class PolymorphicMatcher {
432 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {}
473 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
489 // easier to use than the PolymorphicMatcher<Impl> constructor as it
494 // PolymorphicMatcher<TypeOfFoo>(foo);
496 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {
497 return PolymorphicMatcher<Impl>(impl);
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h 417 // The PolymorphicMatcher class template makes it easy to implement a
430 class PolymorphicMatcher {
432 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {}
473 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
489 // easier to use than the PolymorphicMatcher<Impl> constructor as it
494 // PolymorphicMatcher<TypeOfFoo>(foo);
496 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {
497 return PolymorphicMatcher<Impl>(impl);
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 145 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 144 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 144 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 144 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 144 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 144 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 144 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 144 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 144 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 223 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) {
Marshallers.h 261 VariantMatcher Out = VariantMatcher::PolymorphicMatcher(std::move(Matchers));
  /external/fmtlib/test/gmock/
gmock.h     [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 111 using testing::PolymorphicMatcher;
393 // PolymorphicMatcher<T> where T is the argument's type.
394 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() {
437 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() {
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 122 using testing::PolymorphicMatcher;
457 // PolymorphicMatcher<T> where T is the argument's type.
458 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() {
501 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() {
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 122 using testing::PolymorphicMatcher;
457 // PolymorphicMatcher<T> where T is the argument's type.
458 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() {
501 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() {
    [all...]

Completed in 3583 milliseconds