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

  /external/gmock/test/
gmock-generated-actions_test.cc 84 bool ByConstRef(const string& s) { return s == "Hi"; }
268 EXPECT_TRUE(a.Perform(make_tuple(&ByConstRef)));
    [all...]
gmock-more-actions_test.cc 97 bool ByConstRef(const string& s) { return s == "Hi"; }
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 84 bool ByConstRef(const string& s) { return s == "Hi"; }
268 EXPECT_TRUE(a.Perform(make_tuple(&ByConstRef)));
    [all...]
gmock-more-actions_test.cc 97 bool ByConstRef(const string& s) { return s == "Hi"; }
gmock-actions_test.cc     [all...]

Completed in 76 milliseconds