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

  /external/google-breakpad/src/testing/test/
gmock_link_test.h 86 // StrNe
173 using testing::StrNe;
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
575 ON_CALL(mock, VoidFromString(StrNe("a"))).WillByDefault(Return());
gmock-matchers_test.cc 119 using testing::StrNe;
1069 Matcher<const char*> m = StrNe("Hello");
1074 Matcher<string> m2 = StrNe(string("Hello"));
1080 Matcher<const char*> m = StrNe("Hi");
    [all...]
  /external/googletest/googlemock/test/
gmock_link_test.h 86 // StrNe
173 using testing::StrNe;
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
575 ON_CALL(mock, VoidFromString(StrNe("a"))).WillByDefault(Return());
gmock-matchers_test.cc 131 using testing::StrNe;
    [all...]
  /external/v8/testing/gmock/test/
gmock_link_test.h 86 // StrNe
173 using testing::StrNe;
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
575 ON_CALL(mock, VoidFromString(StrNe("a"))).WillByDefault(Return());
gmock-matchers_test.cc 131 using testing::StrNe;
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 510 milliseconds