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

  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 116 using testing::StrCaseEq;
1085 Matcher<const char*> m = StrCaseEq(string("Hello"));
1091 Matcher<const string&> m2 = StrCaseEq("Hello");
1099 Matcher<const string&> m0 = StrCaseEq(str1);
1103 Matcher<const string&> m1 = StrCaseEq(str1)
    [all...]
gmock_link_test.h 83 // StrCaseEq
170 using testing::StrCaseEq;
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
576 ON_CALL(mock, VoidFromString(StrCaseEq("a"))).WillByDefault(Return());
  /external/googletest/googlemock/test/
gmock_link_test.h 83 // StrCaseEq
170 using testing::StrCaseEq;
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
576 ON_CALL(mock, VoidFromString(StrCaseEq("a"))).WillByDefault(Return());
gmock-matchers_test.cc 128 using testing::StrCaseEq;
    [all...]
  /external/v8/testing/gmock/test/
gmock_link_test.h 83 // StrCaseEq
170 using testing::StrCaseEq;
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
576 ON_CALL(mock, VoidFromString(StrCaseEq("a"))).WillByDefault(Return());
gmock-matchers_test.cc 128 using testing::StrCaseEq;
    [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 1275 milliseconds