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

  /external/googletest/googletest/include/gtest/
gtest-matchers.h 770 // TypedEq<T>(x) is just a convenient short-hand for Matcher<T>(Eq(x))
779 inline Matcher<Lhs> TypedEq(const Rhs& rhs) { return Eq(rhs); }
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h     [all...]

Completed in 572 milliseconds