Home
last modified time | relevance | path

Searched defs:Matchers (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
H A Dgmock_cook_book.md848 ### Matching Argument Values Exactly
860 ### Using Simple Matchers
880 ### Combining Matchers {#CombiningMatchers}
917 ### Casting Matchers {#SafeMatcherCast}
972 ### Selecting Between Overloaded Functions {#SelectOverload}
1029 ### Performing Different Actions Based on the Arguments
1051 ### Matching Multiple Arguments as a Whole
1103 ### Using Matchers as Predicates
1141 ### Using Matchers in googletest Assertions
1146 ### Using Predicates as Matchers
[all …]
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/
H A Dgmock_cook_book.md848 ### Matching Argument Values Exactly
860 ### Using Simple Matchers
880 ### Combining Matchers {#CombiningMatchers}
917 ### Casting Matchers {#SafeMatcherCast}
972 ### Selecting Between Overloaded Functions {#SelectOverload}
1029 ### Performing Different Actions Based on the Arguments
1051 ### Matching Multiple Arguments as a Whole
1103 ### Using Matchers as Predicates
1141 ### Using Matchers in googletest Assertions
1146 ### Using Predicates as Matchers
[all …]
/aosp_15_r20/external/googletest/docs/
H A Dgmock_cook_book.md848 ### Matching Argument Values Exactly
860 ### Using Simple Matchers
880 ### Combining Matchers {#CombiningMatchers}
917 ### Casting Matchers {#SafeMatcherCast}
972 ### Selecting Between Overloaded Functions {#SelectOverload}
1029 ### Performing Different Actions Based on the Arguments
1051 ### Matching Multiple Arguments as a Whole
1103 ### Using Matchers as Predicates
1141 ### Using Matchers in googletest Assertions
1146 ### Using Predicates as Matchers
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_route_config.h84 struct Matchers { struct
85 StringMatcher path_matcher;
86 std::vector<HeaderMatcher> header_matchers;
87 absl::optional<uint32_t> fraction_per_million;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_route_config.h84 struct Matchers { struct
85 StringMatcher path_matcher;
86 std::vector<HeaderMatcher> header_matchers;
87 absl::optional<uint32_t> fraction_per_million;
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DMatchers.java34 public final class Matchers { class
36 private Matchers() {} in Matchers() method in Matchers
/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/hamcrest/
H A DMatchers.java25 public final class Matchers { class
27 private Matchers() { in Matchers() method in Matchers
/aosp_15_r20/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp296 MatchASTVisitor(const MatchFinder::MatchersByType *Matchers, in MatchASTVisitor()
521 void matchWithoutFilter(const T &Node, const MC &Matchers) { in matchWithoutFilter()
546 auto &Matchers = this->Matchers->DeclOrStmt; in matchWithFilter() local
562 auto &Matchers = this->Matchers->DeclOrStmt; in getFilterForKind() local
734 const MatchFinder::MatchersByType *Matchers; member in clang::ast_matchers::internal::__anon37a3694d0111::MatchASTVisitor
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/
H A DMatchers.java31 public final class Matchers { class
33 private Matchers() {} in Matchers() method in Matchers
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp174 const std::vector<DynTypedMatcher> Matchers; member in clang::ast_matchers::dynamic::VariantMatcher::PolymorphicPayload
223 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) { in PolymorphicMatcher()
/aosp_15_r20/external/guice/core/src/com/google/inject/matcher/
H A DMatchers.java34 public class Matchers { class
35 private Matchers() {} in Matchers() method in Matchers
/aosp_15_r20/external/mockito/src/main/java/org/mockito/
H A DMatchers.java12 public class Matchers extends ArgumentMatchers { class
/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
H A DMatchers.java15 public class Matchers extends CoreMatchers { class
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
H A DMatchers.java13 public class Matchers extends CoreMatchers { class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/FlowSensitive/
DMatchSwitch.h168 std::vector<ast_matchers::internal::DynTypedMatcher> Matchers; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/FlowSensitive/
DMatchSwitch.h168 std::vector<ast_matchers::internal::DynTypedMatcher> Matchers; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/
DMatchSwitch.h168 std::vector<ast_matchers::internal::DynTypedMatcher> Matchers; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/
DMatchSwitch.h168 std::vector<ast_matchers::internal::DynTypedMatcher> Matchers; variable
/aosp_15_r20/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp73 std::vector<MatcherInfo> Matchers; member in clang::ast_matchers::dynamic::__anon762baf1d0111::MockSema
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc1504 TEST(AllOfArrayTest, Matchers) { in TEST() argument
1557 TEST(AnyOfArrayTest, Matchers) { in TEST() argument
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc1504 TEST(AllOfArrayTest, Matchers) { in TEST() argument
1557 TEST(AnyOfArrayTest, Matchers) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-matchers-misc_test.cc1504 TEST(AllOfArrayTest, Matchers) { in TEST() argument
1557 TEST(AnyOfArrayTest, Matchers) { in TEST() argument
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A DMatchers.java3 public class Matchers { class
/aosp_15_r20/out/soong/.intermediates/external/guice/guice/linux_glibc_common/local-javac-header/
Dguice.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/guice/guice/linux_glibc_common/javac/
Dguice.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

123