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

  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 69 using testing::Matcher;
82 // Returns the description of the given matcher.
84 string Describe(const Matcher<T>& m) {
90 // Returns the description of the negation of the given matcher.
92 string DescribeNegation(const Matcher<T>& m) {
141 // The MATCHER*() macros trigger warning C4100 (unreferenced formal
151 MATCHER(SumIsZero, "") {
168 const Matcher<Tuple3> m = Args<1, 2>(Lt());
175 const Matcher<const Tuple3&> m = Args<0, 1>(Lt());
195 const Matcher<tuple<int, bool, char> > m = Args<2, 0>(Lt())
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 176 MATCHER(SameNotNull, "The same non-NULL value for all cals.") {
  /external/chromium/chrome/browser/password_manager/
password_store_default_unittest.cc 147 MATCHER(EmptyWDResult, "") {
password_store_win_unittest.cc 145 MATCHER(EmptyWDResult, "") {
password_store_x_unittest.cc 328 MATCHER(EmptyWDResult, "") {
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-matchers.h 217 // Implements the Args() matcher.
227 typedef Matcher<const SelectedArgs&> MonomorphicInnerMatcher;
297 operator Matcher<ArgsTuple>() const {
316 operator Matcher<Container>() const {
327 const Matcher<const Element&> matcher = local
329 return MakeMatcher(new ElementsAreMatcherImpl<Container>(&matcher, 1));
344 operator Matcher<Container>() const {
349 const Matcher<const Element&> matchers[] = {
371 operator Matcher<Container>() const
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 393 milliseconds