HomeSort by relevance Sort by last modified time
    Searched defs:An (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 67 // MatchResultListener is an abstract class. Its << operator can be
93 // Returns true iff the listener is interested in an explanation of
118 // should generate an explanation like "which points to ...".
130 // Describes this matcher to an ostream. The function should print
137 // Describes the negation of this matcher to an ostream. For
187 // An internal class for implementing Matcher<T>, which will derive
205 // Describes this matcher to an ostream.
208 // Describes the negation of this matcher to an ostream.
308 // To define a polymorphic matcher, a user should provide an Impl
325 // Returns an immutable reference to the underlying matche
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 73 // MatchResultListener is an abstract class. Its << operator can be
100 // Returns true iff the listener is interested in an explanation of
115 // An instance of a subclass of this knows how to describe itself as a
121 // Describes this matcher to an ostream. The function should print
128 // Describes the negation of this matcher to an ostream. For
150 // generate an explanation like "which points to ...".
152 // Implementations of MatchAndExplain() should add an explanation of
156 // succeeds is not a factor in deciding whether an explanation is
163 // as it is useful information to the reader; on the other hand, an
248 // An internal class for implementing Matcher<T>, which will deriv
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h 73 // MatchResultListener is an abstract class. Its << operator can be
100 // Returns true iff the listener is interested in an explanation of
115 // An instance of a subclass of this knows how to describe itself as a
121 // Describes this matcher to an ostream. The function should print
128 // Describes the negation of this matcher to an ostream. For
150 // generate an explanation like "which points to ...".
152 // Implementations of MatchAndExplain() should add an explanation of
156 // succeeds is not a factor in deciding whether an explanation is
163 // as it is useful information to the reader; on the other hand, an
248 // An internal class for implementing Matcher<T>, which will deriv
    [all...]
  /external/fmtlib/test/gmock/
gmock.h 279 // An IgnoredValue object can be implicitly constructed from ANY value.
510 // Converts an identifier name to a space-separated list of lower-case
580 // is bool, an integer type (excluding bool), a floating-point type,
660 // Converting an integer to bool is lossy.
665 // Converting an integer to another non-bool integer is lossless iff
680 // Converting an integer to a floating-point type may be lossy, since
691 // Converting a floating-point to an integer is lossy.
    [all...]

Completed in 894 milliseconds