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

  /external/chromium/testing/gmock/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/ceres-solver/internal/ceres/gmock/
gmock.h 273 // An IgnoredValue object can be implicitly constructed from ANY value.
504 // Converts an identifier name to a space-separated list of lower-case
574 // is bool, an integer type (excluding bool), a floating-point type,
654 // Converting an integer to bool is lossy.
659 // Converting an integer to another non-bool integer is lossless iff
674 // Converting an integer to a floating-point type may be lossy, since
685 // Converting a floating-point to an integer is lossy.
801 // Invalid<T>() returns an invalid value of type T. This is useful
    [all...]

Completed in 6863 milliseconds